NativeScript / nx

NativeScript for Nx.
Other
61 stars 15 forks source link

fix: android run task binded to ios #9

Closed rcdsp closed 3 years ago

rcdsp commented 3 years ago

When running nx run <app-name>:android i was getting Applications for platform iOS can not be built on this OS error. Seems like android builder config was targeting the platform to ios, changing this option to android fixed it.

cla-bot[bot] commented 3 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. CLA has not been signed by users: @rcdsp. After signing the CLA, you can ask me to recheck this PR by posting @cla-bot check as a comment to the PR.

rcdsp commented 3 years ago

CLA link is broken, ill look at the contibution guidelines to see if its updated there and submit the issue.

NathanWalker commented 3 years ago

Thanks for ping on this! I'll go ahead and bump out a patch for this and will look into that CLA link.