Error loading C++ Qt plugin in Maya in MacOS

Error loading C++ Qt plugin in Maya in MacOS

Anonymous
Not applicable
665 Views
1 Reply
Message 1 of 2

Error loading C++ Qt plugin in Maya in MacOS

Anonymous
Not applicable

Hi guys,

I compiled the Qt lib downloaded form autodesk lgpl webpage in MacOS 10.9.5, which is Mavericks.

Then build the qt kit in Qt-Creator based on the qmake I compiled.

I compiled the qt plugin successfully using that kit ,yet when I tried to load the .bundle file in Maya2016, error happened:

// Error: file: /Applications/Autodesk/maya2016/Maya.app/Contents/scripts/others/pluginWin.mel line 781: Unable to dynamically load : /Users/mgland/Library/Preferences/Autodesk/maya/2016/scripts/MG-PickerStudio/MGPicker_Program/Plug-ins/MGPicker_2016x64.bundle
dlopen(/Users/mgland/Library/Preferences/Autodesk/maya/2016/scripts/MG-PickerStudio/MGPicker_Program/Plug-ins/MGPicker_2016x64.bundle, 

1): Library not loaded: QtXml.framework/Versions/4/QtXml
  Referenced from: /Users/mgland/Library/Preferences/Autodesk/maya/2016/scripts/MG-PickerStudio/MGPicker_Program/Plug-ins/MGPicker_2016x64.bundle
  Reason: no suitable image found.  Did find:
	/Library/Frameworks/QtXml.framework/Versions/4/QtXml: no matching architecture in universal wrapper // 
// Error: file: /Applications/Autodesk/maya2016/Maya.app/Contents/scripts/others/pluginWin.mel line 781: dlopen(/Users/mgland/Library/Preferences/Autodesk/maya/2016/scripts/MG-PickerStudio/MGPicker_Program/Plug-ins/MGPicker_2016x64.bundle, 1): Library not loaded: QtXml.framework/Versions/4/QtXml
  Referenced from: /Users/mgland/Library/Preferences/Autodesk/maya/2016/scripts/MG-PickerStudio/MGPicker_Program/Plug-ins/MGPicker_2016x64.bundle
  Reason: no suitable image found.  Did find:
	/Library/Frameworks/QtXml.framework/Versions/4/QtXml: no matching architecture in universal wrapper (MGPicker_2016x64) // 

It said no suitable image found. Does anyone encounterd such issue before?

I tried qt for maya 2015, similar errors.

0 Likes
666 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
Does someone encounter the same issue as I did?
0 Likes