You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: