By now we all know that iOS 7.1 is available and most of us probably have it installed. With this update there were also some updates to Xcode. One change in how architectures are handled impacts our doc on deploying with our Security Toolkit.
On page 11, step 6 you will need to change the way you select the proper architectures for building the project.
In the newest version of Xcode this is handled a bit differently. There are 2 settings to change:
- Build Active Architecture Only – Set to No
- Valid Architectures – armv7 armv7s (remove arm64)
If you do not do this you will get errors like the following when you build:
(null): Linker command failed with exit code 1 (use -v to see invocation)
We will be updating the doc shortly.