2

みんな私はGoogleドライブの統合に取り組んでいます.Google SDKサンプルでgoogle-api-objectivec-clientからのコードを見つけました。

これらの問題を解決するには security.framewok と SystemCofiguration.framework を追加する必要があることを検索したところ、すでにそれを行っていますが、成功しませんでした。

また、「フレームワーク検索パス」を

 "$(SDKROOT)/Developer/Library/Frameworks"
 "$(DEVELOPER_LIBRARY_DIR)/Frameworks"

私もこれを行いますが、これらのエラーをショートすることはできません。

 "_SecItemAdd", referenced from:

-[GTMOAuth2Keychain setPassword:forService:accessibility:account:error:] in   GTMOAuth2ViewControllerTouch.o

 "_SecItemCopyMatching", referenced from:

-[GTMOAuth2Keychain passwordForService:account:error:] in GTMOAuth2ViewControllerTouch.o

 "_SecItemDelete", referenced from:

 -[GTMOAuth2Keychain removePasswordForService:account:error:] in GTMOAuth2ViewControllerTouch.o

 "_kSecAttrAccessible", referenced from:

 -[GTMOAuth2Keychain setPassword:forService:accessibility:account:error:] in GTMOAuth2ViewControllerTouch.o

  "_kSecAttrAccessibleAfterFirstUnlockThisDeviceOnly", referenced from:

  +[GTMOAuth2ViewControllerTouch saveParamsToKeychainForName:accessibility:authentication:] in GTMOAuth2ViewControllerTouch.o

 "_kSecAttrAccount", referenced from:

 +[GTMOAuth2Keychain keychainQueryForService:account:] in GTMOAuth2ViewControllerTouch.o

 "_kSecAttrGeneric", referenced from:

 +[GTMOAuth2Keychain keychainQueryForService:account:] in GTMOAuth2ViewControllerTouch.o

 "_kSecAttrService", referenced from:

 +[GTMOAuth2Keychain keychainQueryForService:account:] in GTMOAuth2ViewControllerTouch.o

 "_kSecClass", referenced from:

 +[GTMOAuth2Keychain keychainQueryForService:account:] in GTMOAuth2ViewControllerTouch.o

 "_kSecClassGenericPassword", referenced from:

 +[GTMOAuth2Keychain keychainQueryForService:account:] in GTMOAuth2ViewControllerTouch.o

"_kSecMatchLimit", referenced from:

-[GTMOAuth2Keychain passwordForService:account:error:] in GTMOAuth2ViewControllerTouch.o

"_kSecMatchLimitOne", referenced from:

-[GTMOAuth2Keychain passwordForService:account:error:] in GTMOAuth2ViewControllerTouch.o

"_kSecReturnData", referenced from:

-[GTMOAuth2Keychain passwordForService:account:error:] in GTMOAuth2ViewControllerTouch.o

"_kSecValueData", referenced from:

 -[GTMOAuth2Keychain setPassword:forService:accessibility:account:error:] in  GTMOAuth2ViewControllerTouch.o

 Symbol(s) not found for architecture i386

Linker command failed with exit code 1 (use -v to see invocation)

助けてください、ありがとう

4

1 に答える 1