Firebase Undefined symbols for architecture x86_64

后端 未结 17 1655
慢半拍i
慢半拍i 2020-12-03 10:07

I am using firebase as part of a project I am working on in iOS, and I just stumbled upon the following linking error when I try to compile my code against an iPhone 6 or 7

17条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-03 10:45

    It seems to be a glitch with derived data. I quitted out of Xcode, I removed all Derived Data in /Users/USER_NAME/Library/Developer/Xcode/PROJECT_NAME

    Restarted Xcode, compiled and all works as expected, no need to change anything in Active Architecture Only or anything.

提交回复
热议问题