OpenKit / openkit-unity

OpenKit Unity Plugin project
18 stars 20 forks source link

First Time running open kit #4

Closed CoderGamester closed 3 years ago

CoderGamester commented 10 years ago

The first time that I always run the game on iOS I get a crash with this error:

2013-12-16 17:27:01.296 smashit[1153:60b] OpenKit: OKManager registerToken, data: <2fca64f0 50c58bff c643ef4d 11012223 7b7e616f b8d121a1 bd934c1a c750cf30> 2013-12-16 17:27:01.314 smashit[1153:60b] OpenKit:Info: cache queue is com.openkit.cache_queue 2013-12-16 17:27:01.415 smashit[1153:1503] OpenKit:Info: Executing create sql for db at /var/mobile/Applications/0303563C-6A40-4E0B-AA40-10AC7CA53D3E/Library/Application Support/OpenKit/Session-0.0.38.sqlite 2013-12-16 17:27:01.576 smashit[1153:1503] OpenKit:Info: No previous session found. Creating new row with new uuid and new pushToken. 2013-12-16 17:27:01.597 smashit[1153:1503] OpenKit:Info: Performing cache update: insert into sessions (uuid, fb_id, google_id, custom_id, ok_id, push_token, client_created_at) values (?, ?, ?, ?, ?, ?, ?) Mono path[0] = '/var/mobile/Applications/0303563C-6A40-4E0B-AA40-10AC7CA53D3E/smashit.app/Data/Managed' Mono config path = '/var/mobile/Applications/0303563C-6A40-4E0B-AA40-10AC7CA53D3E/smashit.app/Data/Managed' 2013-12-16 17:27:01.696 smashit[1153:1503] OpenKit:Info: ...success 2013-12-16 17:27:01.829 smashit[1153:1503] OpenKit: Initializing AFOauth1Client with endpoint: http://api.openkit.io/v1 2013-12-16 17:27:01.842 smashit[1153:1503] * Assertion failure in -[AFOAuth1Client initWithBaseURL:key:secret:], /Users/suneets/OpenKit/public_repos/openkit-ios/Vendor/AFOAuth1Client/AFOAuth1Client.m:165 2013-12-16 17:27:01.850 smashit[1153:1503] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: clientID' *\ First throw call stack: (0x2e594f4b 0x389246af 0x2e594e25 0x2ef3cfe3 0x127d1f1 0x12714d5 0x1271793 0x1271db3 0x129226f 0x1292dd9 0x1292785 0x12628e9 0x38e07d1b 0x38e08293 0x38e086f7 0x38e1a8f9 0x38e1ab79 0x38f49dbf 0x38f49c84) libc++abi.dylib: terminating with uncaught exception of type NSException

I have to clean and build again on the Xcode to fix the problem