Please pay attention to the following two points when building a project in Xcode 7.0.1.

1. Please delete i386 and x86_64 in Valid Architectures and only keep armv7 and arm64;

2. Search bitcode (used for OS watch) in BuildSettings, and then change Enable Bitcode to No.

2
0