2

녀석 Google 통합 드라이브에서 작업하고 있는데 Google sdk 샘플에서 google-api-objectivec-client 코드를 발견했습니다.ios6 및 Xcode 4.5에서 Google 드라이브 통합 오류가 발생했습니다.

나는이 문제를 해결하기 위해 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) 

제발 도와주세요, 감사합니다

+1

나는 동일한 오류가 있었고 그것이 Security.framework를 놓친 것으로 판명되었습니다. –

답변

0

I 해요 또한 구글 GTL 프레임 워크와이 문제에 직면하고 있습니다.

다른 링커 플래그 : : 클리어 후 -ObjC

자신의 지시를 따르면, 처음에 나는

응용 프로그램 대상의 빌드 settingss에 ObjC 링커 플래그를 추가 아래로 다른 링커 플래그를 설정 한 모든 경고가 사라지고 빌드가 성공적으로 완료되었습니다.

참고 : 몇 시간 후 다시 같은 오류가 표시됩니다,하지만 난 장치를 구축 취하려고 할 때, 그것은 사라 : 나는 Xcode5.0

업데이트를 사용하고 있습니다. 하지만 여전히 시뮬레이터와 함께 나타납니다. 시뮬레이터로 어떻게 해결해야할지 모르겠군요.