Post

Replies

Boosts

Views

Activity

Reply to App can't debug on iOS 26 device, but can on iOS 18
@DTS Engineer Ed, Thank you for the comment. With your help I managed to resolve the issue and can ask the provider to correct their delivery. I modified the xcframework bundle to create a structure as follows SomeKit.xcframework ├── Info.plist ├── ios-arm64 │   └── SomeKit.framework │   ├── SomeKit │   ├── Headers │   │   └── <Files not listed for this forums post> │   ├── Info.plist │   └── Modules │   └── module.modulemap └── ios-arm64_x86_64-simulator └── SomeKit.framework ├── SomeKit ├── Headers    │   └── <Files not listed for this forums post> ├── Info.plist └── Modules └── module.modulemap Thanks, Anders
Jul ’25
Reply to AVPlayer incorrectly stopping playback with the reason AVPlayerRateDidChangeReasonAppBackgrounded
Something similar is still happening in iOS16.3 A user is playing a live stream. The user puts the app to background resulting in Picture-In-Picture being activated. The application is brought to foreground resulting in player UI to be restored and PiP to be stopped. Later: A VC is presented over player VC. (modalPresentationStyle = .currentContext) At this time playback is automatically paused with the rateDidChange reason as AVPlayerRateDidChangeReasonAppBackgrounded.
Topic: Media Technologies SubTopic: Audio Tags:
Mar ’23
Reply to Can you remove Rosetta 2 on Apple Silicon?
I'm looking for the same answer. I need to verify that our website can handle an error message correctly when Rosetta isn't installed. (Related to the Widevine dylib of Chrome not yet being available as Apple Silicon version). I have found no way to disable Rosetta completely, disable it only for the specific dylib, or uninstall Rosetta. Only solution so far is to reinstall macOS... Any advice would be highly appreciated.
Topic: App & System Services SubTopic: Core OS Tags:
Dec ’20