ios - Crashlytics : stuck on "Verifying Installation..." step -


i want use crashlytics on application. followed every step i'm stuck on "verifying installation..." step.

enter image description here

what problem ?

setdebugmode = yes

set below code before [fabric with:@[ twitterkit ]]; if applied twitter kit. or can past below code in didfinishlaunchingwithoptions.

// swift crashlytics().debugmode = true fabric.with([crashlytics.self()])  // objective-c [[crashlytics sharedinstance] setdebugmode:yes]; [fabric with:@[[crashlytics class]]]; 

now build , run app , check fabric ui window, move ahead complete screen.


Comments

Popular posts from this blog

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -