Post

Replies

Boosts

Views

Activity

Reply to "Missing required icon file" when submitting to TF from Xcode 26 beta 1
@DTS Engineer Thanks for your response, but that thread is about shipping App Store builds to customers, so it answers a different question. My question is specifically about submitting builds to TestFlight (e.g. alpha and/or beta testing). What I'm not sure about given the feedback from Xcode Cloud is whether support hasn't been added yet for Icon Composer assets in TF, or if I need to add more assets along with the new Icon Composer asset on TF uploads. The docs seem to imply just the Icon Composer asset is needed, but then there's this error that seems to imply that there are news to come about that..?
Jun ’25
Reply to .alignmentGuide modifier causes consistent app crash when Swift 6 language mode is enabled
Can confirm that this is happening on iOS 18.0 RC with Xcode 16 RC when in Swift 6.0 mode and optimisations enabled. When optimisations are not enabled, or if we're in Swift 5 mode, the crash does not occur. From what I see the crash is with an assert - so the issue may be an assert in iOS that assumes the asynchronous renderer is being tied to a specific dispatch queue, and the optimised build possibly does not tie the renderer into a specific dispatch queue, as it possibly uses an actor. I hope this additional input helps. It would be a shame if we can't compile for Swift 6.0 for iOS 18.0, I hope this gets fixed... Edit: Found the exception text too: EXC_BREAKPOINT: BUG IN CLIENT OF LIBDISPATCH: Assertion failed: Block was expected to execute on queue [com.apple.main-thread (0x1eee64a80)] > com.apple.main-thread
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’24
Reply to AppIntents not working in xcode 14
I think in my case I found a workaround, and I'm posting it here in case it works for others too - I had SWIFT_REFLECTION_METADATA_LEVEL set to "None" for release builds. Setting this back to the default (All) seemed to do the trick and let appintentsmetadataprocessor extract the info during the archiving step. There's probably a more elegant solution, like telling the compiler to emit reflection data only for the file containing the app intents definition, so if anyone finds this workaround helpful and has a better way to do it, please shout :)
Topic: Machine Learning & AI SubTopic: General Tags:
Oct ’22
Reply to Unable to download Metal toolchain with Xcode Beta 5
Same :(
Replies
Boosts
Views
Activity
Aug ’25
Reply to "Missing required icon file" when submitting to TF from Xcode 26 beta 1
@pegasusspiele I don't think that's the case, as I've selected Tahoe and Xcode 26 for the build environment in those workflows. The fact that the error at the end refers to Icon Designer definitely implies to me that the toolchain is the most recent one.
Replies
Boosts
Views
Activity
Jun ’25
Reply to "Missing required icon file" when submitting to TF from Xcode 26 beta 1
@DTS Engineer Thanks for your response, but that thread is about shipping App Store builds to customers, so it answers a different question. My question is specifically about submitting builds to TestFlight (e.g. alpha and/or beta testing). What I'm not sure about given the feedback from Xcode Cloud is whether support hasn't been added yet for Icon Composer assets in TF, or if I need to add more assets along with the new Icon Composer asset on TF uploads. The docs seem to imply just the Icon Composer asset is needed, but then there's this error that seems to imply that there are news to come about that..?
Replies
Boosts
Views
Activity
Jun ’25
Reply to .alignmentGuide modifier causes consistent app crash when Swift 6 language mode is enabled
Can confirm that this is happening on iOS 18.0 RC with Xcode 16 RC when in Swift 6.0 mode and optimisations enabled. When optimisations are not enabled, or if we're in Swift 5 mode, the crash does not occur. From what I see the crash is with an assert - so the issue may be an assert in iOS that assumes the asynchronous renderer is being tied to a specific dispatch queue, and the optimised build possibly does not tie the renderer into a specific dispatch queue, as it possibly uses an actor. I hope this additional input helps. It would be a shame if we can't compile for Swift 6.0 for iOS 18.0, I hope this gets fixed... Edit: Found the exception text too: EXC_BREAKPOINT: BUG IN CLIENT OF LIBDISPATCH: Assertion failed: Block was expected to execute on queue [com.apple.main-thread (0x1eee64a80)] > com.apple.main-thread
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Predictive Code Completion Fails to Install (Apple Silicon M2 Ultra) - macOS 15 RC & Xcode 16 RC
It seems to be corrected now for me. Just started Xcode in the morning and the usual download, which should start and fail, succeeded.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Predictive Code Completion Fails to Install (Apple Silicon M2 Ultra) - macOS 15 RC & Xcode 16 RC
Submitted FB FB15092093 for this
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 Beta: Predictive Code Completion failing to install
Same here
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 RC - failed to download Predictive Code Completion Model
Same here
Replies
Boosts
Views
Activity
Sep ’24
Reply to Predictive Code Completion Fails to Install (Apple Silicon M2 Max) - macOS 15 & Xcode 16
Same here!
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 15 beta 5 error: Invalid Swift parseable output message (malformed JSON)
Having exactly the same issue
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to AppIntents not working in xcode 14
I think in my case I found a workaround, and I'm posting it here in case it works for others too - I had SWIFT_REFLECTION_METADATA_LEVEL set to "None" for release builds. Setting this back to the default (All) seemed to do the trick and let appintentsmetadataprocessor extract the info during the archiving step. There's probably a more elegant solution, like telling the compiler to emit reflection data only for the file containing the app intents definition, so if anyone finds this workaround helpful and has a better way to do it, please shout :)
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to AppIntents not working in xcode 14
I am getting this as well. Xcode 14.0.1, running on Monterey 12.6 release (21G115) Does anyone know of a workaround? (Filed this as FB11602587)
Topic: Machine Learning & AI SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to M1 Xcode 12.5 can't paste clipboard
Same issue here
Replies
Boosts
Views
Activity
Jul ’22
Reply to Crash in -[FBSSceneSnapshotRequestHandle performRequestForScene:]
Same question here
Replies
Boosts
Views
Activity
Jul ’22
Reply to UpdateApplicationContext Not Receiving updates
Same issue here :( Has anyone found/heard of workarounds?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’22