Undefined symbols for architecture arm64
If your Architectures and Valid Architectures are all right, you may check whether you have added $(inherited) , which will add linker flags generated in pods, to Other Linker Flags as below:
If your Architectures and Valid Architectures are all right, you may check whether you have added $(inherited) , which will add linker flags generated in pods, to Other Linker Flags as below:
For me, changing ‘No Common Blocks’ from Yes to No ( under Targets->Build Settings->Apple LLVM – Code Generation ) fixed the problem.
I use Xcode6 GM. I encountered the same problem. What I did was to go to Build Settings -> Build Options. Then I changed the value of the “Compiler for C/C++/Objective-C” to Default Compiler.
[Xcode 11+] The only thing to do is to add the framework to the General->Frameworks, Libraries And Embedded Content section in the General tab of your app target. Make sure you select the ‘Embed & Sign’ option. [Xcode v6 -> Xcode v10] The only thing to do is to add the framework to the Embedded … Read more
These settings have now moved to Preferences > Accounts: