Posts

Post marked as solved
2 Replies
I do not have direct experience with this issue, but is it possible to remove both apps from their devices, and then re-install as if it were a new installation? This may not be an acceptable solution if your users have stored data using the app(s) which would be lost when the apps are deleted.
Post not yet marked as solved
1 Replies
Update: Fixed the problem. One of two possible Samsung-installed KEXTs was causing the crash when Xcode's "install required components" process was running. Unloaded both: $ kmutil showloaded | grep -i samsung $ kmutil unload -b <samsung kext bundle ID> The KEXTs were likely installed as a result of my use of a Samsung SSD connected via USB - the crash report stated A kext releasing a(n) AppleUSBInterface has corrupted the registry. @OSObject.cpp Now to reboot...