An open API service indexing awesome lists of open source software.

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.

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!