2014-09-13 4 views
0

내 프로젝트를 컴파일 할 수 없습니다 6.0 5.1.1에서 엑스 코드를 업그레이드 한 후 목표 - C 링커 오류 용 Google API 클라이언트 라이브러리 - 얻을 링커 오류 : 건축하는 ARMv7에 대한엑스 코드 (6) 및 iOS 8-

정의되지 않은 심볼 : "_OBJC_CLASS_ 에서 참조 GTLDriveChannel _OBJC_CLASS _ $ _ "," objc-클래스 심판 GTLDrive_Sources.o 에에서 참조, ": $ _GTLDrivePermissionId objc-클래스 심판 GTLDrive_Sources.o에 LD : 건축하는 ARMv7 찾을 수 없습니다 기호 (들) clang : 오류 : 링커 명령이 종료 코드 1과 함께 실패했습니다 (호출을 보려면 -v 사용)

누구든지 문제를 해결하는 방법을 알고 있습니까?

+0

이 앱에 다른 어떤 아키텍처를 구축하고있다? 귀하의 앱은 여전히 ​​Xcode 5.1.1에서 빌드됩니까? –

+0

표준 아키텍처 –

+0

Xcode 5.1.1에는 최신 Google API 라이브러리로 업그레이드 한 후 오류가 표시되므로 동일한 오류가 발생합니다. –

답변

0

시도해보십시오. AdMob SDK를 업그레이드 한 후에도 유용합니다.

는 SDK 릴리스 노트를 다음 두 개의 추가 프레임 워크를 연결해야 : https://developers.google.com/mobile-ads-sdk/docs/admob/ios/rel-notes

  1. Official release for iOS 8 support.

  2. Ad loading takes less time on the main thread on iOS 8.

  3. Smart Banner ads are correctly displayed in landscape on iOS 8.

  4. Requires linking against two new frameworks: EventKit and EventKitUI. These are auto-linked if modules and auto-linking frameworks are enabled.

  5. Deprecated mediatedAdView property on GADBannerView.

  6. Removed the previously deprecated loadAndDisplayRequest:usingWindow:initialImage: method on GADInterstitial.

관련 문제