Hi all,
Thanks for your help so far.
I'm already including CoreMedia as a framework. Here's what the output of my `rake config` includes:
frameworks : ["CoreGraphics", "Foundation", "UIKit", "CoreLocation", "QuartzCore", "AVFoundation", "MediaPlayer", "CoreMedia", "QuartzCore"]
I can access CMTime normally outside of this one function. For example: I can set the time of the AVPlayer with the AVPlayer#seekToTime function.
Interestingly enough, the AVPlayer#addPeriodicTimeObserverForInterval:queue:usingBlock: works, and can be used to asynchronously check the time of the AVPlayer.
It's just the one function nowPlaying that errors out for me
@colinta - I checked that repo and it doesn't really demonstrate anything. Running AVPlayer.alloc.init.currentTime is sufficient for me to reproduce the error.