I am working on a very basic Bridge solution in between a Sylenth1 bridged with JBridge, with the use of Symbiosis method 2.
It's already working directly with automations and presets natively in Logic Pro X, but only when I force to open the plugin in the Validation Tool. I have problems getting the plugins successfully through the AU Validation.
There seems to be a problem loading the Bundle: failed assertion `::CFBundleIsExecutableLoaded(bundleRef)'
AUValidation:
Manufacturer String: LennarDigital
AudioUnit Name: S1Wrapper
Component Version: 2.32.0 (0x22000)
Component's Bundle Version: 1.0.0
* * PASS
--------------------------------------------------
TESTING OPEN TIMES:
COLD:
[Symbiosis](0xacb68a28) AU kComponentOpenSelect
[LennarDigital: S1Wrapper](0xacb68a28) Found my image (/Users/Library/Audio/Plug-Ins/Components/Sylenth1X64.component/Contents/MacOS/Symbiosis) at 75 of 155
[LennarDigital: S1Wrapper](0xacb68a28) Found VST bundle or alias at /Users/Library/Audio/Plug-Ins/Components/Sylenth1X64.component/Contents/Resources/Sylenth1.vst
[LennarDigital: S1Wrapper](0xacb68a28) Resolved alias to /Users/Library/Audio/Plug-Ins/Components/Sylenth1X64.component/Contents/Resources/Sylenth1.vst
[LennarDigital: S1Wrapper](0xacb68a28) Bundle retain count before releasing: 2
[LennarDigital: S1Wrapper](0xacb68a28) VST open
2013-08-09 13:44:29.594 auvaltool[702:f07] Error loading /Users/Library/Audio/Plug-Ins/Components/Sylenth1X64.component/Contents/Resources/Sylenth1.vst/Contents/MacOS/Sylenth1: dlopen(/Users/Library/Audio/Plug-Ins/Components/Sylenth1X64.component/Contents/Resources/Sylenth1.vst/Contents/MacOS/Sylenth1, 265): no suitable image found. Did find:
/Users/Library/Audio/Plug-Ins/Components/Sylenth1X64.component/Contents/Resources/Sylenth1.vst/Contents/MacOS/Sylenth1: mach-o, but wrong architecture
/Users/magnus/projects/symbiosis-au-vst/Symbiosis.mm:1740: failed assertion `::CFBundleIsExecutableLoaded(bundleRef)'
/usr/bin/auval: line 11: 702 Abort trap: 6 arch -i386 /usr/bin/auvaltool "$@"
192:~ $
I'm wondering if anybody can explain what this error means, and or knows a possible fix?
Many thanks in advance!
Martin