Having a bit of a problem with the SIGABRT error code.
Basically I am trying to add the quickblox admin panel into my app using Xcode 8 and mainly Swift.
I think it came up since putting in the quickblox framework. It says this is the line with the error.
0x14ad36 <+10>: jae 0x14ad46 ; <+26> - Thread 1 Signal SIGABRT
I run debugging and this appears...
dyld: Library not loaded: @rpath/Quickblox.framework/Quickblox
Referenced from: /Users/jordanspeechley/Library/Developer/CoreSimulator/Devices/B71D9913-78F5-46C0-95CF-5EAE586EB9C5/data/Containers/Bundle/Application/40D669BB-15FD-491E-B3AE-50F37F2E735D/Total Tipster.app/Total Tipster
Reason: image not found
(lldb)
I don't seem to remember adding any images though? Can someone please help
Basically I am trying to add the quickblox admin panel into my app using Xcode 8 and mainly Swift.
I think it came up since putting in the quickblox framework. It says this is the line with the error.
0x14ad36 <+10>: jae 0x14ad46 ; <+26> - Thread 1 Signal SIGABRT
I run debugging and this appears...
dyld: Library not loaded: @rpath/Quickblox.framework/Quickblox
Referenced from: /Users/jordanspeechley/Library/Developer/CoreSimulator/Devices/B71D9913-78F5-46C0-95CF-5EAE586EB9C5/data/Containers/Bundle/Application/40D669BB-15FD-491E-B3AE-50F37F2E735D/Total Tipster.app/Total Tipster
Reason: image not found
(lldb)
I don't seem to remember adding any images though? Can someone please help