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
What I am facing is my application starts crashing and restarting the phone on this method try await fcl.authanticate(accountProofData: accountProofData) and in the debugger console it showed a Message from the debugger: Terminated due to signal 9. Please help me because it's random crash and once it occurs then application keeps crashing.
I have used the @mainactor but seems it still starts behaving the same again. here is my code. if you can send me the code example for that, it will help a lot
let nonce = "75f8587e5bd5f9dcc9909d0dae1f0ac5814458b2ae129620502cb936fde7120a"
let accountProofData = FCLAccountProofData(
appId: bloctoSDKAppId,
nonce: nonce
)
Task { @MainActor in
do {
let address = try await fcl.authanticate(accountProofData: accountProofData)
loginAPI(bloctoAddress: address.hexStringWithPrefix)
} catch {
//self.handleRequestAccountError(error)
}
}
What I am facing is my application starts crashing and restarting the phone on this method try await fcl.authanticate(accountProofData: accountProofData) and in the debugger console it showed a Message from the debugger: Terminated due to signal 9. Please help me because it's random crash and once it occurs then application keeps crashing.
The text was updated successfully, but these errors were encountered: