These errors occur when exporting vsti+AUi plug-in on macbook, how to solve it
-
my macOS: Ventura 13.6.6
cpu :inter i5What do I need to do to resolve this issue?
-
@BobCat
Some questions, since you didn't provide the info to help debug your issue;
- Did you build HISE from source? If no, do that and use the built app to export, because exporting uses the HISE/JUCE source code and your development environment (Xcode). If yes, move on to the next question.
2, Can you export an empty project? Create a new project, add a single knob and try to export that. If it it works, something in your project is causing the issue. If not, you have to dig deeper and move to the next question.
-
Are you on the master branch or the develop branch? Try both.
-
If you're still getting errors after trying both the master and the latest develop commit, it might be time to try and update the OS and Xcode.
-
Which version are you building? If you do a search on the error here in the forum, you'll find the answer you're looking for. As I recall, my own solution was to use the March 11th build. Let us know how you come out.
-
@aaronventure I used an old version of Xcode and solved it
-
@clevername27 Thank you, I solved it