[Technical Questions] Pushing changes to TestFlight #136
-
In what area do you have a technical challenge?Other (non-StanfordBDHG-related) area DescriptionHello,
Can you point me in the right direction? ReproductionThe app will sometimes get updated into TestFlight without us asking for it. Expected behaviorBeing able to push our app at will to test it on a physical device. Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hi @MiguelAFH, it seems like you and your team have merged a few elements into the main branch that are failing on uploading them to App Store Connect, e.g.,: https://github.com/CS342/2025-CoughSync/actions/runs/13312015704/job/37177494417#step:19:2029. It seems like the icon you have bundled in the app is not according to the Apple Specification. Please ensure that you follow the following article and fix this in subsequent PRs to ensure that the beta deployment is continuing to function as expected: https://developer.apple.com/documentation/xcode/configuring-your-app-icon |
Beta Was this translation helpful? Give feedback.
Hi @MiguelAFH,
A TestFlight release is automatically build and test every time you and your team merge a PR to the main branch as long as your application successfully compiles and doesn't contain any errors that would cause a failure on uploading it to App Store Connect: https://github.com/CS342/2025-CoughSync/actions/workflows/beta-deployment.yml
it seems like you and your team have merged a few elements into the main branch that are failing on uploading them to App Store Connect, e.g.,: https://github.com/CS342/2025-CoughSync/actions/runs/13312015704/job/37177494417#step:19:2029. It seems like the icon you have bundled in the app is not according to the Apple Specification. Please ensu…