You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2018. It is now read-only.
Should not crash at the starting only when calling the login method.
Actual Behavior
Getting crash on calling this - api.login(from: navigationController!, success: {
// Do your stuff here ...
}, failure: { error in
print(error.localizedDescription)
})
Error - Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
Steps to Reproduce the Problem
Just call this :- let api = Instagram.shared
// Login
api.login(from: navigationController!, success: {
// Do your stuff here ...
}, failure: { error in
print(error.localizedDescription)
})
Specifications
iOS Version: 11.3
Device(s): iPhone6+
The text was updated successfully, but these errors were encountered:
Checklist
Expected Behavior
Actual Behavior
// Do your stuff here ...
}, failure: { error in
print(error.localizedDescription)
})
Error - Thread 1: EXC_BAD_INSTRUCTION (code=EXC_I386_INVOP, subcode=0x0)
Steps to Reproduce the Problem
Just call this :- let api = Instagram.shared
// Login
api.login(from: navigationController!, success: {
// Do your stuff here ...
}, failure: { error in
print(error.localizedDescription)
})
Specifications
The text was updated successfully, but these errors were encountered: