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 2020/06/09 16:09:26 UTC

[GitHub] [cordova-node-xcode] DamienBitrise opened a new issue #113: Error adding resource when a folder called Resource does not exist

DamienBitrise opened a new issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113


   When calling myProj.addResourceFile() there is a runtime error if there is no folder/Group called 'Resources' in the XCode project.
   
   Proposed Fix: https://github.com/apache/cordova-node-xcode/pull/112


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


[GitHub] [cordova-node-xcode] hoangDung096 edited a comment on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
hoangDung096 edited a comment on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-642536680


   After i added the file to project. The file existed in Xcode, but it had light color, also cannot open in xcode. Build fail with: "build input cannot be found .. " 
   
   I added header file and source file to folder Classes using :  myProj.addHeaderFile(), myProj.addSourceFile(). This is the screenshot https://drive.google.com/file/d/1UNwCjtNdQPmMTrM43tcB56qP5-POrXXf/view?usp=sharing


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


[GitHub] [cordova-node-xcode] nikhname edited a comment on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
nikhname edited a comment on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-642229533


   My current workaround for this is to manually add a resources group before adding the resource file - ```project.addPbxGroup([], 'Resources', 'Resources', '"<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


[GitHub] [cordova-node-xcode] hoangDung096 edited a comment on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
hoangDung096 edited a comment on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-642536680


   After i added the file to project. The file existed in Xcode, but it had light color, also cannot open in xcode. Build fail with: "build input cannot be found .. " 
   
   I added header file and source file to folder Classes using :  myProj.addHeaderFile(), myProj.addSourceFile().
   


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


[GitHub] [cordova-node-xcode] nikhname commented on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
nikhname commented on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-642229533


   My current workaround for this is to manually add resources before adding the resource file - ```project.addPbxGroup([], 'Resources', 'Resources', '"<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


[GitHub] [cordova-node-xcode] hoangDung096 commented on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
hoangDung096 commented on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-642536680


   After i added the file to project. The file existed in Xcode, but it had light color, also cannot open in xcode. Build fail with: "build input cannot be found .. " 


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


[GitHub] [cordova-node-xcode] nikhname removed a comment on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
nikhname removed a comment on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-642229533


   My current workaround for this is to manually add a resources group before adding the resource file - ```project.addPbxGroup([], 'Resources', 'Resources', '"<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


[GitHub] [cordova-node-xcode] timbru31 closed issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113


   


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


[GitHub] [cordova-node-xcode] timbru31 commented on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-643143071


   Closed via #112 


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


[GitHub] [cordova-node-xcode] EinfachHans commented on issue #113: Error adding resource when a folder called Resource does not exist

Posted by GitBox <gi...@apache.org>.
EinfachHans commented on issue #113:
URL: https://github.com/apache/cordova-node-xcode/issues/113#issuecomment-801871520


   @timbru31 Any chance that you release a new npm version with this?


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