Post

Replies

Boosts

Views

Activity

Reply to XCode 13.3 crash
Same problem here. First build is fine. Starting second build we get crash reports (see attachment) on XCBBuildService. After that, we get weird "Cycling Dependency" compiler errors (on dependencies that do not depend on each other). Cleaning the project makes it work but things re-start after the first build! Problem only since 13.3. 13.2.1 is totally fine. XCBBuildService-2022-03-18-180159.txt
Mar ’22
Reply to ReplayKit and iPhone X
For people coming to this thread from the Web: The accepted answer does not resolve the issue! The PRPreviewViewController is apparently Full Screen and one should just change the modalPresentationStyle to .overFullScreen to see the result fit on iPhones.
Dec ’21
Reply to AVAudioEngine when connected to Airplay
When connecting to an "AirPlay 2", you loose audio Input as the corresponding AVAudioSession is incompatible with Recording/PlayAndRecord categories; at least in the AVAudioEngine context. This is what we are experiencing at least when AirPlay 2 is getting connected. We have submitted Feedback FB8996889 to Apple on this issue after discussions during WWDC. But some Apps seem to go around this by using low-level CoreAudio AUnits. Any feedback on this would be very welcome!
Aug ’21