Have you added the proper lib to your target? Whatever lib file holds AVKit.
> On Jul 15, 2017, at 4:00 PM, Matthew Weinstein wrote:
>
> Trying to move from QTKit to AVKit. Compiling on El Capitan (at the moment).
> So I have a handler that is arc and handles all the AVKit stuff and compiled
> On Jul 15, 2017, at 2:00 PM, Matthew Weinstein wrote:
>
> Trying to move from QTKit to AVKit. Compiling on El Capitan (at the moment).
> So I have a handler that is arc and handles all the AVKit stuff and compiled
> with the -fobjc-arc flag in the build phases... I create and assign the
> h
Trying to move from QTKit to AVKit. Compiling on El Capitan (at the
moment). So I have a handler that is arc and handles all the AVKit stuff
and compiled with the -fobjc-arc flag in the build phases... I create
and assign the handler to a document object using the myhandler =
[[MWArcHandler all