Export Issue 'Building targets in manual order is deprecated '
-
I successfully exported my instrument as a standalone plugin. When I try to export as AU or VST I get this error in the terminal:
Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warning
error: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible.
Build Carbon Resources build phases are no longer supported. Rez source files should be moved to the Copy Bundle Resources build phase. (in target 'ProjectName - AU' from project 'ProjectName')
Does anyone have any solutions for me? Thanks for any help!
-
The first thing is a warning (you can tell because it has the word warning in it). You don't need to worry about that.
I don't know what the error message is about. Are you using either a really older version or a really new version of xcode?
You could try cleaning the build folder.
-
@d-healey On my MacBook it will only let me run the new Xcode. VERSION 15
The cycle in dependencies is apparently in the 'ProjectName - Shared Code' folder. I really have no clue.
-
@maxtownsley you can install earlier versions of XCode I think - search the forum for links...
-
@maxtownsley said in Export Issue 'Building targets in manual order is deprecated ':
'ProjectName - Shared Code
Did you try cleaning the build folder?
-
@d-healey I did, and that didn't do anything. Im gonna try Xcode 13
-
@maxtownsley I tried Xcode 15 and I had problems with it so I run this now, without problems
-
@ulrik ok thanks, trying this shortly
-
@ulrik That TOTALLY worked, thank you so much!!
-
Hey @Christoph-Hart has there been any fix to this yet or should I downgrade to 14.3?
Figured it was worth it to check before downgrading.
Best,
Noah