Minor change in Security Toolkit

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:

  1. Build Active Architecture Only – Set to No
  2. 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.

By:


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.