You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/25 09:23:09 UTC

[GitHub] [cordova-ios] memphis23 commented on issue #1084: Parse error when trying to open .xcodeproj

memphis23 commented on issue #1084:
URL: https://github.com/apache/cordova-ios/issues/1084#issuecomment-785748699


   I have discovered the problem.
   
   Adding the platform on windows includes the following line the the xcode project file:
   301BF52D109A57CC0062928A /* CordovaLib/CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CordovaLib.xcodeproj; path = CordovaLib**\**CordovaLib.xcodeproj; sourceTree = "<group>"; };
   
   Instead of:
   301BF52D109A57CC0062928A /* CordovaLib/CordovaLib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = CordovaLib.xcodeproj; path = CordovaLib**/**CordovaLib.xcodeproj; sourceTree = "<group>"; };


----------------------------------------------------------------
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



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