简体   繁体   中英

Build failed due to Arm64 and Armv7?

I tried to add Firebase to my iOS application, and before I added it, everything worked. Afterwords I keep getting just one error, claiming to build failed. "Linker command failed with exit code 1 (use -v to see)". So I opened up terminal and used verbose to see the build issues. This is what Terminal gave me.

The following build commands failed:
Ld build/Swiffshot.build/Release-iphoneos/Swiffshot.build/Objects-normal/arm64/Swiffshot normal arm64
Ld build/Swiffshot.build/Release-iphoneos/Swiffshot.build/Objects-normal/armv7/Swiffshot normal armv7
(2 failures)

I've never seen this error before. I've updated all the cocoapods, everything worked prior to adding Firebase... Just not sure what is going on. Any help would be greatly appreciated.

Currently using Swift and Xcode, for reference.

在此处输入图片说明 Changing "Enable Bitcode" to "No" works for me

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM