helium / maker-starter-app

Apache License 2.0
37 stars 39 forks source link

react native dependency upgrade #47

Closed tyler-whitman closed 1 year ago

tyler-whitman commented 2 years ago
matthewcarlreetz commented 2 years ago

Getting this on my M1. Not sure if its building for @matthewcarlreetz

Screen Shot 2022-09-28 at 11 22 31 AM

@Perronef5 I get the same thing. It fails immediately. I tried rebuilding from scratch and still can't get past it.

tyler-whitman commented 2 years ago

Hmm maybe hermes iOS isnt working on M1. Could you guys try setting hermes to false in the pod file? Also maybe try a yarn clean-install?

tyler-whitman commented 2 years ago

Oh there is a 0.70.1 now too, maybe that will fix it. Let me update

tyler-whitman commented 2 years ago

@Perronef5 can you test with @matthewcarlreetz change, it should work now. Tested on intel and its working for me too

Perronef5 commented 2 years ago

@Perronef5 can you test with @matthewcarlreetz change, it should work now. Tested on intel and its working for me too

I keep getting expo modues not found error now :/

error build: module map ExpoModulesCore/ExpoModulesCore.modulemap' not found
tyler-whitman commented 2 years ago

@Perronef5 can you test with @matthewcarlreetz change, it should work now. Tested on intel and its working for me too

I keep getting expo modues not found error now :/

error build: module map ExpoModulesCore/ExpoModulesCore.modulemap' not found

Did you try a clean-install? If that doesnt work maybe delete your derived data rm -rf ~/Library/Developer/Xcode/DerivedData

Perronef5 commented 2 years ago

@Perronef5 can you test with @matthewcarlreetz change, it should work now. Tested on intel and its working for me too

I keep getting expo modues not found error now :/

error build: module map ExpoModulesCore/ExpoModulesCore.modulemap' not found

Did you try a clean-install? If that doesnt work maybe delete your derived data rm -rf ~/Library/Developer/Xcode/DerivedData

Yaa I did all of that