Posts

Post not yet marked as solved
1 Replies
756 Views
When a new question is created on Apple developer forum, you have to manually click on the alarm button to watch it. When you forget to do it, you don't get notifications about answers to your own question. This doesn't make sense to me. Expected behavior: When a new question is created watching is automatically enabled for this question to receive answers via mail. Also think about automatically enable watching for a question when you have answered a question. So you get notified if there are questions related to your given answer. FB9138316
Posted
by Rumio.
Last updated
.
Post marked as solved
3 Replies
960 Views
I am watching a question (alarm clock is marked blue), but I'm not receiving email updates about new comments. Beyond this in my profile the "watching" section remains empty. It seems that this behavior is just related to certain questions, not to all. E.g. this one is not on my watch list: https://developer.apple.com/forums/thread/679098 Did I miss some settings, or is this a bug?
Posted
by Rumio.
Last updated
.
Post not yet marked as solved
0 Replies
909 Views
I want to automatically grant the privacy for reminders for all devices that run tests with Xcode bot. However, I have not found another way then doing it via grep in a pre-trigger action: xcrun simctl list | awk -F "[()]" '{ for (i=2; i<NF; i+=2) print $i }' | grep '^[-A-Z0-9]*$' | xargs -I uuid xcrun simctl privacy uuid grant reminders com.app Since no devices are booted in the pre-trigger-action, I receive this error: An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=165): Unable to lookup in current state: Shutdown Is there any way to find out the UUID of the devices that are selected for the bot (that the bot should run) and only boot those devices?
Posted
by Rumio.
Last updated
.