Post

Replies

Boosts

Views

Activity

HLS Video in Simulator getting `segPumpRequestCustomURLForCryptKey` crash:
I have some HLS videos that are encrypted with a key for streaming playback in my app. So far, my testing indicates that they work on device all the way through, but only in the simulator up to iOS 14.5. In iOS 15 simulators, I get a crash that appears to be within private APIs with this copied from the stack: #0 0x0000000110584e8c in segPumpRequestCustomURLForCryptKey () Is anyone else getting this crash?
7
1
3.4k
Jun ’22
CollectionViewListCell Indentation
What if we want to use outlined/disclosed lists, but we don't want indentation on child cells? I have tried overriding indentationLevel and indentationWidth on a subclass of UICollectionViewListCell, but it appears that those properties are ultimately ignored.
Replies
1
Boosts
0
Views
1.1k
Activity
May ’21
LLDB Output less Helpful in Xcode 12.5
I keep running into this error when using po expression produced error: error: Couldn't realize type of self. Try evaluating the expression with -d run-target It typically seems to happen during breakpoints in tests. My Build Configuration is Debug as well. Any ideas?
Replies
11
Boosts
0
Views
7.6k
Activity
Jul ’21
HLS Video in Simulator getting `segPumpRequestCustomURLForCryptKey` crash:
I have some HLS videos that are encrypted with a key for streaming playback in my app. So far, my testing indicates that they work on device all the way through, but only in the simulator up to iOS 14.5. In iOS 15 simulators, I get a crash that appears to be within private APIs with this copied from the stack: #0 0x0000000110584e8c in segPumpRequestCustomURLForCryptKey () Is anyone else getting this crash?
Replies
7
Boosts
1
Views
3.4k
Activity
Jun ’22