When I build my app for the iPad 2 simulator, everything works fine. When I build for my iPad mini, I get
ld: -no_compact_unwind and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together
clang: error: linker command failed with exit code 1 (use -v to see invocation)
What causes this, and how can I fix it? I'm using the newer 1.6 project template.