Cocoapods OpenCV 2.4.10 Linker Error

前端 未结 6 460
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-01 17:20

I\'m trying to build a simple project using OpenCV 2.4.10 but I get a bunch of errors like this:

Undefined symbols for architecture x86_64:
  \"_jpeg_free_large\", re         


        
6条回答
  •  余生分开走
    2021-02-01 18:08

    Bug 4052 is still unsolved for 2.4.10 and there is no pod for 2.4.11 so you have to use 2.4.9 which IMO is stable.

    If your using pods

    pod 'OpenCV', '2.4.9'
    

提交回复
热议问题