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
When i try to run any simple app on my iPhone 4, i get always an exception from RCTConvert.m in function UIFont:withFamily:size:weight:style: at this statement: const RCTFontWeight RCTDefaultFontWeight = UIFontWeightRegular; (currently line 542).
It fails with bad access exception. But in simulator it works well.
Any idea?