Knut Inge Grøsland
Knut Inge Grøsland
Network adaptor: AWUS036H Driver: 036_MacOS10.5_Driver_1315_UI1.5.7 OSX: El Capitan I am uploading some screenshots that hopefully can add some light on this crash: The code: The console: The thread:
I get following crash when launching KKGoogle analytics. Installed from Cocoapods and I try to use it with Swift: ``` KKGAI().trackingID = "UA-62792522-4" KKGAI().send(KKGADictionaryBuilder.createScreenView("Launch").build() as Dictionary) ``` KKGoogleAnalytics:persistentStoreCoordinator No model...
I have probelem getting GCOLaunchImageTransition load this image ``` launchImage = [UIImage imageNamed:@"[email protected]"]; ``` when Launchimages is organized Images.xcassets folder. Finally a default image is loaded from the app's Info.plist...
- Added thumbnail and greater cell height to AlbumCell - Disabled user interaction in TSAssetsViewController while assets are loading
Info: **\* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'attempt to delete and reload the same index path ( {length = 2, path = 0 - 94})' Exception Type:...
Hi I experience some problems with `[self.connection cancel]` in the `dealloc` method. I have a feeling it sometimes also cancel other ongoing request in the queue. Is this possible ?...