rs / SDAVAssetExportSession

AVAssetExportSession drop-in replacement with customizable audio&video settings
MIT License
805 stars 212 forks source link

Doesn't work on iOS simulator anymore? (iOS 8.3) #35

Open ndbroadbent opened 9 years ago

ndbroadbent commented 9 years ago

Hello,

I'm trying to use SDAVAssetExportSession in the iOS Simulator, but it's not working any more. I'm calling encoder.exportAsynchronouslyWithCompletionHandler(), but the completion handler is never called. The same code works fine on my device (iPhone 4S running iOS 8).

Anyone else experiencing the same issue?

tylerjames commented 9 years ago

Yeah, this is my first time using the library and I can't get it to work on the sim. If I step through exportAsynchronouslyWithCompletionHandler the execution seems to just disappear somewhere around the time that it's trying to get the render size. Almost as if it has been deallocated or something. Not a peep about it.