Bonjour,

Avant tout je penses que ça a plus sa place ici que dans le sous forum macOS.

Donc mon problème est assez simple.

Jai créé un framework a partir de la dernière release stable pour mac (cf page 62 & 63 du tuto : http://docs.opencv.org/opencv_tutorials.pdf).

Mais une fois le framework ajouté le compilo accepte bien les auto complétions (Ipl donne bien IplImage, etc) mais des que je tente de run le tout j'ai le linker qui s'enflamme :3

Donc vu qu'Xcode demande de temps en temps l'ajout de flag au compilo, y en aurait-il un à rajouter? (je précise que je suis nouveau sous environnement mac (stage)).

J'ai passé la journée à chercher sans trouver de quoi me sortir de là, donc si quelqu'un sait faire :3

Merci à vous !

Le soucis :
Ld /Users/raphaellopes/Library/Developer/Xcode/DerivedData/cvtest-bsayuxluehutqcfdepucgrtchugf/Build/Products/Debug/cvtest normal x86_64
cd /Users/raphaellopes/Desktop/OpenCV/cvtest
setenv MACOSX_DEPLOYMENT_TARGET 10.7
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.7.sdk -L/Users/raphaellopes/Library/Developer/Xcode/DerivedData/cvtest-bsayuxluehutqcfdepucgrtchugf/Build/Products/Debug -F/Users/raphaellopes/Library/Developer/Xcode/DerivedData/cvtest-bsayuxluehutqcfdepucgrtchugf/Build/Products/Debug -F/Users/raphaellopes/Desktop/OpenCV/cvtest -filelist /Users/raphaellopes/Library/Developer/Xcode/DerivedData/cvtest-bsayuxluehutqcfdepucgrtchugf/Build/Intermediates/cvtest.build/Debug/cvtest.build/Objects-normal/x86_64/cvtest.LinkFileList -mmacosx-version-min=10.7 -framework opencv2 -o /Users/raphaellopes/Library/Developer/Xcode/DerivedData/cvtest-bsayuxluehutqcfdepucgrtchugf/Build/Products/Debug/cvtest

ld: warning: ignoring file /Users/raphaellopes/Desktop/OpenCV/cvtest/opencv2.framework/opencv2, missing required architecture x86_64 in file
Undefined symbols for architecture x86_64:
"cv::imread(std::string const&, int)", referenced from:
_main in main.o
"cv::namedWindow(std::string const&, int)", referenced from:
_main in main.o
"cv::_InputArray::_InputArray(cv::Mat const&)", referenced from:
_main in main.o
"cv::imshow(std::string const&, cv::_InputArray const&)", referenced from:
_main in main.o
"cv::_InputArray::~_InputArray()", referenced from:
_main in main.o
"cv::waitKey(int)", referenced from:
_main in main.o
"cv::Mat::copySize(cv::Mat const&)", referenced from:
cv::Mat::operator=(cv::Mat const&) in main.o
"cv::fastFree(void*)", referenced from:
cv::Mat::~Mat() in main.o
"cv::Mat::deallocate()", referenced from:
cv::Mat::release() in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)