| 错误提示是这样的: 
 clang: error: linker command failed with exit code 1 (use -v to see invocation) 
 ld: warning: ignoring file /Users/apple/Desktop/~/libaudio_processing_sse2.a, missing required architecture armv7 in file /Users/apple/Desktop/~/libaudio_processing_sse2.a (2 slices) 
 ld: warning: ignoring file /Users/apple/Desktop/~/libcommon_audio_sse2.a, missing required architecture armv7 in file /Users/apple/Desktop/~/libcommon_audio_sse2.a (2 slices) 
 
 ld: '/Users/apple/Desktop/~/libanychatcore.a(AnyChatPlatform.o)' 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) 
 
 
 
 |