If testing or building the project in XCode, apply these settings in XCode.
Warning: If you clean the build, you must reapply these settings. |
Info.plist Additions:
You must add the following info.plist values to your build before testing and production. If you clean or replace the build at any time, you will likely need to re-add this list. Follow these steps:
- Build the project and open it in XCode.
- Right click the info.plist file and select Open As > Source
- Past the following into the plist file:
Enable / Disable Bitcode in the XCode Project:
- Build the project and open it in XCode.
- Go to Project Settings > <Your Project> > Build Settings > Enable Bitcode and choose yes or no based on the extension framework you used. The fingerprinter containing "BitcodeEnabled.YES" in the file name requires you to enable Bitcode. The other fingerprinter should not have Bitcode enabled. Choose whichever matches your build. Be sure to check that each target has this same setting.