作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我正在开发 IOS 应用程序。还使用 GoogleConversionTrackingSDK。我添加到项目中;GoogleConversionPing.h、libGoogleAnalyticsServices.a 文件。但我收到此错误消息
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 上编译,所以如果你不使用较新版本的 googleTracking,你必须从 build settings
中的 Valid architectures
中删除 arm64
关于ios - GoogleConversionPing undefined symbol ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21928699/
我正在开发 IOS 应用程序。还使用 GoogleConversionTrackingSDK。我添加到项目中;GoogleConversionPing.h、libGoogleAnalyticsServ
我是一名优秀的程序员,十分优秀!