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?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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.
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?