Post

Replies

Boosts

Views

Activity

Reply to xcresult diagnostic content not visible in Xcode 15
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.
Feb ’24
Reply to What causes "issue_type = overload" in coreaudiod with USB audio interface?
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 )" }
Dec ’23
Reply to ITMS-90338: Non-public API usage-_CMTimebaseCreateWithMasterClock
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
Jul ’23