Farhad Farzaneh created CB-6304:
-----------------------------------
Summary: cordova 4 creates Xcode project with general www
directory, not iOS platform-specific one
Key: CB-6304
URL: https://issues.apache.org/jira/browse/CB-6304
Project: Apache Cordova
Issue Type: Bug
Components: CLI, iOS
Affects Versions: 3.4.0
Environment: ios7.1, mac osx 10.9.2, xcode 5.1 build 5B130a
Reporter: Farhad Farzaneh
using cordova 3.4.0-0.1.3 to build project with
{{cordova create APP_DIR APP_SIGNATURE APP_NAME}}
{{cordova platform add ios}}
for various plugins:
{{cordova plugin add org.apache.cordova.plugin_name}}
Open the Xcode project. The www folder that is added is the one in the
top-level app_dir, not the one in app_dir/platforms/ios/www, which was
previously the one added. So now you have to remove this www from the project,
add the correct one (which adds all the .js files to compile list and creates
copy build rules for all the images, etc.), so it takes some time to clean it
up manually (probably there is a faster way...), and then continue.
--
This message was sent by Atlassian JIRA
(v6.2#6252)