Skip to content

Update project.ts, to be compatible with latest cordova-ios v7 #5115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Kamilius
Copy link

Provide a way of modifying relative paths to most recently built APK or IPA files, with environment variables. cordova-ios v7 provided a breaking change, which sets the paths of built assets to correspond to ones used by XCode by default:

  • was device -> now Debug-iphoneos
  • was simulator -> now Debug-iphonesimulator

Provide a way of modifying relative paths to most recently built APK or IPA files, with environment variables.
`cordova-ios v7` provided a breaking change, which sets the paths of built assets to correspond to ones used by XCode by default:
- was `device` -> now `Debug-iphoneos`
- was `simulator` -> now `Debug-iphonesimulator`
@Kamilius
Copy link
Author

Closed in favor of #5065

@Kamilius Kamilius closed this May 12, 2025
@Kamilius Kamilius reopened this May 12, 2025
@Kamilius
Copy link
Author

Even though more complex solution exists https://github.com/ionic-team/ionic-cli/pull/5065/commits.
This one provides much simpler approach of fixing an issue with compatibility of Ionic/cli v7 with cordova-ios v7

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.

1 participant