Skip to content

fix(cordova): Update build output path - #5079

Open
MaximBelov wants to merge 2 commits into
ionic-team:developfrom
MaximBelov:update-build-output
Open

fix(cordova): Update build output path#5079
MaximBelov wants to merge 2 commits into
ionic-team:developfrom
MaximBelov:update-build-output

Conversation

@MaximBelov

Copy link
Copy Markdown

Instead of build/emulator, we'll have build/Debug-iphonesimulator and instead of build/device, we'll have build/Release-iphoneos.

apache/cordova-ios#1310

@pinguluk

This comment was marked as abuse.

MaximBelov added a commit to herdwatch-apps/ionic-cli that referenced this pull request Aug 14, 2026
cordova-ios stopped writing to platforms/ios/build/emulator and
platforms/ios/build/device; the products land in configuration-named
directories instead, so the CLI looked for the .app and .ipa where they no
longer are. Derive the path from the release flag:

  build/Debug-iphonesimulator/<app>.app
  build/Release-iphoneos/<app>.ipa

Submitted upstream as ionic-team#5079.
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

Successfully merging this pull request may close these issues.

2 participants