Ich habe hier ein großes Problem.
Ich habe vor kurzem Xcode 4.3 aus dem Mac App Store heruntergeladen, weil es die Vollbildfunktion für Lion hatte. Und dann hat mein Projekt aufgehört zu kompilieren. Es sagt:
Lexikalisches oder Präprozessor-Problem Availability.h
Datei nicht gefunden.
//
// Prefix header for all source files of the 'TRGame' target in the 'TRGame' project
//
#import <Availability.h>
#ifndef __IPHONE_3_0
#warning "This project uses features only available in iPhone SDK 3.0 and later."
#endif
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
#endif
Das steht in der xxxx-Prefix.pch
archivo.
Wenn ich die #import Availability.h
wird es mir sagen, dass es die Datei nicht finden kann. UIKit.h
und so weiter...
Wir sind für jede Hilfe sehr dankbar!