I submitted a feedback about the missing Xcode option: FB13615178.
On Xcode 15 Reveal Diagnostics in Finder context menu is gone, which seems VERY ODD. In the meantime, you can use xcresulttool.
Get the object graph to get the IDs for the objects you want to export.
xcrun xcresulttool graph --path YourResult.xcresult/ > graph.log
Search for StandardOutputAndStandardError to see where it is in the graph. Get its ID and export it:
xcrun xcresulttool export \
--type directory \
--path YourResult.xcresult/ \
--output-path ./Output \
--id <ID-HERE>
I believe we can put together a script to automatically extract the logs on a CI environment - this our current goal.
Post
Replies
Boosts
Views
Activity
Same issue here. I submitted a feedback FB13615178.
Similar issue here. I'm seeing this on Xcode console:
173.595 HALC_ProxyIOContext.cpp:1.329 HALC_ProxyIOContext::IOWorkLoop: skipping cycle due to overload
Setup:
MB1 Pro 16GB -> Dell Monitor U2720 -> UMC22 audio interface
Consolle.app:
default 09:01:23.737093-0300 coreaudiod IssueReporting.cpp:466 RTAID [ use_case=Generic report_type=RMS Generic Chain clientID=HAL node=-Output issue_detected_sample_time=39387796.000000 ] -- [ -48.837273, -29.090141 ]
default 09:01:33.740288-0300 coreaudiod CAReportingClient.mm:699 Sending message { message="{
"issue_detected_sample_time" = "39868052.000000";
node = "-Output";
peak = "-31.470997";
"report_type" = RMS;
rms = "-50.366928";
"rtaid_client" = HAL;
}", reporters="(
82068235092145
)" }
Bumping this one up due to the lack of official docs. What's the behavior for Auto (Recommended)?
Feedback created: FB13344652.
Bumping this one up due to the lack of official docs. What's the behavior for Auto (Recommended)?
Feedback created: FB13344652.
Bumping this one up due to the lack of official docs. What's the behavior for Auto (Recommended)?
Feedback created: FB13344652.
It's back...
https://github.com/aws-samples/amazon-ivs-player-ios-sample/issues/51#issuecomment-1652290123
App Store Connect
Dear Developer,
We identified one or more issues with a recent delivery for your app, "My app" 1.2.3 (4567). Please correct the following issues, then upload again.
ITMS-90338: Non-public API usage - The app references non-public symbols in Frameworks/AmazonIVSPlayer.framework/AmazonIVSPlayer: _CMTimebaseCreateWithMasterClock. If method names in your source code match the private Apple APIs listed above, altering your method names will help prevent this app from being flagged in future submissions. In addition, note that one or more of the above APIs may be located in a static library that was included with your app. If so, they must be removed. For further information, visit the Technical Support Information at http://developer.apple.com/support/technical/
Best regards,
The App Store Team
Same problem here.
https://github.com/aws-samples/amazon-ivs-player-ios-sample/issues/51
We didn't update AmazonIVSPlayer since our last submission and we're having the same issue, so there was definitely a change on Apple's side.
This also happens for Camera and Microphone settings. I opened a feedback report asking to at least update documentation with reasoning about it. FB9585153
It seems to be back.
We've seen an increase from 34k to up to 669k requests to GET /.well-known/apple-app-site-association.
Any tips on how to troubleshoot?
Almost a 700k GET to /.well-known/apple-app-site-association - https://developer.apple.com/forums/content/attachment/dfdb4305-bb39-4a34-b9aa-479b50f166b3