Type of Request
bug
Infrastructure Environment
LUCI
What is happening?
To make iOS 17 work, we use Xcode automation which requires security permissions to use. To give permissions, we use the TCC.db. However, it appears that this doesn't work sometimes. However, it does work most of the time so it's weird...
Example:
https://ci.chromium.org/ui/p/flutter/builders/staging/Mac_ios%20flutter_gallery_ios__start_up_xcode_debug/2484/overview
In step 27.11 we can see permission was given. However, if step 31, we get error Error: AppleEvent timed out. - which indicates it got stuck waiting for permission to be given.
Perhaps the client is different?
Steps to reproduce
No response
Expected results
No response