-
Notifications
You must be signed in to change notification settings - Fork 7
App not compiling on Mac M1/Monterey OS #31
Comments
Hey @LAMike310, thanks for checking this out. Can you make these videos public or just unlisted? They're private right now. |
@Jasonvdb sorry about that, should be unlisted now! |
Hey @LAMike310. Unfortunately, I don't have an M1 to test on. However, I did upgrade the example project. Please let me know if the following two commands help resolve the issue.
|
Thanks for updating the repo, I see that it's now in master @coreyphillips. One problem on my end could be the location of where node is installed based on this question on SO. I'm going to get node installed properly and see if that can get the example to build on my machine. |
Forgot to include the SO question I mentioned: https://stackoverflow.com/questions/66742033/phasescriptexecution-cp-user-error-in-react-native I tried installing node directly on I think the easiest solution might be to run the example app from an older Macbook Pro with an Intel chip inside, since that's what React Native plays the best with, if it is indeed the culprit. |
Hello Team Synonym,
I think I am doing something wrong with my install, I have tried to run the app on both my Desktop and external SSD drive, but have run into issues I can't seem to fix just searching Stack Overflow. The part where the app stops building gives this error:
The following build commands failed: CompileC /Users/michaelg/Library/Developer/Xcode/DerivedData/example-cbvqrnfardgmysaftpvirwecuxon/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-lightning.build/Objects-normal/x86_64/ReactNativeLightning-b42bb7e075fb38cee3a929d30335e88a.o /Volumes/SSD/Code/react-native-lightning/ios/ReactNativeLightning.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-lightning' from project 'Pods') (1 failure)
Any ideas on how to fix it? Here are my attempts to run it on both locations in my Mac:
https://youtu.be/OvOqW4ZU0f0
https://youtu.be/qLx7zyFH154
Thanks for building this library, hopefully I can use it as a base for more Synonym and Lightning Apps in the future
The text was updated successfully, but these errors were encountered: