-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Support --no-codesign argument when building for iOS #938
Comments
We generally pass all commands after
(Note the extra |
Thanks - that does work indeed. However, the no-codesign argument does not create an IPA, thus the script fails at the next step. It creates a "Runner.xcarchive" file instead.
|
Reminds me of #878 in that it's an option I'd love to help, but i'm not entirely sure what you're trying to achieve or how we can best help here. It sounds like you need the --no-codesign option to fit into your build process? We don't actually care about the IPA itself, we could use a different artifact for our processes, but that would be quite a bit of change on our end, so we're unlikely to make that super soon. Feel free to ping us on discord, happy to discuss there too. |
The reason I needed to use the --no-codesign option was different issues in regards to provisioning profiles/certificates. Once I will get past issue #936 I will do a few experiments and will provide the proper context to this issue. |
So a fix we could make would be to not depend on an IPA being generated. Are you still attempting to use Shorebird? We're happy to work with you here, but we've not heard of anyone else with a config like this. :) https://discord.gg/shorebird. |
I will investigate further, but I am still blocked by #936 |
This is fixed by #1267 |
Description
Due to the still horribly complicated provisioning for iOS apps we are building our flutter apps without code signing, then rebuilding them using fastlanes build_app and the correct team IDs:
The --no-codesign command is not available in shorebird at this point.
Requirements
shorebird release ios-alpha
Additional Context
We also tried to use the standard shorebird release command, but we also fail at issue #936
The text was updated successfully, but these errors were encountered: