xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export
-
@David-Healey When exporting aris as an FX plugin, it says it can't export while using IPP fix in compiler settings. How do I turn this off when compiling Hise to run with faust?
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
it says it can't export while using IPP fix in compiler settings
Can you show me a screenshot of the error message?
-
@David-Healey Had the option toggled in settings; turning off builds a VST3 perfectly, also updated xcbeautify.
-
@David-Healey Hise will not let me hear any audio; it glitched while I was working on a project. So, I restarted Hise, and the issue still persists.
-
@David-Healey Now it won't compile my project as an FX plugin because it says "Expected '=' after attribute." 1 and invalade xml
-
@DJJD12345 Your xml has an error in it. Run it through an xml validator to find out where, then fix it in a text editor. Close HISE before doing this.
-
@David-Healey, on an online XML validator, it says, "Expected '> or />' after attribute 1." Here is the XML file RevDayCrunchDesktop.xml ; the error happens on line 45, and other online XML validators say valid XML.
-
@DJJD12345 I assume the error is because of the json data value - did you add this manually in a text editor?
Data="{ "ProcessorId": "Analyser1", "Index": 2, "FollowWorkspace": false }" -
@David-Healey No, Hise did when saving my project as an XML. So, do I need to remove the JSON data value?
-
@DJJD12345 Remove the data property from the xml and it should load again - make a backup just in case it doesn't work.
-
@David-Healey After doing that, Hise still says, "Expected '=' after attribute 1." But in an online XML validator says when I remove
Data="{ "ProcessorId": "Analyser1", "Index": 2, "FollowWorkspace": false }"no errors
-
@DJJD12345 Then you have an error in a different xml file. Are you compiling scriptnode networks?
-
@David-Healey Yes
-
@DJJD12345 Probably the error is in one your network xmls
-
@David-Healey No error in any of the XML files: expansion_info.xml , project_info.xml user_info.xml , data.xml
-
@DJJD12345 Check the network xmls
-
@David-Healey says no error in an online XML validator DspNetwork.xml
-
@David-Healey None of my other projects has this kind of error
-
@DJJD12345 said in xcpretty Not Detected After Install on macOS Tahoe M1: Compiling Fails in HISE Export:
@David-Healey says no error in an online XML validator DspNetwork.xml
Do you only have one dsp network in your project?
-
@David-Healey yes