We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on mac, react-native run-android gives : react native env: sh\r: No such file or directory
Had to use dos2unix to remove all windows line endings. After that, it gave : FAILURE: Build failed with an exception.
The SDK directory '/Users/shola.emmanuel/Library/Android/sdk' does not exist.
Looks like local.properties file in android directory is committed to git, it should be removed.
The text was updated successfully, but these errors were encountered:
For first issue, check the fix here : clean-docker/Magento2#27
Sorry, something went wrong.
Found Xcode workspace ListingApp.xcworkspace Could not find iPhone 6 simulator
iPhone 6 is no longer supported in mac 10.15
No branches or pull requests
on mac,
react-native run-android gives :
react native env: sh\r: No such file or directory
Had to use dos2unix to remove all windows line endings.
After that, it gave :
FAILURE: Build failed with an exception.
A problem occurred configuring project ':app'.
Looks like local.properties file in android directory is committed to git, it should be removed.
The text was updated successfully, but these errors were encountered: