Ld /Users/purplebug/Library/Developer/Xcode/DerivedData/MyDoctorFinder-bjdxztijegnaxobgqvqhbnuqqsin/Build/Intermediates/ArchiveIntermediates/MyDoctorFinder/IntermediateBuildFilesPath/MyDoctorFinder.build/Release-iphoneos/MyDoctorFinder.build/Objects-normal/armv7/MyDoctorFinder正常的armv7 cd / Users / purplebug / Documents / MyDoctorFinder / MyDoctorFinder export IPHONEOS_DEPLOYMENT_TARGET = 8.1 export PATH =“/ Applications / Xcode.app / Contents / Developer / Platforms / iPhoneOS.platform / Developer / usr / bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/ usr / local / bin:/ USR /斌:/ bin中:/ usr / sbin目录:/ sbin目录” /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9。 2.sdk -L / Users / purplebug / Library / Developer / Xcode / DerivedData / MyDoctorFinder-bjdxztijegnaxobgqvqhbnuqqsin / Build / Intermediates / ArchiveIntermediates / MyDoctorFinder / BuildProductsPath / Release-iphoneos -F / Users / purplebug / Library / Developer / Xcode / DerivedData / MyDoctorFinder-bjdxztijegnaxobgqvqhbnuqqsin / Build / Intermediates / ArchiveIntermediates / MyDoctorFinder / BuildProductsPath / Release-iphoneos -F / Users / purplebug / Documents / MyDoctorFinder / MyDoctorFinder -F / Users / purplebug / Documents / MyDoctorFinder / MyDoctorFinder / Pods / GoogleMaps / Frameworks -filelist /用户/ purplebug /库/开发商/ Xcode中/ DerivedData / MyDoctorFinder-bjdxztijegnaxobgqvqhbnuqqsin /编译/中间体/ ArchiveIntermediates / MyDoctorFinder / IntermediateBuildFilesPath / MyDoctorFinder.build /释放-的iPhoneOS / MyDoctorFinder.build /对象-N ormal / armv7 / MyDoctorFinder.LinkFileList -miphoneos-version-min = 8.1 -dead_strip -fembed-bitcode -Xlinker -bitcode_verify -Xlinker -bitcode_hide_symbols -Xlinker -bitcode_symbol_map -Xlinker / Users / purplebug / Library / Developer / Xcode / DerivedData / MyDoctorFinder- bjdxztijegnaxobgqvqhbnuqqsin / Build / Intermediates / ArchiveIntermediates / MyDoctorFinder / BuildProductsPath / Release-iphoneos -ObjC -framework CoreGraphics -framework MobileCoreServices -framework Security -framework SystemConfiguration -fobjc-arc -fobjc-link-runtime -framework GoogleMaps -framework Accelerate -framework CoreBluetooth -framework SystemConfiguration -framework QuartzCore -framework OpenGLES -lz -licucore -lc ++ -framework ImageIO -framework GLKit -framework CoreText -framework CoreLocation -framework CoreData -framework AVFoundation -framework MessageUI -lsqlite3 -framework CoreGraphics -framework UIKit -framework Foundation -lPods -Xlinker - dependency_info -Xlinker / Users / purplebug / Library / Developer / Xcode / DerivedData / MyDoct orFinder-bjdxztijegnaxobgqvqhbnuqqsin / Build / Intermediates / ArchiveIntermediates / MyDoctorFinder / IntermediateBuildFilesPath / MyDoctorFinder.build / Release-iphoneos / MyDoctorFinder.build / Objects-normal / armv7 / MyDoctorFinder_dependency_info.dat -o / Users / purplebug / Library / Developer / Xcode / DerivedData / MyDoctorFinder-bjdxztijegnaxobgqvqhbnuqqsin /建造/中间体/ ArchiveIntermediates / MyDoctorFinder / IntermediateBuildFilesPath / MyDoctorFinder.build /释放-的iPhoneOS / MyDoctorFinder.build /对象 - 正常/ ARMv7的/ MyDoctorFinder
ld:无法从架构armv7的bitcode包中提取文件 clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)
答案 0 :(得分:1)
您是否将库用作静态?
从项目中禁用BitCode
,然后重新构建