Cordova 5 not handling new ios application target in XCode -


i upgraded cordova 5. xcode project has more 1 application target causes error on build.

cordova build ios not find -info.plist file, or config.xml file.  

steps recreate:

  1. create new cordova project
  2. add ios platform
  3. in xcode project, duplicate application target create new target
  4. run "cordova build ios"

currently using xcode 6.3.2 , cordova 5.1.1

there pull request fix: https://github.com/apache/cordova-lib/pull/219

until cordova team fix it, here:

second answer


Comments

Popular posts from this blog

c# - Validate object ID from GET to POST -

node.js - Custom Model Validator SailsJS -

php - Find a regex to take part of Email -