Post

Replies

Boosts

Views

Activity

Reply to Virtual Machine Boot Time
We are using openai/tart and cirruslabs/gitlab-tart-executor for our iOS CI infrastructure. So we run Xcode builds / tests in a virtual machine. Just trying to optimise the pipeline speed we have. Currently it takes about ~20-30secs to wait for the VM to boot. Towards 20secs if no other VM is running or 30secs if another VM is running already.
Topic: Core OS SubTopic:
Virtualization Q&A
Tags:
2w
Reply to `mobileassetd` network activity
They are system assets not related to our app. For example, /System/Library/AssetsV2/com_apple_MobileAsset_UAF_Siri_TextToSpeech.
Topic: Core OS SubTopic:
Virtualization Q&A
Tags:
Replies
Boosts
Views
Activity
2w
Reply to Virtual Machine Boot Time
We are using openai/tart and cirruslabs/gitlab-tart-executor for our iOS CI infrastructure. So we run Xcode builds / tests in a virtual machine. Just trying to optimise the pipeline speed we have. Currently it takes about ~20-30secs to wait for the VM to boot. Towards 20secs if no other VM is running or 30secs if another VM is running already.
Topic: Core OS SubTopic:
Virtualization Q&A
Tags:
Replies
Boosts
Views
Activity
2w
Reply to Xcode 16 no longer sets ENABLE_PREVIEWS=YES for preview builds
@MarkT I configured a new project in Xcode 16.2RC and the BUILD_DIR environment variable doesn't vary between a normal build and a preview build anymore.
Replies
Boosts
Views
Activity
Dec ’24
Reply to Xcode 14 RC Mac Catalyst fails to registerForRemoteNotifications
Turns out Xcode 14 removes the entitlement from the xcent file before embedding that in the code signature. You should be able to do something like: /usr/libexec/PlistBuddy -c "Add :aps-environment string development" "$TARGET_TEMP_DIR/$FULL_PRODUCT_NAME.xcent" In a build script towards the end of the build.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 14 RC Mac Catalyst fails to registerForRemoteNotifications
Does it work if you use Xcode 13?
Replies
Boosts
Views
Activity
Sep ’22