问题与C++上传我的iOS应用程序App Store Connect的库

发布于 2025-02-05 07:36:28 字数 1050 浏览 3 评论 0 原文

我一直在开发一个iOS应用程序,该应用程序实现了一些C ++库,后来将其转换为.dylibs,以便iOS设备能够运行该应用程序。我可以在任何iOS设备中运行该应用程序,而没有任何问题。我还可以存档开发。IPA并在其他人的设备中测试该应用程序。

我遇到的问题是,当我将应用程序提交到App Store Connect中以使用TestFlight进行测试并能够将其分配到App Store中。提交时,我会遇到以下错误:

TMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

TMS-90424: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

我尝试了一些解决方案,包括这里建议的解决方案:https://developer.apple.com/library/archive/technotes/tn2435/_index.html#//apple_ref/ doc/uid/dts40017543-ch1-troubleshooting-bundle_errors

我不确定我是否正确地将库在项目中实现。我做了链接所说的话,它将库嵌入到框架中,但这并不能解决错误。我想知道是否有任何技巧或解决方案可以看一下我要做的事情是否正确,还是可以采取另一条途径来解决问题。

I've been developing an iOS apps that implements some C++ libraries which are later converted into .dylibs in order for iOS devices to be able to run the app. I can run the app in any iOS device without any problem. I also can archive a development .ipa and test the app in other's people devices.

The problem that I'm having is when I submit the app into app store connect in order to test it using TestFlight and be able to distribute it into the app store. I'm getting the following errors when submitting it:

TMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

TMS-90424: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it.

I have tried some solutions, including the ones suggested in here: https://developer.apple.com/library/archive/technotes/tn2435/_index.html#//apple_ref/doc/uid/DTS40017543-CH1-TROUBLESHOOTING-BUNDLE_ERRORS

I'm not sure if I'm correctly implementing the libraries into the project. I did what the link said, which is embedding the libraries into frameworks, but that didn't solve the error. I would like to know if there is any tips or solutions to what I'm doing to see if I'm doing it right or if I can take another path to solve the problem.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

请持续率性 2025-02-12 07:36:29

确保使用Xcode的正式版本,而不是任何Beta版本构建和导出。

Make sure you build and export using an official release of Xcode, and not any Beta version.

猫瑾少女 2025-02-12 07:36:29

您是否尝试过联系Apple支持以了解您所面临的问题?

Have you tried contacting Apple support for some insight into the problem you're having?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文