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
Set up automated build pipelines to output iOS artifacts (IPA) for releases. GitHub Actions provides macOS runners (macos-latest) which contain Xcode, making it entirely possible to run iOS builds directly in CI (e.g., using fastlane or eas build).