You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a known issue. It is resolved already. @nithinyell please search for the string "thread-local" in this Podfile workaround snippet, it will get you moving
Thanks @mikehardy; added sed -i -e $'s/__IPHONE_10_0/__IPHONE_12_0/' Pods/RCT-Folly/folly/portability/Time.h
In pod file and I am able to compile the app.
This is a known issue. It is resolved already. @nithinyell please search for the string "thread-local" in this Podfile workaround snippet, it will get you moving
Description
Tried upgrading to
react-native 0.65
withXcode 13
; able to compile in debug mode but fails in release.React Native version:
Steps To Reproduce
run react-native init sampleApp
Expected Results
App should compile in release schema
The text was updated successfully, but these errors were encountered: