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

IOS artifact contains only .xcarchive instead of .ipa file #8

Open
JuliusWiedemann opened this issue Nov 2, 2024 · 0 comments
Open

Comments

@JuliusWiedemann
Copy link

JuliusWiedemann commented Nov 2, 2024

The build-ipa job builds an .xcarchive instad of an .ipa file. The flet documentation explains that if no team ID is provided a unsigned iOS archive will be generated: docs

So this behaviour seems to be correct. Unfortunatelly, if I add a team id, the build fails because xcode cannot sign my application with my id. Is there a way to add the apple provisioning profile to github and use it to sign the app? Only a .ipa file can be run on an ios device. Without it, the ios build is not very useful.

The current workflow would be to download the .xcarchive, load it into xcode and convert it to a .ipa file. Am I correct here? Would be great if this workflow could be automated :)
Also, I don't have a physical mac, so I'm depending on github actions macos runner to build my app for IOS.

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