When creating an application through Xcode, all UIWebViews are displayed as scanned applications in Safari, but when archiving and signing for distribution it seems that functionality is lost (possibly for security reasons).
But, alas, I have such a scenario when I create a test environment for web developers who rely on the ability to debug their content and will be distributed to many devices in the form of a distributed ad-hoc package.
Is there a way to re-enable remote debugging in an archive assembly, through configuration settings or something like that?
Goos source share