openframeworks / apothecary

This is the OpenFrameworks library apothecary. It mixes formulas and potions to build and update the C/C++ lib dependencies.
Other
56 stars 51 forks source link

unable to lookup 'SDKVersion' in SDK 'iphoneos' #400

Closed hiroMTB closed 2 weeks ago

hiroMTB commented 1 month ago

issue

I tried to compile OpenCV on my macOs local machine and got an error unable to lookup 'SDKVersion' in SDK 'iphoneos'

temporary quick solution

sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

Related

https://github.com/nodejs/node-gyp/issues/569

danoli3 commented 1 month ago

Nice! Yeah maybe due to Xcode 16 install?

hiroMTB commented 1 month ago

Thanks @danoli3! I didn't know that there are 3 command line tools(by homebrew, terminal and xcode) installed. For those who come here in future,