I'm trying to build/update an old project for OS X 10.9, but Xcode 6.1.1 is complaining: 'Cocoa/Cocoa.h' file not found
The reference is from the project's prefix.pch file: #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #endif I've re-added Foundation, Cocoa, and AppKit frameworks, set the SDK to 10.9, and updated the project settings at Xcode’s prompting. What else must I do? -Carl _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
