Ask Your Question

Revision history [back]

Opencv Framework Conflict

I am using both the SOOMLA storekit framework and the opencv 2.4.9 framework in my Unity project and then when I build to Xcode, SOOMLA forces me to add the AssetsLibrary framework for it to work but after doing so, my project crashes when the opencv framework is called and the error I get is a libpng error : “Internal row logic error”.

After some research I found this was because both the AssetsLibrary and opencv framework have libpng libraries and they seem to conflict with each other.

Is there any work around where I can avoid using the AssetsLibrary framework? If not, is there any particular order to how I add the SOOMLA framework dependencies in to Xcode that I am not aware of?

Thanks Rajvi Dave