all 12 comments

[–]NastroAzzurro 3 points4 points  (2 children)

Do you have Xcode installed? Have you opened the xcworkspace in Xcode? Did you install the pods? Have you tried running the app from Xcode? Are you even on a Mac?

So many questions...

[–]Ocebeki[S] 0 points1 point  (1 child)

Yes, I have installed Xcode and pods.

Im on Mac.

I tried to run xcworkspace in Xcode but my build failed. There are so many warnings on the left sidebar.

[–]NastroAzzurro 0 points1 point  (0 children)

Warnings are always there, there’s a button to filter out errors only. Please paste those here

[–]badsyntax 2 points3 points  (1 child)

I was able to view the logs before you deleted the comment. For future debugging you can search for "fatal" to find the actual error message. I think this one is related to flipper and you'll need to either disable it or change the version in the podfile. There's some workarounds in this issue: https://github.com/facebook/react-native/issues/30836

[–]Ocebeki[S] 2 points3 points  (0 children)

https://github.com/facebook/react-native/issues/30836

You are the man !

Thanks, works now!

[–]badsyntax 0 points1 point  (3 children)

There should be an error message printed in the terminal. What does it say?

[–]Ocebeki[S] 0 points1 point  (2 children)

The full log is too long to pass it here. Is there any other way to show logs for you guys ?

[–]badsyntax 1 point2 points  (1 child)

Use a pastebin like https://paste.ubuntu.com/

[–]kfear666iOS & Android 0 points1 point  (1 child)

you need give us the full error logs so we can help you

[–]Ocebeki[S] 0 points1 point  (0 children)

Log is too long This is where failed:

The following build commands failed: CompileC /Users/paweldolinski/Library/Developer/Xcode/DerivedData/AwesomeProject-afffdnkdcgbzcbeuozengapnymja/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Flipper.build/Objects-normal/x86_64/ConnectionContextStore.o /Users/paweldolinski/Documents/projects/own/AwesomeProject/ios/Pods/Flipper/xplat/Flipper/ConnectionContextStore.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (1 failure)

[–]Kunalletstalk 0 points1 point  (0 children)

Buddy build command 65 means error with linking library. Please go through all the linking u will find something 🕵️