OpenCV with C++ - GetDYLDEntryPointWithImage failed

asked 2018-03-07 04:54:50 -0600

matssomer gravatar image

Hey! I am having a course in my University with C++ and OpenCV. Everything I use is up-to-date. I use XCode on MacOS. When it comes to compiling it is no problem (However it takes like 20 seconds to show window with image). There is nothing wrong with the code. 15 people has it on their Windows with VS and it works. When I try to do anything in the window (i.e. map clicking) it bugs, stops working and this message is shown:

GetDYLDEntryPointWithImage(/System/Library/Frameworks/AppKit.framework/Versions/Current/AppKit,_NSCreateAppKitServicesMenu) failed.

I have browsed many pages and I couldn't find any solution. Thank you.

Code:

edit retag flag offensive close merge delete

Comments

I get the same error in Xcode. Have you found any solution for it??

RamaSLK gravatar imageRamaSLK ( 2018-07-29 04:01:41 -0600 )edit