Xcode7 编译项目时出错 xx does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
解决方案:
选中项目->双击->target->buildSeting->搜索BITCODE,默认是YES,改成NO。 即可!