Navideck / Romo-iOS-SDK

Romo SDK supporting up to iOS 17!
Other
44 stars 15 forks source link

Errors on building RMVision for simulators #2

Closed timiswq closed 6 years ago

timiswq commented 6 years ago

I have already move opencv2.frameworks to lib folder, but still errors shown as

image and this is my project

wx20180303-174708

fotiDim commented 6 years ago

This is a known issue. libjpeg is the problem. If you see the Readme it mentions "Refactor RMVision (Partially done. Need to recompile libjpeg fat binary for all architectures. Now it cannot run on simulators)" as not done.

If you try to compile for a device it will work. For If you have any ideas on how to get a proper build of libjpeg feel free to file a pull request.

fotiDim commented 6 years ago

@timiswq the issue is resolved now. Pull from the repo and you should be good to go.

timiswq commented 6 years ago

Thank u very much! It seems worked now.