'CloudKit/CKDefines.h' file not found

I try the Earthquakes app from the WWDC 2015 with the xcode 7.0 beta (7A120f)


When i compile the app for the iOS 9 simulator i get the following errors:


<module-includes>:1:9: note: in file included from <module-includes>:1:
#import "/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CloudKit.h"
        ^
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.0.sdk/System/Library/Frameworks/CloudKit.framework/Headers/CloudKit.h:10:9: error: 'CloudKit/CKDefines.h' file not found
#import <CloudKit/CKDefines.h>
        ^
<unknown>:0: error: could not build Objective-C module 'CloudKit'


I didn't find the problem yet and for sure the CKDefines.h is availabe.


My own CloudKit app is working in the simulator therefore is this somehow a setting?


I just downloaded the zip and expaned the file. When i open the project and compile it for iPhone6 simulator i get this error.

'CloudKit/CKDefines.h' file not found
 
 
Q