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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]