iOS install (Bug #2487)
Description
Developing in Xcode 4.5 on MacBook running 10.7.5, OpenCV 2.4.3rc installed in trial iPad app.
When I run app I get error:
background_segm.hpp
Lexical or Preprocessor Issue
'list" file not found
I've included a screen shot.
Associated revisions
Merge pull request #2487 from ilya-lavrenov:tapi_perf_orb
History
Updated by Rick Tschudin over 12 years ago
Using the "Hello tutorial"...
I've found that installing OpenCV 2.4.3rc into an iPhone app works,
while installing the same in an iPad does not !
ANY IDEAS ?
The error is...
Apple Mach_O Linker Error
Linker command failed with exit code 1 (use -v to see invocation)
Ld /Users/ricktschudin/Library/Developer/Xcode/DerivedData/OpenCVHelloiPad-dzfiqaiyzohearbtopuhpsgexrmg/Build/Products/Debug-iphonesimulator/OpenCVHelloiPad.app/OpenCVHelloiPad normal i386
cd /Users/ricktschudin/Desktop/OpenCVHelloiPad
setenv IPHONEOS_DEPLOYMENT_TARGET 6.0
setenv PATH "/Applications/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
/Applications/Xcode/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch i386 -isysroot /Applications/Xcode/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk -L/Users/ricktschudin/Library/Developer/Xcode/DerivedData/OpenCVHelloiPad-dzfiqaiyzohearbtopuhpsgexrmg/Build/Products/Debug-iphonesimulator -F/Users/ricktschudin/Library/Developer/Xcode/DerivedData/OpenCVHelloiPad-dzfiqaiyzohearbtopuhpsgexrmg/Build/Products/Debug-iphonesimulator -F/Users/ricktschudin/Desktop/OpenCVHelloiPad/.. -filelist /Users/ricktschudin/Library/Developer/Xcode/DerivedData/OpenCVHelloiPad-dzfiqaiyzohearbtopuhpsgexrmg/Build/Intermediates/OpenCVHelloiPad.build/Debug-iphonesimulator/OpenCVHelloiPad.build/Objects-normal/i386/OpenCVHelloiPad.LinkFileList -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime -Xlinker -no_implicit_dylibs -mios-simulator-version-min=6.0 -framework opencv2 -framework UIKit -framework Foundation -framework CoreGraphics -o /Users/ricktschudin/Library/Developer/Xcode/DerivedData/OpenCVHelloiPad-dzfiqaiyzohearbtopuhpsgexrmg/Build/Products/Debug-iphonesimulator/OpenCVHelloiPad.app/OpenCVHelloiPad
ld: framework not found opencv2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Updated by Alexander Shishkov over 12 years ago
I can't reproduce your problem. Please try the latest framework for OpenCV 2.4.3. If the problem persists, feel free to reopen the issue.
- Status changed from Open to Cancelled
- Assignee changed from Alexander Shishkov to Rick Tschudin
Updated by Morgan BIGOT over 12 years ago
Hi,
I exactly have the same problem, ,
background_segm.hpp
Lexical or Preprocessor Issue
'list" file not found
did you find any solution?
Thanks.
Morgan.
Rick Tschudin wrote:
Developing in Xcode 4.5 on MacBook running 10.7.5, OpenCV 2.4.3rc installed in trial iPad app.
When I run app I get error:background_segm.hpp
Lexical or Preprocessor Issue
'list" file not foundI've included a screen shot.