You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/11 10:43:39 UTC

[GitHub] [cordova-ios] mebibou opened a new issue #716: The document "project.xcodeproj" could not be opened

mebibou opened a new issue #716: The document "project.xcodeproj" could not be opened
URL: https://github.com/apache/cordova-ios/issues/716
 
 
   # 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 (cordova-lib@9.0.1)`
   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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org