ErickTamayo / fuse-google-analytics

Native Google Analytics integration in Fuse.
MIT License
8 stars 3 forks source link

[IOS]: Terminating with uncaught exception of type NSException #8

Open gtoto007 opened 6 years ago

gtoto007 commented 6 years ago

I have fuse 1.8.1 - Mac OS

I done git clone of this branch https://github.com/eksperts/fuse-google-analytics/tree/feature-migrate-to-fuse-1.0 generate file GoogleService-Info.plist and position on AnalyticsExample folder but I have this error:

2018-07-10 16:05:36.759486+0200 AnalyticsExample[7713:3223633] [DYMTLInitPlatform] platform initialization successful
2018-07-10 16:05:37.031299+0200 AnalyticsExample[7713:3223241] Metal GPU Frame Capture Enabled
2018-07-10 16:05:37.034082+0200 AnalyticsExample[7713:3223241] Metal API Validation Enabled
2018-07-10 16:05:39.567348+0200 AnalyticsExample[7713:3223241] Analytics Module Initialized
2018-07-10 16:05:39.593023+0200 AnalyticsExample[7713:3223241] Configuring subspecs failed @ Analytics
2018-07-10 16:05:39.593101+0200 AnalyticsExample[7713:3223241] *** Assertion failure in void g::Google::Analytics::AnalyticsService::StartService(int32_t)(), /Users/r0xstation/fuse-google-analytics/AnalyticsExample/build/iOS/Debug/src/Google.Analytics.AnalyticsService.mm:93
2018-07-10 16:05:39.599754+0200 AnalyticsExample[7713:3223241] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error configuring Google services: Error Domain=com.google.greenhouse Code=-102 "Unable to correctly configure subspec Analytics" UserInfo={NSLocalizedDescription=Unable to correctly configure subspec Analytics, NSLocalizedFailureReason=Tracking ID must not be nil or empty.}'
*** First throw call stack:
(0x182cded8c 0x181e985ec 0x182cdebf8 0x1836cf00c 0x1007d50a0 0x1007d4eac 0x10044b51c 0x10057df98 0x10057df24 0x10044b558 0x1004e7318 0x10045b74c 0x10045b698 0x10045a158 0x18c8ead10 0x18c8ea1c4 0x18c8b75e0 0x18cee7b1c 0x18c8b6dd0 0x18c8b6c6c 0x18c8b5afc 0x18d54b84c 0x18c8b51ec 0x18d330ac8 0x18d47ebf8 0x18c8b4c0c 0x18c8b45a8 0x18c8b15e0 0x18c8b1330 0x1854df470 0x1854e7d6c 0x10114519c 0x1011517cc 0x185513878 0x18551351c 0x185513ab8 0x182c87404 0x182c86c2c 0x182c8479c 0x182ba4da8 0x184b89020 0x18cbc1758 0x10045a6f0 0x182635fc0)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

schermata 2018-07-10 alle 16 18 13

jmoleiro commented 5 years ago

I get the same exception.