I\'m trying to load a video file into my iPad app as an AVURLAsset, using the asynchronous-loading stuff to wait for it to be ready. Problem is, when I run it,
AVURLAsset
Solved. The trick: use fileURLWithPath:, not URLWithString:. Apparently the difference is really, really significant.
fileURLWithPath:
URLWithString: