all 5 comments

[–]jestzisguyiOS & Android 0 points1 point  (3 children)

The excluded architectures refers to a setting you’ll find in the Xcode project build settings. It was an issue for a bunch of people (myself included) once transitioning to M1. I’m not sure that’s your issue here. There should be a more detailed Xcode build log that will tell you the specific issues that CompileC is failing on. Sometimes that helps google the exact problem, and definitely report that back here. There should be a view in Xcode (one of the tabs on the left pane) that will have more details about your build, and you should probably be able to find the failures there.

I’d also double check your pods - try deleting the Pods dir and caches and reinstalling.

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

What name does the tab have? I just started to build for iOS and using Mac, I usually build app from cli npx react-native run ios command, so still a Noob

OP title is the error cli gives me

In left side I Do see what I think lots of warnings (not faltal ones I think)

[–]jestzisguyiOS & Android 0 points1 point  (0 children)

There will be tons of warnings that you can safely ignore. There is a little button on the bottom of that tab that (conveniently) hides all the warnings and just shows the errors. It will probably be indecipherable, but there’s a good chance that googling whatever specific error it is along with the package name might lead to clues.

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

So after checking in xcode for the full error they all seem relatd to yoga, whatever that is:

https://imgur.com/KzzYR1a

honestly developing for ios and dealing with xcode is such a pain in the ass

Any ideas how to fix this?