Page 1 of 1

Fix for building chipmunk 7.0.1 with Xcode 8

Posted: Sat Apr 15, 2017 2:09 pm
by dugbug
You need to enable bitcode to submit to the App Store.

In the script iphonestatic.command you need to add this to the xcodebuild path
OTHER_CFLAGS=\"-fembed-bitcode\"

This ensures bitcode is present in the library.