简体   繁体   English

Codemagic 跳过发布到 App Store Connect:未找到 IPA 或 PKG

[英]Codemagic Skip publishing to App Store Connect: no IPAs or PKGs found

I use CodeMagic for CI/CD on an Ionic application with Capacitor and VueJS.我在带有 Capacitor 和 VueJS 的 Ionic 应用程序上使用 CodeMagic for CI/CD。 The whole build process goes very well, up to the publishing process.整个构建过程进行得非常顺利,直到发布过程。 I have this final log that makes the app not be sent to TestFlight:我有这个最终日志,使应用程序不会被发送到 TestFlight:

Skip publishing to App Store Connect: no IPAs or PKGs found跳过发布到 App Store Connect:未找到 IPA 或 PKG

ID: 63b942a48ab154742fe6b4d9编号:63b942a48ab154742fe6b4d9

I have the codemagic.yml configuration for Ionic and Capacitor... https://user-images.githubusercontent.com/56630992/211145195-f9233bce-34d0-40a2-86ae-23bf2b936a52.png我有 Ionic 和 Capacitor 的 codemagic.yml 配置... https://user-images.githubusercontent.com/56630992/211145195-f9233bce-34d0-40a2-86ae-23bf2b936a52.png

https://user-images.githubusercontent.com/56630992/211145181-55a2ec19-5a23-417e-b416-f3a994bb935a.png https://user-images.githubusercontent.com/56630992/211145181-55a2ec19-5a23-417e-b416-f3a994bb935a.png

Thanks in advance提前致谢

I have these lines into the codemagic.yml file:我将这些行放入 codemagic.yml 文件中:

    artifacts:
      - build/ios/ipa/*.ipa

make sure your artifacts path starts from the repository root and correct one.确保您的artifacts路径从存储库根目录开始并更正一个。

Also you can use absolute path like $CM_BUILD_DIR/ios/App/build/ios/ipa/*.ipa您也可以使用绝对路径,如$CM_BUILD_DIR/ios/App/build/ios/ipa/*.ipa

暂无
暂无

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

相关问题 在网络Playstore上找到了android应用,但在移动应用play商店上找不到 - android app found on web playstore but not on mobile app play store 在应用商店上找不到适用于应用程序的有效“ aps-environment”权利字符串 - No valid ‘aps-environment’ entitlement string found for application on app store 尽管在App Store Connect中仅选择了英语,我的iOS应用仍显示多种语言 - My iOS app displays multiple languages despite having only English selected in App Store Connect 发布 Ionic 应用程序 - Zipalign 不工作 - Publishing Ionic app - Zipalign not working 使用Ionic部署iOS和Android的发布应用程序 - Publishing app with Ionic deploy iOS, and android 如何在 App Store Connect 中更新其他人的 iOS TestFlight 版本? - How do I update someone else's iOS TestFlight build in App Store Connect? 上传到 App Store 时出现 Xcode 错误:“找不到合适的应用程序记录” - Xcode error when uploading to App Store: “No suitable application records were found” 在PATH上找不到Git CLI。 必须安装它才能将此应用程序连接到Ionic - Git CLI not found on your PATH. It must be installed to connect this app to Ionic 我已经拥有签名密钥时将ionic应用发布到android - Publishing ionic app to android while I already have a signing key 如果在离子应用程序上未安装应用程序,则App Store / Play商店重定向 - App Store/Play Store redirection if App is not installed on ionic App
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM