rabol Hi Not really sure what to do with this or if it is a 'huge' problem Just this morning noticed this in the VSCode output panel objc[15722]: Class CoreMLExecution is implemented in both /Users/rabol/.vscode/extensions/devsense.intelli-php-vscode-0.12.17274-darwin-arm64/out/server/runtimes/osx-arm64/native/libonnxruntime.dylib (0x13e9c4cb8) and /Users/rabol/.vscode/extensions/devsense.intelli-php-vscode-0.12.17274-darwin-arm64/out/server/libonnxruntime.dylib (0x148d14cb8). This may cause spurious casting failures and mysterious crashes. One of the duplicates must be removed or renamed. Any advice ? kind regards Steen
JakubMisek rabol Hello Steen, Thank you very much for reporting this, incl. the log. Could you please try deleting the second file? ./out/server/libonnxruntime.dylib If it fixes the issue, we'll prepare the update asap.
rabol Hello Sorry for the delay. before delete Yes, whe I delete the file I do not see the error and I only see this one
JakubMisek rabol good! Thank you for the information. It seems it's only a "warning," but we will definitely address that in the next update.
JakubMisek rabol it just creates two log outputs; it's by purpose - one is the IntelliPHP extension, the second is the language server process ... but I can see it's an overkill, we'll create just one log in the future
JakubMisek we'll be releasing update which fixes the issue with duplicate libonnxruntime.dylib Thanks for pointing this out!