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:
- create new cordova project
- add ios platform
- in xcode project, duplicate application target create new target
- 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:
Comments
Post a Comment