Talend Open Studio Data Quality Error message installation
Hi,
I can't install nor use Talend Open Studio Data Quality on my mac since this error message pops up:
"The TOS_DQ-macosx-cocoa executable launcher was unable to locate its companion shared library."
Can anybody help?
Thank you!
Hello, I have same problem but i use a other unzip (no unzip mac os), but there is always a problem ? "The TOS_DI-macosx-cocoa executable launcher was unable to locate its companion shared library." Have you an other solution, or just come back a MAC OS CAPTAIN ? Other advices or solution ? Thank you in advance, BR Céline.
Hi Céline, Could you please try to open the application from package contents -> MacOS -> TOS_DI-macosx-cocoa to see if it works for you? Best regards Sabrina
I found the solution for the problem regarding "executable launcher was unable to locate its companion shared library" on OS X. The problem arises when the application has "com.apple.quarantine" flag set. in that case the app itself is copied to temp location in the system and then needed libraries (that are outside from the app itself) are not found. Looks like the OS X works that way (like isolation the app into the quarantine).
You have to clear the flag from app, eg. in terminal in the folder when mac App is located: xattr -c TOS_DI-macosx-cocoa.app
Or even better. You can remove this flag from ZIP file itself first and that way the flag does not appear on app.
Regards, Mitja