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
if [[ "$SKIP_BUILD"-eq 0 &&-z"${APPLE_DEVELOPMENT_TEAM:-}" ]];then
148
152
if! has_configured_ios_team;then
149
153
echo"Missing iOS signing team.">&2
150
-
echo"Set one via --team <TEAM_ID> or APPLE_DEVELOPMENT_TEAM, or set bundle.iOS.developmentTeam in src-tauri/tauri.conf.json.">&2
154
+
echo"Set one via --team <TEAM_ID> or APPLE_DEVELOPMENT_TEAM, or set bundle.iOS.developmentTeam in src-tauri/tauri.ios.conf.json (or src-tauri/tauri.conf.json).">&2
151
155
echo"Tip: First-time setup can be done with --open-xcode.">&2
0 commit comments