Closed shoaibhassan1 closed 3 years ago
Just add this line of code:
typealias PermissionBlock = (Bool) -> Void
resolved for me thank you
Just add this line of code:
typealias PermissionBlock = (Bool) -> Void
I'm having the same problem and the above solution didn't work for me. Any other tip?
Just add this line of code:
typealias PermissionBlock = (Bool) -> Void
I'm having the same problem and the above solution didn't work for me. Any other tip?
Hi there!
I got to solve the problem.
I add typealias PermissionBlock = (Bool) -> Void
before the declaration of the class.
This way the problem has solved.
Just add this line of code:
typealias PermissionBlock = (Bool) -> Void
@maughray it's working good so nice
Hello,
This is Nikolay from QuickBlox support.
Glad to hear that the issue is resolved. It is being closed.
Unable to compile app on xcode 12 please find a solution Thanks in advance.