today I updated Xcode from 14.2 to 15, then I got many errors like below:
Can someone give me some advice?
I have tried to :
- Delete derivedData.
- Clean project
- Re-install pod
But no luck
XCode 15
Mac m1
React native 0.71.8
React 18.2.0
I have posted the question on react native github repo, someone can check more here: https://github.com/facebook/react-native/issues/39712
2
Answers
Step 1
find Hermes code in the pod file and disable it
Add the following block at the end of the podfile
run below comand in ios
take a look here also
Add this code to your Podfile inside post_install and install pods again
for example my podfile