dmastag commented on issue #338: support for creating Xcode9 style exportOptions.plist URL: https://github.com/apache/cordova-ios/pull/338#issuecomment-332485277 the exportOptions.plist problem is going away for me if using [the fork](https://github.com/jrryhrtn/cordova-ios) but I am getting another error `Error: ENOENT: no such file or directory, open '/Users/path/to/project/platforms/ios/APP Name/project.pbxproj'` I am building using the cordova cli even though its an ionic project EDIT: I solved it by changing `pbxproj: path.join(projectPath, projectName, 'project.pbxproj')` into `pbxproj: path.join(projectPath, projectName + '.xcodeproj', 'project.pbxproj')` Not sure why I am the only one who has reported this issue ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
