leogoesger edited a comment on issue #764: could not find -Info.plist file, or 
config.xml file after adding extension, cordova build, with FIX
URL: https://github.com/apache/cordova-ios/issues/764#issuecomment-573890257
 
 
   @brodybits 
   
   Basically, after adding extension in xcode, in our case we need `OneSignal`, 
so we name it OneSignal. `plist_file_entry ` should return the plist file for 
the project, but instead it returns the path of OneSignal. For some reason it 
is not finding the correct folder path. 
   
   The error is in here, it does not return what it intends to after you add an 
extension.
   
   ```
   var plist_file_entry = _.find(xcBuildConfiguration, function(entry) {
       return entry.buildSettings && entry.buildSettings.INFOPLIST_FILE;
     });
   ```

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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to