我刚用 Swift 2重写了一个应用。我试图上传应用程序到 iTunesConnect (通过 Xcode 7 GM)进行内部测试。
I wrestled with an "Invalid Swift Support" error for awhile (还有其他相关的问题) ... but now it's changed to something a little different.
苹果现在的错误是:
无效的迅速支持
这些文件与 libift 的 CoreLocation.dylib、 libift 的 CoreMedia.dylib、 libift 的 CoreData.dylib、 libift 的 AVFoundation.dylib 不匹配
/有效载荷/应用程序/框架/libSwift CoreLocation.dylib,/有效载荷/应用程序/框架/libSwift CoreMedia.dylib,/有效载荷/应用程序/框架/libSwift CoreData.dylib,/有效载荷/应用程序/框架/libSwift TAVFoundation.dylib
Make sure the files are correct (?), rebuild your app, and resubmit it.
Don’t apply post-processing to
/有效载荷/应用程序/框架/libSwift CoreLocation.dylib,/有效载荷/应用程序/框架/libSwift CoreMedia.dylib,/有效载荷/应用程序/框架/libSwift CoreData.dylib,/有效载荷/应用程序/框架/libSwift TAVFoundation.dylib。
我一直无法找到类似的错误,通过搜索“不应用后处理”,“确保文件是正确的,重建您的应用程序,并重新提交”等。
有人知道我该怎么“确保文件正确无误”或者还有其他建议吗,谢谢。