Reputation: 677
The issue seems to be known on the React-Native github repo, but I'm not able to find a solution.
Building a new project on version 0.68.0 always fails with :
I tried many solutions found here and there.
Here are the most obvious troubleshooting steps I took :
My colleague and I both use a MBP. Everything works fine for him since he's able to build >= 0.68.0 projects.
Here's my configuration :
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ NOT BUILDING
Here's his configuration :
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ BUILDING
Any hint ?
EDIT : Created a 0.69.0-rc.6 project and it builds properly.
Upvotes: 1
Views: 966
Reputation: 398
try deleting files in the following:
~/Library/Developer/Xcode/DerivedData
then clean build folder and rebuild
Upvotes: 0