xcode と ios の開発に問題があります。昨年、iOS アプリの作成方法を学ぶために、xcode と ios SDK をインストールすることにしました。すべて正常に動作します。
時間が経ち、Mac をフォーマットして、新しい MacOS を新しい SSD にインストールすることにしました。
昨日、iOS SDK を含む Xcode 4.2 をダウンロードしてインストールしました。新しいプロジェクトを開始し、何も編集せずに開始しました。
次のエラー メッセージで失敗しました。
CompileXIB exemple/en.lproj/FirstView.xib
cd /Users/karlcosse/iosDevs/exemple
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv XCODE_DEVELOPER_USR_PATH /Developer/usr/bin/..
/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/karlcosse/Library/Developer/Xcode/DerivedData/exemple-fdgpmxhwzhcpnydzkgzelaqeaxnh/Build/Products/Debug-iphonesimulator/exemple.app/en.lproj/FirstView.nib /Users/karlcosse/iosDevs/exemple/exemple/en.lproj/FirstView.xib --sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk
dyld: Symbol not found: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security
ibtoold(932,0x7fff712b6cc0) malloc: *** auto malloc[932]: error: auto_zone_set_associative_ref: object should point to a GC block or a global address, otherwise associations will leak. Break on auto_zone_association_error() to debug.
私はウェブを閲覧していますが、答えが見つからなかったので... あなたが私の最後のチャンスです:D
(私は現在、MacOS Lion をダウンロードして、アップグレードで問題が解決するかどうかを試しています...わかります。
手伝ってくれてどうもありがとう !