yasirmturk / openalpr-swift

iOS Framework for the openalpr library ready to use in Swift and Objective-C.
GNU General Public License v3.0
38 stars 24 forks source link

Failed to run pod install #5

Closed zhouhao27 closed 6 years ago

zhouhao27 commented 6 years ago

Got the following error message:

[!] The 'Pods-OCRTest' target has transitive dependencies that include static binaries: (/Users/a635219/Projects/test/OCRTest/Pods/OpenCV/opencv2.framework)

yasirmturk commented 6 years ago

If you get an error complaining about "transitive dependencies" then put this in your Podfile

pre_install do |installer| Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {} end

zhouhao27 commented 6 years ago

Thanks. Didn't notice that in README.md.