Location of MaxAudioAPI.framework relative to external examples in Xcode project
hi,
with the max7.03-sdk, the c74support folder appears to be two up from the project, at the same level as the folders desciribing the examples: audio, basics, dictionary, gl and so on. In the 6.1.4SDK it was at the same level as examples (now renamed source), and so one up.
I find that the MaxAudioAPI.framework is no longer found by the Xcode projects. It appears red. Does anyone else havce this?
copying the folder one up would solve this. However, is this the correct thing to do? and does it matter?
(It could be that the projects are copied over from the old SDK and so the new folder structure causes this.)
thanks
Starting with Max5 or so, the sdk came with an xcode config file ("maxmspsdk.xcconfig"), which makes it easy to customize search/install paths, preprocessor settings and so on. isn't that the case for the max7 sdk anymore?
That is true. And in that file:
C74SUPPORT = $(SRCROOT)/../../../c74support
HEADER_SEARCH_PATHS = "$(C74SUPPORT)/max-includes" "$(C74SUPPORT)/msp-includes" "$(C74SUPPORT)/jit-includes"
So my question is: shouldn't the 'c74support' folder (containing max-includes and msp-incldues) therefore be one up at the same level as the source folder, not inside the source folder?
The path mentioned here had an issue opened @ https://github.com/Cycling74/max-sdk/issues/1
As indicated there, it has now been addressed.