みなさん、こんにちは。
Mac マシンに salesforce モバイル SDK をインストールしたいのですが、以下のリンクからインストールする方法を見つけました。
https://github.com/forcedotcom/SalesforceMobileSDK-iOS
しかし、./install.sh 経由でインストール中に、以下に示すようなエラーが発生します
[exec] Undefined symbols for architecture i386: [exec] "_ABAddressBookCreateWithOptions", referenced from: [exec] anon in SalesforceHybridSDK(SalesforceHybridSDK) [exec] anon in SalesforceHybridSDK(SalesforceHybridSDK) [exec] anon in SalesforceHybridSDK(SalesforceHybridSDK) [exec] anon in SalesforceHybridSDK(SalesforceHybridSDK) [exec] "_ABAddressBookRequestAccessWithCompletion", referenced from: [exec] anon in SalesforceHybridSDK(SalesforceHybridSDK) [exec] ld: symbol(s) not found for architecture i386 [exec] clang: error: linker command failed with exit code 1 (use -v to see invocation) [exec] [exec] [exec] ** BUILD FAILED ** [exec] [exec] [exec] The following build commands failed: [exec] Ld sfdc_build/artifacts/Simulator/Applications/VFConnector.app/VFConnector >normal i386 [exec] (1 failure)
ビルドに失敗しました /Users/qbadmin/SalesforceMobileSDK-iOS/hybrid/SampleApps/VFConnector/sfdc_build /build.xml:34: この行の実行中に次のエラーが発生しました: /Users/qbadmin/SalesforceMobileSDK-iOS/hybrid/SampleApps/VFConnector/sfdc_build >>/build.xml:41: この行の実行中に次のエラーが発生しました: /Users/qbadmin/SalesforceMobileSDK-iOS/shared/build.xml:125: exec が返されました: 65
これを修正するにはどうすればよいですか。誰かができれば助けてください。