Error compiling iOS app with openCV framework [closed]

asked 2016-02-11 05:27:59 -0600

With latest open cv framework i am unable to compile code on IOS device. i am facing following error. image description

same app is able to compile for simulator but not for ios devices. Thanks.

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-07 12:38:20.353817

Comments

Ow boy, a big tip, NEVER use screenshots to post errors. No way for users to copy paste parts to help you look for a solution ... In this case it seems your hardware is not supporting NEON optimizations. Could you explicitly disable them in the cmake configuration?

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-11 06:40:20 -0600 )edit

Why you need to copy it lol ? But thanks for the tip i was just being lazy. Yes it look like. I download it from your website as framework. i did not get source code from github

shahzaibiqbal gravatar imageshahzaibiqbal ( 2016-02-11 06:44:44 -0600 )edit

So grab the code and disable NEON optimizations ... don't be lazy. BTW one of the first things I do is googling for errors. You would be amazed how many times the solution is in the first link!

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-11 06:47:55 -0600 )edit

but the question is this. when these guys upload framework on the website with headline (Open Cv for IOS). then they should test it first on real devices. For me they are more lazier than me :P . I will do that thanks.

shahzaibiqbal gravatar imageshahzaibiqbal ( 2016-02-11 06:50:33 -0600 )edit