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 )" }
Topic: Media Technologies SubTopic: Audio Tags:
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
Reply to Xcode 16.3 repeatedly log causing CPU leak
Also seeing Needs flush!, but in Console.app.
Replies
Boosts
Views
Activity
May ’25
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.
Replies
Boosts
Views
Activity
Feb ’24
Reply to xcresult diagnostic content not visible in Xcode 15
Same issue here. I submitted a feedback FB13615178.
Replies
Boosts
Views
Activity
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 )" }
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’23
Reply to AVPlayer 'Auto(Recommended)' option for subtitles
Bumping this one up due to the lack of official docs. What's the behavior for Auto (Recommended)? Feedback created: FB13344652.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to Are forced subtitles broken in iOS 9.3 / OS X 10.11.4?
Bumping this one up due to the lack of official docs. What's the behavior for Auto (Recommended)? Feedback created: FB13344652.
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’23
Reply to tvOS "Auto" subtitle language setting
Bumping this one up due to the lack of official docs. What's the behavior for Auto (Recommended)? Feedback created: FB13344652.
Topic: Media Technologies SubTopic: Streaming Tags:
Replies
Boosts
Views
Activity
Nov ’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
Replies
Boosts
Views
Activity
Jul ’23
Reply to ITMS-90338: Non-public API usage-_CMTimebaseCreateWithMasterClock
Same problem here. https://github.com/aws-samples/amazon-ivs-player-ios-sample/issues/51
Replies
Boosts
Views
Activity
Jul ’23
Reply to ITMS-90338: Non-public API usage _CMTimebaseCreateWithMasterClock
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.
Replies
Boosts
Views
Activity
Jul ’23
Reply to App crashes when changing privacy settings
This also happens for Camera and Microphone settings. I opened a feedback report asking to at least update documentation with reasoning about it. FB9585153
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’21