iOS Simulator 7.1-Absturz unter Yosemite mit schwach verknüpften neuen Frameworks (Symbol nicht gefunden: _objc_isAuto)

Ich habe gerade auf xCode 6.1 aktualisiert und musste meine iOS 7-Simulatoren neu installieren.

Ich kann meine App auf allen Simulatoren ausführen, mit Ausnahme der 5s iOS 7.1-Sim. Ich bekomme diesen Absturz

dyld: Symbol not found: _objc_isAuto
  Referenced from: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
  Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/lib/libobjc.A.dylib
 in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(lldb) 

Was gibt? Irgendwelche Ideen, warum diese Sim abstürzt?

Vielen Dan