SDKBOX integration Xcode errors

I’m trying to integrate SDKBOX (InMobi), the Mac installer failed, worked on Windows.
Android app is showing the test banner, errors on XCode (8.3.2), using Cocos2d-x C++ 3.10, the app is working fine without ads on Android, iPhone (physical and simulator) and on Mac and Windows.

Errors log on Xcode:

Undefined symbols for architecture x86_64:
“_sqlite3_column_int”, referenced from:
-[IMRdbmsDataStore columnDataForStatement:atIndex:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_column_double”, referenced from:
-[IMRdbmsDataStore columnDataForStatement:atIndex:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_column_bytes”, referenced from:
-[IMRdbmsDataStore columnDataForStatement:atIndex:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_column_text”, referenced from:
-[IMRdbmsDataStore columnDataForStatement:atIndex:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_column_name”, referenced from:
-[IMRdbmsDataStore rowDataForStatement:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_column_type”, referenced from:
-[IMRdbmsDataStore columnDataForStatement:atIndex:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_close”, referenced from:
-[IMRdbmsDataStore openDataStoreConnection] in InMobiSDK(libIMCommons.a-x86_64-master.o)
-[IMRdbmsDataStore closeDataStoreConnection:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_column_count”, referenced from:
-[IMRdbmsDataStore rowDataForStatement:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
-[IMRdbmsDataStore columnDataForStatement:atIndex:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_column_blob”, referenced from:
-[IMRdbmsDataStore columnDataForStatement:atIndex:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_step”, referenced from:
-[IMRdbmsDataStore executeSQL:withConnection:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
-[IMRdbmsDataStore executeSQLForBoolResult:withConnection:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_errcode”, referenced from:
-[IMRdbmsDataStore fetchDBError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_exec”, referenced from:
-[IMRdbmsDataStore executeSQLSynchronously:deleteStatement:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_errmsg”, referenced from:
-[IMRdbmsDataStore executeSQLSynchronously:deleteStatement:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
-[IMRdbmsDataStore fetchDBError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_prepare_v2”, referenced from:
-[IMRdbmsDataStore executeSQL:withConnection:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
-[IMRdbmsDataStore executeSQLForBoolResult:withConnection:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_open”, referenced from:
-[IMRdbmsDataStore openDataStoreConnection] in InMobiSDK(libIMCommons.a-x86_64-master.o)
“_sqlite3_finalize”, referenced from:
-[IMRdbmsDataStore executeSQL:withConnection:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
-[IMRdbmsDataStore executeSQLForBoolResult:withConnection:returningError:] in InMobiSDK(libIMCommons.a-x86_64-master.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

What I’m missing here?

Hi,

What does your InMobi ad banner look like? Mine is below the screen:

My sdkbox_config.json is:

"ad1": {
  "width": 300, 
  "type": "banner", 
  "id": "1234567890", 
  "alignment": "bottom", 
  "height": 50
}

It looks the same as yours.