iOS原生插件开发中 在插件工程中加入第三方iOS编写的SDK 编译报错
Undefined symbols for architecture arm64:
"_OBJCCLASS$_XXXXXXXXX", referenced from:
objc-class-ref in DCloud_ICINLock(ICINLockModule.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
将第三方SDK引用到主工程 编译通过 运行报错
[PDRCore initEngineWihtOptions:launchOptions
withRunMode:PDRCoreRunModeNormal withDelegate:self];
2 个回复
ReyZhang - 承接ios, android插件定制。 QQ: 27196849
检查是否缺少其他 framework的引用
1***@163.com
请问这个问题解决了吗?怎么解决的