https://github.com/iosdec/parse.xcframework-1.19.3
Compiled xcframework (Parse.framework/Bolts.framework) for iOS/Simulator/OSX.
https://github.com/iosdec/parse.xcframework-1.19.3
Last synced: 15 days ago
JSON representation
Compiled xcframework (Parse.framework/Bolts.framework) for iOS/Simulator/OSX.
- Host: GitHub
- URL: https://github.com/iosdec/parse.xcframework-1.19.3
- Owner: iosdec
- Created: 2021-11-26T14:15:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T16:07:30.000Z (over 4 years ago)
- Last Synced: 2025-06-05T01:48:48.403Z (12 months ago)
- Language: Objective-C
- Size: 13.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Parse / Bolts (1.19.3) .xcframework (iOS+simulator+osx)
Generated framework of iphoneos/iphone-simulator/osx architechtures for both Parse/Bolts frameworks.
### Why?
Compilation fails for a universal framework when building Parse/Bolts from the `Parse iOS SDK`. The ruby script manages to generate all valid architectures, but fails to combine them. These frameworks were combined with `xcodebuild -create-xcframework`:
```
xcodebuild -create-xcframework -framework build/Release-ios-iphoneos/Parse.framework -framework build/Release-ios-iphonesimulator/Parse.framework -framework build/Release-osx-macosx/Parse.framework -output Parse.xcframework
```
```
xcodebuild -create-xcframework -framework build/Release-ios-iphoneos/Bolts.framework -framework build/Release-ios-iphonesimulator/Bolts.framework -framework build/Release-osx-macosx/Bolts.framework -output Bolts.xcframework
```
### Build issues
You may experience issues related to `Undefined symbols ___llvm_profile_runtime` when building, this can be resolved by adding: `-fprofile-instr-generate` to `Build Settings > Linking > Other Linker Flags`.
You will also need to include these frameworks in your project:
```
AudioToolbox.framework
Foundation.framework
libiconv.tbd
libsqlite3.0.tbd
libz.tbd
Security.framework
```
Enjoy!