microsoft / fastlane-plugin-appcenter

App Center fastlane integration.
MIT License
508 stars 126 forks source link

The "release-react" command must be executed in a React Native project folder." #334

Closed QuangBinhDinh closed 4 months ago

QuangBinhDinh commented 7 months ago

I have a React Native project which has an Android folder and an iOS folder, both configured Fastlane. However when I run appcenter codepush release-react it throw me the error above. I know that the command release-react must be run at the project root, but I don't know how to make a lane inside Fastfile run at the root (the parent folder). Any help would be appreciated

DmitriyKirakosyan commented 7 months ago

Hi @QuangBinhDinh , thank you for reaching out!

However when I run appcenter codepush release-react it throw me the error above.

Are you using Fastlane action or appcenter-cli to release a new version? If you're executing appcenter codepush ... directly from a terminal or script, you're actually using the appcenter-cli, not Fastlane. For guidance on using the Fastlane plugin, please consult the README file.

DmitriyKirakosyan commented 4 months ago

Closing. Please reopen if you are still interested.