Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Cordova app #435

Open
saravnandm opened this issue Jun 24, 2020 · 1 comment
Open

Support for Cordova app #435

saravnandm opened this issue Jun 24, 2020 · 1 comment

Comments

@saravnandm
Copy link

saravnandm commented Jun 24, 2020

Hi,
I'm trying to use the lib for my Cordova app. When I run "gradle xcodebuild" getting the following error. I knew the error is due to placing the build.gradle file in root instead of .xcodeproj/.xcworkspace ios project folder. Is there a way to set the path of .xcodeproj ?

Task :xcodebuildConfig FAILED

FAILURE: Build failed with an exception.

  • What went wrong:
    Execution failed for task ':xcodebuildConfig'.

java.io.FileNotFoundException: No Xcode project files were found in /Users/saravanan/Documents/testapp_workspace/testapp_frontend_new/Gradle Upload

@renep

@renep
Copy link
Contributor

renep commented Jun 29, 2020

As far as I know not having the .xcodeproj or .xcworkspace in the same directory as the build.gradle causes problems. To be honest: In the several years I have used this gradle plugin to build my apps, I have never had the need for this, and I don't think this is gonna change in the foreseeable future. Normally I extend and fix things in this project when I need it myself, or when I think this is a needed thing to have. But Cordova support is not a feature that I need, therefor it is very very unlikely that I will investigate and fix this. So for Cordova support will only happen when someone sends me a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants