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/10/28 12:10:57 UTC

[GitHub] [cordova-ios] zhangv commented on issue #764: could not find -Info.plist file, or config.xml file after adding extension, cordova build, with FIX

zhangv commented on issue #764:
URL: https://github.com/apache/cordova-ios/issues/764#issuecomment-717891681


   @leogoesger Thanks. That's the solution. I suggest a stronger condition. To change the:
   
   `entry.buildSettings.INFOPLIST_FILE.includes(projectName)`
   
   to:
   
   `entry.buildSettings.INFOPLIST_FILE.includes(projectName+'-Info.plist')`
   
   Because, the extension name can also includes the project name, like "myprojectWidget"...


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