Closed marbetschar closed 6 years ago
FWIW: Carthage seems to try to build the framework manually since the Swift version does not match as reported in https://github.com/realm/realm-cocoa/issues/5838 - this in turn seems to fail because a library does not contain bitcode.
The debug builds of the core library do not include bitcode because the bitcode is gigantic and dramatically increases the size of the download, and as you should never be shipping the debug version to the app store it is not used by anything. The simplest way to deal with this is to just ask for a release build of Realm.
thanks for the hint @tgoyne - started working now!
Seeing the following error after running:
$ carthage update --platform iOS --configuration Debug