'Quicktime/Quicktime.h' file not found in XCode 8.0, OSX 10.11.6, SDK 7.1.0

kflak's icon

Anybody else getting this? I am just starting developing my own externals, and have been trying to compile to examples from the SDK, as well as Eric Lyon's externals, but the build fails due to missing headers. Where can I find these?

Timothy Place's icon

If you update to the latest from Github the problem is fixed:
https://github.com/Cycling74/max-sdk

Otherwise you can just comment out those #includes.

Cheers

kflak's icon

Works! Thanks a lot!

adamflorin's icon

[UPDATE] I see that the Quicktime.h include has been removed from the SDK in master on GH, but that there hasn't been an updated SDK release since then. I logged the issue on GH. Hope this helps, thanks!

--

I just came across this issue with a fresh install of macOS Sierra 10.12.4 and Xcode 8.3.2, building against Max SDK 7.1.0. For the curious, the solution I had found (via openFrameworks forums & steinberg forums) was:

  • download legacy MacOSX10.11.sdk

  • Unarchive (I used The Unarchiver) and move to /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs

  • Update the Base SDK in the Xcode project (see screencap)

Timothy Place's icon

Thanks... and thanks also for logging the request on Github. Yes, we are due for a refresh of the download through the C74 website.