Distribution for iOS when using shorebird is not executed #2564
-
I was trying to build iOS app with shorebird and distribute app to TestFlight. Due to some issue with shorebird signing, I was using custom signing to build (here it uses the codemagic and my signing). The issue here is, after the build has happened it says the build has passed where I was not able to see the build on AppStore Connect. Shorebird has a limitation on when uploading to AppStore Connect which is unchecking the "Manage version" (something). And I need the build to be able to go to external test group. I think this might be a limitation from shorebird? Or I am doing it wrong? I am not sure. Build ID: 66571f5e5cf3872cfe89d3e5 App Repository: https://github.com/immadisairaj/radiosai Shorebird iOS release docs: https://docs.shorebird.dev/guides/release/ios/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Hey @immadisairaj, I am investigating the issue and will keep you posted. |
Beta Was this translation helpful? Give feedback.
Hey @immadisairaj
With the latest version of shorebird cli, it seems you have to set manageAppVersionAndBuildNumber to false in
/Users/builder/export_options.plist.
You can use PlistBuddy to do so, which you can run after the Apply Profiles step
/usr/libexec/PlistBuddy -c 'Add :manageAppVersionAndBuildNumber bool false' /Users/builder/export_options.plist