anysdk2.0打包iOS pp助手渠道 问题

最近将项目anysdk升级到2.0后 打包pp助手编译出现问题, 具体报错如下:

ld: warning: ignoring file /Users/Geek_Tiger/guaji/frameworks/runtime-src/proj.ios_mac/AnySDK/500003/sdk/iOS_PPZhuShou/Frameworks/PPAppPlatformKit.framework/PPAppPlatformKit, missing required architecture x86_64 in file /Users/Geek_Tiger/guaji/frameworks/runtime-src/proj.ios_mac/AnySDK/500003/sdk/iOS_PPZhuShou/Frameworks/PPAppPlatformKit.framework/PPAppPlatformKit (2 slices)
Undefined symbols for architecture x86_64:
OBJC_CLASS$_PPAppPlatformKit”, referenced from:
objc-class-ref in PPZhuShou
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
网上搜了下资料, 貌似这里是链接问题, pp sdk里面找不到对应平台的函数实现? 因为自己对xcode不是很熟悉, 望技术大大提供帮忙看下。
另外在这之前有打过ios的爱思, 海马包,都没有这个问题, 就pp出现这个奇怪的编译问题。

先确认下你是在模拟器运行的吗?PP助手没法在模拟器运行

刚确认过了 的确是模拟器的问题 真机上可以跑起来 谢谢版主大大! :866: