3
我正在開發一個IOS應用程序。還使用GoogleConversionTrackingSDK。我加入了項目; GoogleConversionPing.h,libGoogleAnalyticsServices.a文件。但我收到此錯誤信息GoogleConversionPing未定義的符號
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_GoogleConversionPing", referenced from:
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
上午除去arm64接收同樣的錯誤。你能跟我分享答案嗎? – Sakthimuthiah