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

2020-02-14 Thread GitBox
NiklasMerz 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-586187554
 
 
   > @NiklasMerz any update on this?
   
   @leogoesger There are some reviews now. Would you like to address them?
   
   


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



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

2020-01-14 Thread GitBox
NiklasMerz 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-574073325
 
 
   Your proposed fix works for my app in question! I am checking the PR.


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



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

2020-01-13 Thread GitBox
NiklasMerz 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-574049685
 
 
   If I run `cordova run ios --verbose`, I get this stacktrace which might help
   
   ```
   Need to update build settings because project is using our launch storyboard.
   Could not parse 
/Users/me/path/platforms/ios/MyApp.xcodeproj/project.pbxproj: Could not find 
*-Info.plist file, or config.xml file.
   CordovaError: Could not parse 
/Users/me/path/platforms/ios/MyApp.xcodeproj/project.pbxproj: Could not find 
*-Info.plist file, or config.xml file.
   at handleBuildSettings 
(/Users/me/path/platforms/ios/cordova/lib/prepare.js:333:25)
   at updateProject 
(/Users/me/path/platforms/ios/cordova/lib/prepare.js:228:12)
   at /Users/me/path/platforms/ios/cordova/lib/prepare.js:56:21
   at _fulfilled (/Users/me/path/node_modules/q/q.js:854:54)
   at /Users/me/path/node_modules/q/q.js:883:30
   at Promise.promise.promiseDispatch 
(/Users/me/path/node_modules/q/q.js:816:13)
   at /Users/me/path/node_modules/q/q.js:570:49
   at runSingle (/Users/me/path/node_modules/q/q.js:137:13)
   at flush (/Users/me/path/node_modules/q/q.js:125:13)
   at processTicksAndRejections (internal/process/task_queues.js:76:11)
   ```
   
   I am trying the fix and try to understand the history of this bug.


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



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

2020-01-13 Thread GitBox
NiklasMerz 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-574038869
 
 
   I know this error from a pretty complex app with two extensions. I did not 
investigate that, yet and would love to see this fixed. 
   
   If you find something,please create a pull request. I may look at this 
deeper, later.


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org



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

2020-01-13 Thread GitBox
NiklasMerz 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-574049685
 
 
   If I run `cordova run ios --verbose`, I get this stacktrace which might help
   
   ```
   Need to update build settings because project is using our launch storyboard.
   Could not parse 
/Users/me/path/platforms/ios/MyApp.xcodeproj/project.pbxproj: Could not find 
*-Info.plist file, or config.xml file.
   CordovaError: Could not parse 
/Users/me/path/platforms/ios/MyApp.xcodeproj/project.pbxproj: Could not find 
*-Info.plist file, or config.xml file.
   at handleBuildSettings 
(/Users/me/path/platforms/ios/cordova/lib/prepare.js:333:25)
   at updateProject 
(/Users/me/path/platforms/ios/cordova/lib/prepare.js:228:12)
   at /Users/me/path/platforms/ios/cordova/lib/prepare.js:56:21
   at _fulfilled (/Users/me/path/node_modules/q/q.js:854:54)
   at /Users/me/path/node_modules/q/q.js:883:30
   at Promise.promise.promiseDispatch 
(/Users/me/path/node_modules/q/q.js:816:13)
   at /Users/me/path/node_modules/q/q.js:570:49
   at runSingle (/Users/me/path/node_modules/q/q.js:137:13)
   at flush (/Users/me/path/node_modules/q/q.js:125:13)
   at processTicksAndRejections (internal/process/task_queues.js:76:11)
   ```


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:
us...@infra.apache.org


With regards,
Apache Git Services

-
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org