简体   繁体   English

如何修复错误 ITMS-90680 StickerPackExtension.appex 未包含在正确命名的目录中。 它应该在“插件”下

[英]How to fix ERROR ITMS-90680 StickerPackExtension.appex is not contained in a correctly named directory. It should be under "PlugIns"

Using XCode 10.2.1使用XCode 10.2.1

Submitting my first stickers app for iOS for testing.提交我的第一个 iOS 贴纸应用程序进行测试。

When uploading archive to itunesconnect I'm now getting this error:将存档上传到 itunesconnect 时,我现在收到此错误:

ERROR ITMS-90680: "Invalid directory. The bundle Payload/App Name.app/App Name StickerPackExtension.appex is not contained in a correctly named directory. It should be under "PlugIns".错误 ITMS-90680:“无效目录。捆绑有效负载/应用程序名称.app/应用程序名称 StickerPackExtension.appex 未包含在正确命名的目录中。它应该在“插件”下。

My project structure is now:我的项目结构现在是:

App Name
 - Stickers.xcstickers
 - Products
   - App Name.app
   - App Name StickerPackExtension.appex

I don't see any way to move .appex to a PlugIns folder (non existing) as the error suggests.正如错误所暗示的那样,我没有看到任何将.appex移动到PlugIns文件夹(不存在)的方法。

Additionally the project structure is the default structure I'm getting when creating "Sticker Pack App" in Xcode.此外,项目结构是我在 Xcode 中创建“Sticker Pack App”时得到的默认结构

So I'm not sure why is the process complaining about the .appex being in a wrong directory and I have no idea how to fix this to proceed further.所以我不确定为什么这个过程会抱怨 .appex 位于错误的目录中,我不知道如何解决这个问题以进一步进行。

Any help appreciated!任何帮助表示赞赏!

for me the problem was that extension was included in Copy Bundle Resources build phase.对我来说,问题是扩展包含在复制捆绑资源构建阶段。 Make sure it's not there, it should be only under Dependencies and Embed App Extension build phases确保它不在那里,它应该只在DependenciesEmbed App Extension构建阶段下

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 错误ITMS-90680:“您上传的二进制文件无效。” - ERROR ITMS-90680: "The binary you uploaded was invalid.” 为什么我会收到上传错误 ITMS-90680 和 ITMS-90171 - Why do I get an upload error ITMS-90680 and ITMS-90171 错误 ITMS-90205:“无效的捆绑包。 'NotificationServiceExtension.appex' 中的包包含不允许的嵌套包。” - ERROR ITMS-90205: “Invalid Bundle. The bundle at 'NotificationServiceExtension.appex' contains disallowed nested bundles.” 如何修复错误 ITMS-90032:“无效的图像路径 - 在键 'CFBundleIcons' 下引用的路径中找不到图像:'AppIcon60x60'”? - How to fix ERROR ITMS-90032: “Invalid Image Path - No image found at the path referenced under key 'CFBundleIcons': 'AppIcon60x60'”? 如何修复“App Store Connect 操作错误 ITMS-90771” - How to fix "App Store Connect Operation ERROR ITMS-90771" 如何修复 iOS ITMS-90809? - How to fix iOS ITMS-90809? Xcode显示两个pod目录。 如何删除一个目录 - Xcode shows two pods directory. How to remove one directory 如何调试 iOS 扩展 (.appex)? - How to debug an iOS extension (.appex)? 如何修复 App Store Connect 操作错误 ERROR ITMS-90784 - How to fix App Store Connect Operation Error ERROR ITMS-90784 在将应用提交到App Store时,如何修复ERROR ITMS 90032、90022、90363、90394? - How to fix ERROR ITMS 90032, 90022, 90363, 90394, on submitting app to App Store?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM