Post

Replies

Boosts

Views

Activity

Reply to Assertion Failure: Test crashed with signal ill.
I'm also seeing this consistently within Xcode Cloud, but haven't seen it locally. I've downloaded the crash log bundle, and it contains one for AccessibilityControlsExtension and a bunch for MercuryPosterExtension (examples attached). I don't really know what either of those things are, but can't find any references to my code in either. MercuryPosterExtension-2024-10-22-....ips AccessibilityControlsExtension-2024-10-22-....ips
Oct ’24
Reply to SwiftUI Scrollview disable clipping
This is now supported natively with the scrollClipDisabled() modifier (documentation) on the ScrollView
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to SwiftUI Lag on Core Data/SwiftData Updates During Background Tasks
I'm seeing this as a major issue as well, most of the time is taken up decoding my objects on the main thread.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode Cloud fails to install/launch macOS test runner
I'm seeing the same issue (same error message) on my Xcode Cloud macOS test run. iOS also isn't working though, with a different error message: [AppName] (3484) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Test crashed with signal ill before starting test execution.))
Replies
Boosts
Views
Activity
Oct ’24
Reply to Assertion Failure: Test crashed with signal ill.
I'm also seeing this consistently within Xcode Cloud, but haven't seen it locally. I've downloaded the crash log bundle, and it contains one for AccessibilityControlsExtension and a bunch for MercuryPosterExtension (examples attached). I don't really know what either of those things are, but can't find any references to my code in either. MercuryPosterExtension-2024-10-22-....ips AccessibilityControlsExtension-2024-10-22-....ips
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode Cloud fails to install/launch macOS test runner
I'm getting this same issue. build-for-testing seems to be working fine, but test-without-building experiences the error mentioned above. Logs are attached. Came over here from https://forums.developer.apple.com/forums/thread/725660?page=1#810351022, which is what's happening on iOS. xcodebuild-test-without-building.log
Replies
Boosts
Views
Activity
Oct ’24
Reply to Assertion Failure: Test crashed with signal ill.
I was able to work around this issue by setting the Host Application to "None" for my test scheme. This stops Xcode Cloud from attempting to start up the application binary.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Xcode Cloud fails to install/launch macOS test runner
I was able to work around this issue by setting the Host Application to "None" for my test scheme. This stops Xcode Cloud from attempting to start up the application binary.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Metal rendering shows incorrect color, gputrace shows fragment function returning correct color
Another example from a unit test, where the color isn't black but is definitely not what the fragment shader is returning.
Replies
Boosts
Views
Activity
Oct ’24
Reply to Can't add In-App Purchase or subscription to app for review
Figured it out, I had to remove the app version from the currently staged review, and the button is now enabled.
Replies
Boosts
Views
Activity
Dec ’24
Reply to SwiftUI: Rotate symbolEffect not working
I'm seeing the same issue on iOS, but it's working on macOS. Filed FB16754508
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25