Develop Branch Compile Error
-
Has anyone else been able to compile the most recent Develop branch? I hit some snags when I merged and it seems to be related to this commit.
-
This post is deleted! -
Which version of xcode are you using? I'm able to compile the latest develop branch on all operating systems without issue.
-
@d-healey 10.0
Could be something in my branch of HISE. Thanks for confirming you can compile.
-
@Casey-Kolb You need to be on at least xcode 12.2 for universal binaries, so I recommend updating, might also solve this issue
-
@d-healey Oh I'm not building universal binaries yet. It's definitely something in those commits not playing nicely with my branch. I was able to compile fine just a week ago without the last week of commits to develop. I ended up just cherrypicking the SFZ import commit from Christoph for now. Thanks for the help!