ld: bitcode bundle could not be generated because 'xxxxxxx' was built without full bitcode.
All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install
build for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Your project has the bitcode function turned on, but some of the referenced third-party libraries do not support bitcode. Either go find a third-party library and see if there is a new version that supports bitcode, or turn off bitcode in the compilation options.