Since 5 days I am trying to build an opencv2.framework as described in this link
However, the resulting ios/opencv2.framework/Versions/A/opencv2 File is only 5kB big (instead of approx 81 MB). And it brings me 133 mach-o linker errors inside my xcode project. Therefore clearly not what I want.
It was all working under Xcode5.1.1. But after installing Xcode6-Beta5 (and also Beta7) - I can no longer build the framework. Things are corrupt... :/ What could be the cause ?? Which steps in the install process need to be repeated. What libraries need to be deleted beforehand and how. Does Cmake play a role ?
Any help tremendously appreciated ! Thank you very much.