ERROR: Cycle inside a single target
-
Trying to build on Mac OS Sequoia, latest HISE build, IPP disabled.
still getting the error. There's been a thread about this before, however I can't downgrade Xcode and the HISE build is current, I just built it from the latest pullCompiling Instrument plugin UNSTABLE ...
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 warningerror: Cycle inside a single target; building could produce unreliable results.
** BUILD FAILED **
-
-
@d-healey I need the latest version for other work
-
@Morphoice Ah fair enough. Are you building the develop branch? Are there any other errors reported after BUILD FAILED?
-
@d-healey yes its the develop branch, no other errors as I can see
-
@Morphoice And you only have one copy of the HISE source on your system?
-
@d-healey yes sir
-
hmm, I'm out of suggestions then...
-
@Morphoice Are you building for Profiling? This should be the way to build for release
Parallelise build is the equivalent of "Dependency Order" in the "Build" menu of the Edit Scheme window.
-
@ustk how do I set this? there is no edit scheme window. in hise, it just opens a terminal window and starts compiling when I want to compile a vst
-
@Morphoice said in ERROR: Cycle inside a single target:
how do I set this? there is no edit scheme window. in hise, it just opens a terminal window and starts compiling when I want to compile a vst
Unless you've specifically enabled a debug build - which you haven't, you don't need to worry about this. It's more applicable when building HISE itself.
Have you tried compiling your project directly in xcode rather than letting HISE handle it? You can open the auto generated juicer file in your project's Binaries folder in Projucer and open it in xcode just like when building HISE. You might get a different result, or more info about the issue.
-
@Morphoice It's when you compile from XCode directly.
This issue might be a particularity of Sequoia or latest XCodein your project folder
/Binaries/Builds/MacOSX
you'll find the.xcodeprof
file which you can open.Then in XCode check for
Product=>Scheme=>Edit Scheme
then what I said above.Then build with
Product=>Build For=>Profiling
Not sure it can help but it's worth checking
-
@Morphoice In case you didn't know - you can have multiple versions of Xcode installed at the same time.
-
@d-healey same error inside xcode... tried build for profiling, build for run, all failed
-
@dannytaurus did not know that indeed. im trying to get an older one installed
-
@Morphoice Is your project called UNSTABLE?
Did you try cleaning the build folder?
-
@d-healey yes sir, both.
-
@dannytaurus so when I try to install xcode 15.4. or any earlier version than 16 (current) this is what I get:
-
@Morphoice Did you try downloading from here? https://xcodereleases.com/
-