Skip to content
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

Question about ios CI #146

Closed
Gigas002 opened this issue Aug 22, 2022 · 1 comment
Closed

Question about ios CI #146

Gigas002 opened this issue Aug 22, 2022 · 1 comment

Comments

@Gigas002
Copy link
Contributor

Gigas002 commented Aug 22, 2022

Sorry to bother you with not directly related question. I'm interested in the way you managed to create CI build for ios artifacts. I tried to implement it for my project, but failed.

First, is the version of flutter you use:

channel: 'stable'

Trying to use it resulted in Could not find an option named "no-codesign". error for me on flutter build ios --release --no-codesign line, since stable is 3.0.5 currently, and this option will be implemented in 3.1.0, so I had to use channel: beta.

The second question is related in how did you managed to even create .ipa this way? After completing the flutter build ipa --release --no-codesign, the CI log just tells me Codesigning disabled with --no-codesign, skipping IPA. and that's all.

Would be great if you could explain me these moments, since I'm new to both macos and flutter, and don't really understand the way of building for ios.

@Gigas002
Copy link
Contributor Author

Ah, sorry, I've overlooked the build results. Even though it says Codesigning disabled with --no-codesign, skipping IPA, I still somehow get the .ipa in the end. Weird, but ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant