mebibou opened a new issue #172: The document "project.xcodeproj" could not be opened URL: https://github.com/apache/cordova/issues/172 # Bug Report ## Problem After building the app using `cordova build ios` and trying to open the `xcodeproj` file, I always get the error `The document "project.xcodeproj" could not be opened`. I did not have this error before I upgraded to MacOS Catalina, so maybe that's why. I tried `cordova platform remove ios && cordova platform add ios` but still the same error. I tried on many different projects but I always get the same error. I also tried the simple hello world project as described here for the `osx` platform: https://cordova.apache.org/docs/en/latest/guide/platforms/osx/ ```bash cordova create hello com.example.hello "HelloWorld" cd hello cordova platform add osx cordova prepare open platforms/osx/HelloWorld.xcodeproj/ ``` Error `The document “project.xcworkspace” could not be opened. ` ## Information <!-- Include all relevant information that might help understand and reproduce the problem --> Running MacOS `10.15.1` Xcode `11.2` Cordova `9.0.0 ([email protected])` Node `v12.5.0` ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
