Webmaster4o
Jan 17, 2016 - 14:49
I thought I'd try to see what I could do with objc_util and opencv2.framework. I downloaded opencv2.framework, and tried to run this code in the same directory:
from objc_util import *
OpenCV = ObjCClass('NSBundle').bundleWithPath_('opencv2.framework')
print OpenCV.isLoaded()
OpenCV.load()
print OpenCV.isLoaded()
It prints
False
False
Is this because of the code-signing issues people were talking about last summer? (I think August? I remember being on vacation in California :))