Skip to content

Commit

Permalink
Fix xcode build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Sep 22, 2023
1 parent 05f07e0 commit 2e48cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cordova/build.action.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ async function appleDebug(platform) {
'xcodebuild',
'clean',
...getXcodeBuildArgs(platform),
'archive',
'build',
'-configuration',
'Debug',
'CODE_SIGN_IDENTITY=""',
Expand Down

0 comments on commit 2e48cd1

Please sign in to comment.