Project.pbxproj not found in cordova ios app

Hi,
i am creating cordova ios app.

In xcode archive step it gives an error that :
"ENOENT: no such file or directory, open ‘/Users/vagrant/git/mob_app/platforms/ios/App_Name.xcworkspace/project.pbxproj’ "
No ios nor android platform’s output dir exist
No output generated

and i don’t understand why it search for project.pbxproj in App_Name.xcworkspace folder it suppose to search in App_Name.xcodeproj folder.

Build url : https://app.bitrise.io/build/6e75424f64fe2ddc#?tab=log

Thanks in advance

Hi @mihir!

Based on the fact that this didn’t happen in the original error you posted, I suspect it’s due to the modifications you make but it’s hard to tell what the contents of these scripts are. Have you seen this: https://devcenter.bitrise.io/getting-started/getting-started-with-ionic-cordova-apps/ yet? There seems to be a number of config isssues, you won’t be able to use the Xcode Archive step with a Cordova-based project for instance.

Hello @bitce sir!

Actually i solved this issue some days back and successfully run app in testing device, and yes i already seen this doc https://devcenter.bitrise.io/getting-started/getting-started-with-ionic-cordova-apps/ but somehow cordova-archive was not return .ipa file and as per our requirements i wanted to do so many customization in my app so, somehow i managed to get .ipa file using xcode-archive file in this project.

Thank you for reply, and also thank you for this awesome tool/site.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.