iOS Question Webview_OverrideUrl as ResumableSub crashes since B4i 6.50

Percy Huijer

Member
Licensed User
Anyone recon this issue? Since I upgraded to B4i version 6.50, my app crashes when the Webview_OverrideUrl code is called.
The Webview_OverrideUrl is a ResumeableSub. Previous version worked fine.
Error raised:
-[B4IResumableSubWrapper boolValue]: unrecognized selector sent to instance 0x280d36aa0
 

JohnC

Expert
Licensed User
Longtime User
My first guess would be to change the Event sub to not being a resumeable sub.

If that doesn't work, then please post the code in the Webview_OverrideUrl sub so we can see what might be causing the crash.
 
Upvote 0
Top