react-native-starter-kit icon indicating copy to clipboard operation
react-native-starter-kit copied to clipboard

Compile issue on mac

Open hpatel2017 opened this issue 6 years ago • 2 comments

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.

  • What went wrong: A problem occurred configuring project ':app'.

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.

hpatel2017 avatar Nov 08 '19 06:11 hpatel2017

For first issue, check the fix here : https://github.com/clean-docker/Magento2/issues/27

hpatel2017 avatar Nov 08 '19 06:11 hpatel2017

Found Xcode workspace ListingApp.xcworkspace

Could not find iPhone 6 simulator

iPhone 6 is no longer supported in mac 10.15

julesmoretti avatar Nov 18 '19 22:11 julesmoretti