-
Notifications
You must be signed in to change notification settings - Fork 87
Xcode 10 stuck while trying to launch app (tccd process) #51
Comments
Same issue. It reproduces only in macOS Mojave. But there is no need to force quite Xcode. After some time (5-10 minutes) application launches in simulator and after that application launches fine on reruns. |
I just successfully unsigned Xcode 10 using the install script of https://github.com/wakatime/xcode-wakatime . |
I also unsigned Xcode using |
The error that I found with tccd is:
It seems not having a code signature is a no-go with the new macOS permissions database (tccd). As @absolutlabs mentioned, codesigning it with a self-signed certificate will get it to work fine. |
@absolutlabs Works for me. |
does anyone solve it? |
May I know where did you get this log? |
Hello
After unsigning, Xcode fail to launch the app on the simulator. It's stuck (/frozen) on "Waiting for iPhone .. to start / Attaching to .. on iPhone .. ". I then need to "force quit" to stop xcode.
I found that the tccd process is around 100%, sometimes even more, which is not the case when not unsigning.
It appears on both Xcode 10.0 and Xcode 10.1 beta. (macos mojave)
I tried to check / uncheck the permission for xcode to access the contacts, it didn't help as it did with previous versions :/
Note : It works fine when launching app on device, even if the tccd process is high too.
The text was updated successfully, but these errors were encountered: