erisu commented on a change in pull request #1133: URL: https://github.com/apache/cordova-ios/pull/1133#discussion_r720631853
########## File path: README.md ########## @@ -47,20 +47,24 @@ cordova platform add --link /path/to/cordova-ios ## Updating a Cordova project -When you install a new `cordova-cli` version that comes with a new iOS platform version, from within your project: +When you install a new version of the [`Cordova CLI`](https://www.npmjs.com/package/cordova) that pins a new version of the [`Cordova-iOS`](https://www.npmjs.com/package/cordova-ios) platform, you can follow these simple upgrade steps within your project: ```bash cordova platform rm ios cordova platform add ios ``` +## Debugging in Xcode + +Import project in Xcode through _File > Open_ and targeting `/path/to/your-cdv-project/platforms/ios/PROJECT_NAME.xcodeworkspace`. Review comment: ```suggestion Import project in Xcode through _File > Open_ and targeting `/path/to/your-cdv-project/platforms/ios/PROJECT_NAME.xcworkspace`. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
