문제

Here are the exact steps to recreate my problem:

  1. New default Cocoa App project
  2. Open MainMenu.xib
  3. Drag a QuickTime Movie view onto the main window.
  4. Try to compile.

I get a SIGABRT, why? Is there some black magic involved with QuickTime Movie Views??

Thanks.

도움이 되었습니까?

해결책

Found the problem, had to add QTKit.framework to the project. Apple boasts about how "automatic" Xcode 4 is, but wouldn't it be nice if Xcode did this automatically?

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top