admin管理员组文章数量:1344336
I'm writing ui test for my app with StoreKitTest, it works well in my local mac device, but I encountered an link error when Xcode builds my ui test target in Xcode Cloud environment:
Showing All Messages Ignoring file '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/StoreKitTest.framework/StoreKitTest': found architecture 'arm64e', required architecture 'x86_64'
Undefined symbol: OBJC_CLASS$_SKTestSession
Linker command failed with exit code 1 (use -v to see invocation)
I checked which architectures are supported by the StoreKitTest by running lipo:
lipo -info /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/StoreKitTest.framework/StoreKitTest
Non-fat file: /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks/StoreKitTest.framework/StoreKitTest is architecture: arm64e
Although this is just the result of my local Xcode, I guess the framework included in Xcode that running in cloud also only support arm64.
The following screenshot is how I import StoreKitTest in my UITest target:
So my question is that how can I import an universal StoreKitTest.framework?
本文标签: swiftApple StoreKitTestframework for x8664Stack Overflow
版权声明:本文标题:swift - Apple StoreKitTest.framework for x86_64? - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1743798983a2540957.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论