Post

Replies

Boosts

Views

Activity

Comment on Incredible huge .xcresult is generated by Xcode 13.2.1 in case of failure
I suppose the affected project is the only one running on macOS. All others running in a simulator? I see the issue with failing unit tests on a macOS framework. The xcresult bundle is only a few kilobytes on success but is at least 60 megabytes when there was a failure. The reason is definitely the test-session-systemlogs-*.logarchive file in the result bundle. It contains data from all running processes of the machine.
Aug ’22
Comment on Apple Watch not showing in XCode
Just an additional note from me: Even though I can now see the watch, there is no reliable connection from Xcode to the watch. Some times I cannot deploy an app to the watch due to "Transport error". Sometimes the deployment works, but the debugger cannot attach... or while the app has started, suddenly the debugger disconnects. So far this is still a really unpleasant development journey...
Apr ’24