Have encountered a frustrating/perplexing issue: after updating to a newer version of Xcode, every webview app it generates has either the top-level html tag or the webview itself as draggable, which should not be the case. Screenshot here: https://i.stack.imgur.com/RN71u.png . I have been able to replicate the issue in the following scenarios:
- Old app backups, so no code changes on my end seem to be the cause.
- Old and new versions of Xcode
- Different phones with different OS versions
- Different simulators
- Older and new versions of osx (I just updated my computer to a new version of osx that had been putting off)
If I run the copy-pasted project to a different computer with xcode, the app works perfectly fine/this issue doesn't occur. So I've also tried fully removing xcode from the system in case some sort of file or setting got screwed up, which has also not been successful. I've tried clearing the following items:
/Applications/Xcode.app
/Library/Preferences/com.apple.dt.Xcode.plist
~/Library/Preferences/com.apple.dt.Xcode.plist
~/Library/Caches/com.apple.dt.Xcode
~/Library/Application Support/Xcode
~/Library/Developer/Xcode
~/Library/Developer/CoreSimulator
Have tried `sudo /Developer/Library/uninstall-devtools --mode=all`, but haven't been able to get that to work. Also tried to clean out `/private/var/folders/*`, but wasn't successful there either.
It's worth noting that the process I went through to update Xcode was to 1) delete DerivedData, and 2) delete the old xcode app, both to make enough space to get the newer version of xcode. I've done both before in the past and it hasn't caused issues, but maybe something went wrong here?
I honestly am at a total loss; clearly something is screwed up on my system, but do not know what could be causing it. No errors are being generated on the app (in web inspector and xcode console), so there's no help there either. Any advice on even a place to start would be amazing.