Plugin export error on latest develop branch
-
Last commit e459f0b.
Using Sonoma 15.5 / Xcode 15.2. Hise builds ok. Plugin export fails. This is the report:The following build commands failed:
CompileC /Volumes/Ben/Hise\ Projects/Raizes\ Player/Binaries/Builds/MacOSX/build/Raizes\ Player.build/Release/Raizes\ Player\ -\ Shared\ Code.build/Objects-normal/x86_64/factory.o /Volumes/Ben/Hise\ Projects/Raizes\ Player/AdditionalSourceCode/nodes/factory.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'Raizes Player - Shared Code' from project 'Raizes Player')
(1 failure)
️ /Volumes/Ben/Hise Projects/Raizes Player/Binaries/Builds/MacOSX/Raizes Player.xcodeproj: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.9, but the range of supported deployment target versions is 10.13 to 14.2.99. (in target 'Raizes Player - Shared Code' from project 'Raizes Player')
The same plugin compiles ok with a previous version of Hise (the latest one I had was from 31 oct)
-
Wait.. I tried exporting another plugin and it worked fine with the last commit. Strange. What could be wrong with the project to cause that error?
In the working plugin it also shows the MACOSX_DEPLOYMENT_TARGET error but only as a warning, and finally compiles the plugin successfully.
The strange thing is that the plugin that does not compile with the latest commit manages to compile with a previous version.
-
@bendurso Did you clean the build folder?
Does it contain networks you compiled with the previous version but not with the new version?
@bendurso said in Plugin export error on latest develop branch:
In the working plugin it also shows the MACOSX_DEPLOYMENT_TARGET error but only as a warning,
The yellow triangle in your post above also indicates it's a warning there.
-
@d-healey said in Plugin export error on latest develop branch:
Does it contain networks you compiled with the previous version but not with the new version?
Oh yeah, that was it. Also I forgot to target Faust on xcode, and I have scriptnodes with faust hehe. Thanks!
-
B bendurso marked this topic as a question on
-
B bendurso has marked this topic as solved on