问题描述
当我想在 Appstore Connect 上发布我的档案时,我遇到了 Xcode 12.3、swift 5 和 cocoapods-1.10.1 版本的问题,一切都很顺利,但是一旦应用程序发送,我就会收到一封来自 App 的电子邮件存储连接出现以下错误:
I am facing a problem with Xcode 12.3, swift 5, and cocoapods-1.10.1 version when I want to publish my archive on Appstore Connect, everything goes well, but once the application sent I receive an e-mail from App Store Connect with the following error :
ITMS-90429:无效的 Swift 支持 - 文件 libswiftDarwin.dylib,libswiftMetal.dylib、libswiftCoreAudio.dylib、libswiftsimd.dylib、libswiftQuartzCore.dylib、libswiftos.dylib、libswiftObjectiveC.dylib、libswiftDispatch.dylib、libswiftCoreLocation.dylib、libswiftAccelerate.dylib, libswiftCoreGraphics.dylib,libswiftCoreData.dylib、libswiftCoreFoundation.dylib、libswiftUIKit.dylib、libswiftCoreMedia.dylib、libswiftAVFoundation.dylib, libswiftContacts.dylib,libswiftCore.dylib,libswiftFoundation.dylib,libswiftMediaPlayer.dylib、libswiftCloudKit.dylib、libswiftCoreImage.dylib 不在预期位置/Payload/WoWonder.app/Frameworks.将文件移动到预期位置,使用当前的公共 (GM) 版本重建您的应用程序Xcode,然后重新提交.
推荐答案
请搜索 .dylib 文件.它在适当的位置不可用.请查看此链接,这将对您有所帮助.
Please search for .dylib files. It is not available in proper location. Please checkout this links, this will help you out.
https://developer.apple.com/library/archive/qa/qa1881/_index.html
这篇关于ITMS-90429:无效的 Swift 支持 - 文件 libswiftDarwin.dylib、libswiftMetal.dylib、的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!