Apparently, IOS and ANDROID both require your app be enabled to be “inspectable” in order to debug with DevTools or Inspect. I am using Appstudio/Voltbuilder; what should I do?
Thank you,
Warren
Apparently, IOS and ANDROID both require your app be enabled to be “inspectable” in order to debug with DevTools or Inspect. I am using Appstudio/Voltbuilder; what should I do?
Thank you,
Warren
If you make a debug build, it should be inspectable. Release builds are not (good thing, too!).
In Project Properties, under VoltBuilder, release should be set to debug.
![]()
Thank you for the help