AssistoLab / KVNProgress

KVNProgress is a fully customizable progress HUD that can be full screen or not.
MIT License
1.24k stars 202 forks source link

SIGABRT #78

Closed Frohmen closed 8 years ago

Frohmen commented 8 years ago

After upgrading to the latest version 2.2.4 i get a SIGABRT inside the sharedView function when calling KVNProgress.showWithStatus

kevin-hirsch commented 8 years ago

Hello @Frohmen! Try using the latest version of KVNProgress (2.3) available via CocoaPods. Give me your feedback 🙃

Frohmen commented 8 years ago

I'm afraid it still doesn't work, getting the same error as before

kevin-hirsch commented 8 years ago

Can you reproduce the issue every time? Also, can you show me the logs of the crash, please?

Frohmen commented 8 years ago

Yes it happens every time Sorry for not understanding, but what do you mean with the logs of the crash?

Frohmen commented 8 years ago

I just noticed this in the debug console, which I didn't see before:

Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: 'NSBundle </var/containers/Bundle/Application/97259200-1DAB-4656-9535-E0E29DB93D2A/Dagens Kungsbacka.app/Frameworks/KVNProgress.framework> (loaded)' with name 'KVNProgressView''

Frohmen commented 8 years ago

It might have something to do with that I'm using Swift and using the pod as framework

kevin-hirsch commented 8 years ago

Closed through #75 (answer here)