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?