You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Michael (JIRA)" <ji...@apache.org> on 2016/03/09 10:25:40 UTC

[jira] [Commented] (CB-5644) Error: ENOENT, no such file or directory 'PATH/platforms/ios/._PROJECTNAME/config.xml' during "cordova prepare ios"

    [ https://issues.apache.org/jira/browse/CB-5644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15186826#comment-15186826 ] 

Michael commented on CB-5644:
-----------------------------

I'm getting this error myself. I'm using Node 4.3.1, Xcode 7.2.1, OSX 10.11.3, Cordova 6.0.0.

{code}
Generating config.xml from defaults for platform "ios"
cp: copyFileSync: could not write to dest file (code=ENOENT):/Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/SGoodCity/config.xml

Error: ENOENT: no such file or directory, open '/Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/SGoodCity/config.xml'
    at Error (native)
    at Object.fs.openSync (fs.js:549:18)
    at Object.fs.writeFileSync (fs.js:1156:15)
    at ConfigFile_save [as save] (/Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigFile.js:87:12)
    at /Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigKeeper.js:61:49
    at Array.forEach (native)
    at ConfigKeeper_save_all [as save_all] (/Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigKeeper.js:59:31)
    at PlatformMunger_save_all [as save_all] (/Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/cordova/node_modules/cordova-common/src/ConfigChanges/ConfigChanges.js:68:24)
    at updateConfigFile (/Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/cordova/lib/prepare.js:81:41)
    at Api.module.exports.prepare (/Users/developer/Workspace/goodcity/staging/app.goodcity/cordova/platforms/ios/cordova/lib/prepare.js:40:20)
{code}

> Error: ENOENT, no such file or directory 'PATH/platforms/ios/._PROJECTNAME/config.xml' during "cordova prepare ios"
> -------------------------------------------------------------------------------------------------------------------
>
>                 Key: CB-5644
>                 URL: https://issues.apache.org/jira/browse/CB-5644
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI
>    Affects Versions: 3.2.0
>         Environment: OS X 10.9, Xcode 5.0.2 Build version 5A3005, Node v0.10.18, Cordova CLI 3.2.0-0.4.0, 
>            Reporter: Fabio Fabbri
>
> I have run "cordova prepare ios" on a project. After some successful run, after I opened the Xcode project with Xcode, I executed again "cordova prepare ios" and I got the following error:
> Error: ENOENT, no such file or directory 'PROJECT_PATH/platforms/ios/._APPNAME/config.xml'
>     at Object.fs.openSync (fs.js:427:18)
>     at Object.fs.readFileSync (fs.js:284:15)
>     at Object.module.exports.parseElementtreeSync (/usr/local/lib/node_modules/cordova/src/xml-helpers.js:111:27)
>     at Object.config_parser (/usr/local/lib/node_modules/cordova/src/config_parser.js:25:20)
>     at Object.ios_parser (/usr/local/lib/node_modules/cordova/src/metadata/ios_parser.js:62:19)
>     at /usr/local/lib/node_modules/cordova/src/prepare.js:56:23
>     at Array.map (native)
>     at CLI.prepare (/usr/local/lib/node_modules/cordova/src/prepare.js:54:35)
>     at new CLI (/usr/local/lib/node_modules/cordova/src/cli.js:104:30)
>     at Object.<anonymous> (/usr/local/lib/node_modules/cordova/bin/cordova:41:16)
> After hours of tentatives and headaches, I found out that Xcode created the file PROJECT_PATH/platforms/ios/._APPNAME.xcodeproject . I deleted this file and "cordova prepared ios" was working again.
> I didn't investigate further, but I suspect that che CLI script searches for files in the format "platforms/ios/*.xcodeproject" and for every file found it assumes there is a folder with the same name excluding the ending ".xcodeproject". I think you should add other conditions there to avoid this kind of error.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org