SDK は iOS 5 と互換性がありますか、それとも iOS 6 とのみ互換性がありますか?
Google の例と iOS 6 (シミュレーターとデバイス) ではすべて問題ありませんが、Xcode は iOS 5.1 (シミュレーターとデバイス) でランタイム エラーを返します。
Xcode 4.5.2 を使用しています。
iOS 展開ターゲットは既に確認済みです。5.1に設定されています。
Google の例: https://developers.google.com/drive/quickstart-ios
実行時エラーが返されました:
dyld: lazy symbol binding failed: Symbol not found: _objc_setProperty_nonatomic_copy
Referenced from: /Users/Borongaj/Library/Application Support/iPhone Simulator/5.1/Applications/FC5B32F0-C5E6-4054-BE81-4F52054AC911/Tests Google Drive.app/Tests Google Drive
Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/Frameworks/Foundation.framework/Foundation
dyld: Symbol not found: _objc_setProperty_nonatomic_copy
Referenced from: /Users/Borongaj/Library/Application Support/iPhone Simulator/5.1/Applications/FC5B32F0-C5E6-4054-BE81-4F52054AC911/Tests Google Drive.app/Tests Google Drive
Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/Frameworks/Foundation.framework/Foundation