2016-06-14 57 views
0

查普斯的Cocos2D-X的AdMob的iOS集成錯誤

最後回使用的Cocos2D-X(3.8),並試圖顯示的iOS/Xcode中的橫幅廣告我的第一場比賽。爲此奮鬥了好幾天,讀了一半的互聯網。道歉如果修復是在那裏找到。

我做了什麼......。

添加以下框架,以我的項目:

的iAd ,, AdSupport,AudioToolbox,AVFoundation,CoreData,CoreGraphics中,CoreTelephony,GameController,EventKit,EventKitUI,MediaPlayer的,MessageUI,StoreKit,SystemConfiguration

構建設置 - >編譯選項 - >啓用位碼=>沒有

構建設置 - >鏈接 - >其它鏈接器標記,添加-ObjC

下載GoogleMobileAds.framework,解壓縮到找到GoogleMobileAds.framework。

將其從Finder拖到[Project] - > Frameworks文件夾中。選擇'如果需要複製項目'。還添加了帶有標題的中介適配器文件夾。

下載iAdAdapter庫,解壓下載找到libAdapterIAd.a庫。

將其從Finder拖到[Project] - > Frameworks文件夾中。選擇'如果需要複製項目'。

enter image description here

添加了GoogleMobileAds.framework和libAdapterIAd.a到我的構建階段 - >鏈接二進制與圖書館。

enter image description here

我看到的錯誤:

enter image description here

任何修復將不勝感激。

+0

你應該嘗試使用此https://github.com/SonarSystems/Cocos-Helper – OscarLeif

回答

1

您需要添加CoreBluetooth框架。

0

添加這兩個框架:

SafariServices 
CoreBluetooth 

enter image description here