SVNを介して作業コピーを更新した直後にいくつかのエラーが発生します。エラーがそれをコンパイラに伝える基盤フレームワーク。いいえNSString.hファイル
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:8:0 /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:8:32: error: Foundation/NSString.h: No such file or directory
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:45:0 /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCharacterSet.h:45: error: expected ')' before 'unichar'
/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:10:0 /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.2.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSPathUtilities.h:10: error: cannot find interface declaration for 'NSString'
すべては、FoundationフレームワークでNSString.hをファイルを見つけることができず、私はXcodeの/フレームワーク/ Foundation.framework /ヘッダでFoundationフレームワークをオープンし、何のNSStringのヘッダファイルが存在しないことに気づきましたそこ。誰が何が起こったのか教えてもらえますか?フレームワークを削除してもう一度追加しようとしましたが失敗しました。それでもNSStringヘッダファイルはありません。
あなたはNSStringから継承しようとしていますか?代わりにNSObjectを試してみてください。 または、正しいフレームワークがありません – stackr
いいえ、私はそうではありません。私はをインポートしたいだけですが、NSString.hファイルは存在しませんが、Foundation.hで宣言されています。 –
pawelini1