create
phonegap-2.7.0の を使用してテンプレート プロジェクトを作成しました。このプロジェクトは非 ARC 対応であり、ARC に変換したいと考えていました。
libCordova.aに移動しEdit -> Refractor -> Convert to Objective-C ARC
て選択を解除し ( hereおよびアップグレードガイド 2.0.0 から 2.0.1に記載されているように)、ARC に変換しようとしました。すべてが適切にコンパイルされましたが、最終的にこのリンカー エラーが発生しました。
Xcode 4.5を使用しています
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo: 次のアーキテクチャ タイプを特定できません: /Users/administrator/Library/Developer/Xcode/DerivedData/ServerSockPG- cbdtpihmguyehtaqenaxuqiwkpyz/Build/Intermediates/ServerSockPG.build/Debug-iphoneos/ServerSockPG.build/Objects-normal/armv7/ServerSockPG コマンド
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/lipo が終了コード 1 で失敗しました
この問題を解決する方法を教えてください。