Xcode7 can't display errors properly

When I run my app compiled with the latest Xcode 7 beta, I'm getting hundreds if not thousands of errors like so spit out:



Localizable string "Err1570" not found in strings table "FoundationErrors" of bundle CFBundle 0x7faf7cba3640 </Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/Foundation.framework> (not loaded).


Any idea how to get it to display the proper message?

Same error here:


Localizable string "Err4" not found in strings table "FoundationErrors" of bundle CFBundle 0x101a0eaf0 </System/Library/Frameworks/Foundation.framework> (framework, loaded).

This worked in XCode 6


Any solutions?

OK - got it - I had still enabled localization debugging in the Xcode scheme - disabled it and the issue is gone...

Xcode7 can't display errors properly
 
 
Q