Ed
Ed
Currently experiencing the exact same problem with iOS 12 and Unity 2019.1.14f1 / Vuforia 8.3.8. Error starts when the `UnityPostMessage(gameObject, methodName, message);` method has been called
> > Currently experiencing the exact same problem with iOS 12 and Unity 2019.1.14f1 / Vuforia 8.3.8. > > Error starts when the `UnityPostMessage(gameObject, methodName, message);` method has been called...
Misread it a little and added an empty string as the third parameter which indeed solved the problem. Thanks @alisherakb!