Advertisement
Guest User

OpenCV 2.4.12.3 fails to install via cocoapods - log output

a guest
Jan 15th, 2016
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.24 KB | None | 0 0
  1. platform :ios, '8.0'
  2. # use_frameworks!
  3.  
  4. pod 'OpenCV', '~> 2.4.12.3' # doesn't work: loads of "CMake Error: Internal CMake error, TryCompile configure of cmake failed" errors
  5. pod 'OpenCV', '~> 3.0.0' #doesn't work: incorrect source fourge url
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement