2

Xcode プロジェクトをコンパイルしようとしていますが、このような不要なエラーがたくさん表示されます

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/i PhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObject.h:13:1: error: expected unqualified-id

プロジェクトは正常に動作しますが、このファイル「iRate.h」をアプリのデリゲートに含めようとすると、すべてがうまくいきません。iRate を含めようとしているアプリ デリゲート クラスは、c++ (cpp ファイル) で記述されています。他にどのような情報が必要になるかはわかりませんが、これですべてを要約できます

これは別のエラーメッセージです。これが少し役立つことを願っています

  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.1.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSObjCRuntime.h:418:50: error: unknown type name 'NSString'
  FOUNDATION_EXPORT Protocol *NSProtocolFromString(NSString *namestr) NS_AVAILABLE(10_5, 2_0);
                                             ^
                                     ^
4

3 に答える 3