当我试图构建我的项目时,我的项目中出现了以下错误。我的项目没有应用内购买功能,但当我在项目目标的“功能”部分中启用“应用内购买”时,它会起作用。
Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_SKStoreProductViewController", referenced from: objc-class-ref in GoogleSignIn(GIDStoreKit.o) "_SKStoreProductParameterITunesItemIdentifier", referenced from: l003 in GoogleSignIn(GIDStoreKit.o)ld: symbol(s) not found for architecture x86_64clang: error: linker command failed with exit code 1 (use -v to see invocation)
请帮助我需要更新或从我的项目中删除。
谢谢。

最佳答案

只需从Enable BitCode = true更改Build settings
项目->生成设置->搜索“位代码”

关于ios - 应用内购买框架问题(架构x86_64的 undefined symbol ),我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/38325826/

10-12 17:55