Undefined symbols for architecture arm64

前端 未结 30 2176
南旧
南旧 2020-11-22 08:17

I am getting a Apple Mach-O Linker Error everytime I import a file from CocoaPods.

Undefined symbols for architecture arm64:
  \"_OBJC_CLASS_$_FBSession\", r         


        
30条回答
  •  萌比男神i
    2020-11-22 09:14

    1. Go to target Build Settings.
    2. set BUILD ACTIVE ARCHITECTURE ONLY = NO for both Debug and Release
    3. Build and run

提交回复
热议问题