Maya crash when using Plugin. OSx


#1

Hi community,

I have recently updated my xCode to the latest version.

  • I can still compile my plugin.
  • I can still load the plugin.
  • but when I call my node, I end up with maya crashing and this error:
    Stack trace:
    4 libDependEngine.dylib 0x0000000105d376f3 TattributeCompound::assignOffsets(TuInt32Array&, unsigned int) + 147
    5 libDependEngine.dylib 0x0000000105d37725 TattributeCompound::assignOffsets(TuInt32Array&, unsigned int) + 197
    6 libDependEngine.dylib 0x0000000105e28ad1 TdependNode::dataBlockSize(unsigned int, unsigned int) + 897

Everything worked fine before I update, I guess that has something to do with xCode because I tried with a empty node that doesn’t do anything …

Anyone had this issue ?

Thx