mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
a3fc3e8db6
- Remove embed_bitcode parameter from Builder class - Remove bitcode compilation flags for iOS and Catalyst targets - Remove BITCODE_GENERATION_MODE from Xcode build commands - Remove bitcode flags from dynamic library linking - Remove --embed_bitcode command line argument - Fix OSXBuilder parameter mismatch after bitcode removal Bitcode has been deprecated by Apple since Xcode 14 and is no longer required for App Store submissions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Building OpenCV from Source, using CMake and Command Line ========================================================= cd ~/<my_working_directory> python opencv/platforms/ios/build_framework.py ios If everything's fine, a few minutes later you will get ~/<my_working_directory>/ios/opencv2.framework. You can add this framework to your Xcode projects.