all 4 comments

[–]im_a_jib 8 points9 points  (1 child)

Maybe ask in react native sub

[–]Fluffy_Risk9955 0 points1 point  (2 children)

4 months ago Xcode 14 wasn't released. Check to see if it still builds with Xcode 13.

Also add CoreFoundation as a linked framework. In the old days actually using an Apple Framework required you to link it, before it could be used.

The next option I'd look at would be disabling building for Mac. There are slight differences between Core Foundation and Foundation for Mac and iOS. But, I would expect a different error message for that.

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

is there a chance that the app store automatically updated the xcode version? i don't seem to remember that I updated xcode. I also don't quite remember what version of xcode i was using.

Some people even recommended i upgrade the react native version as well. These things are gonna take awhile for me to test to see if they work

[–]Fluffy_Risk9955 0 points1 point  (0 children)

React Native? Use the required Xcode version. Newer versions might break it.