Yoga.cpp compile error on Xcode 11.1, react-native@0.61.2 release build with Fastlane/CircleCI #937
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Report
Impossible to assemble application release iOS build with latest Xcode 11.0 or 11.1 based on React Native v0.61.2.
I'm using CircleCI with Xcode 11.0 or 11.1 images.
During assembling release build I see Compiling Yoga.cpp error:
On Xcode 10.2.1 everything works fine.
System:
Could you please check this issue? For our project this is a big production blocker.
Thank you.
I have finally found the reason. I had Pods folder under the git to speed up CI builds.
I have deleted it and added Pods to gitignore. Also reinstalled all pods, deleted whole pods cache.
Now on CI I do
pod install
before iOS app build.Everything is cool, closing the issue.