我在运行使用Firebase的Auth,RemoteConfig和数据库功能的unity3d项目时遇到问题。
它在我之前的Mac上运行良好,但由于mac更新它不再起作用。
我安装了cocoapods:
192-168-0-103:~ Alex$ pod --version
1.2.1
我有以下链接器标志:
$(inherited)
-weak_framework
CoreMotion
-weak-lSystem
-lxml2
-ObjC
-l"sqlite3"
-l"z"
我得到的链接器错误如下:
Showing Recent Issues
"_OBJC_CLASS_$_FIREmailPasswordAuthProvider", referenced from:
objc-class-ref in libAuth.a(credential_ios_ef8c3cf45c3329a5e5902f99026c639a.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
以下解决方案对我不起作用:
Firebase Xcode linker command error using Firebase Unity SDK
即使它有效,我也非常喜欢使用Xcode项目而不是工作区。
其他人遇到这个比我更成功吗?