I am doing a project to read QR codes.For that I am using the sample code from 2D barcodes (QR Code, Data Matrix) - iOS4 or above only from the link http://www.quickmark.com.tw/En/basic/SDK.asp But when I am trying to run that sdk I am getting an error saying "_OBJC_CLASS_$_DecodePickerController", referenced from:Objc-class-ref in QMSampleViewController.o Symbol(s) not found for architecture i386 Collect2: ld returned 1 exit status. what is the reason?anyone tried this?help please.
Issue in running QR Code reader sdk
340 Views Asked by iOS Developer At
1
There are 1 best solutions below
Related Questions in IPHONE
- UIWebView Screen Fitting Issue
- ios responsive design not working (too wide in portrait orientation)
- Setting View orientation to portrait is ignored
- How do I add custom cells to TableView in Swift?
- UIWebView not loading URL in simulator
- What is the limit for number of subscribers to a stream(publisher's) in opentok/tokbox iOS SDK?
- How to generate request format for WCF web service method for Mac and iPhone
- Difference between gethostname() and [NSProcessInfo hostName]?
- How to force close ipad/iphone keypad when input element is not focused using JS?
- iOS app rejected because of in-app purchase
- iOS coordinates for iPad and iPhone game using spritekit
- What is the best practice when making a storyboard for iPhone and iPad?
- Labels properties changing in Xcode
- Terminating app due to uncaught exception
- Exchange plist data between 2 iPad using iCloud
Related Questions in IOS4
- Perform some action depending upon the text in the inbox of iPhone
- iOS 4.3 image for Verizon iPhone 4
- How We Detect and Save the text Which is Written on iPhone/iPad Touch Screen?
- How to place image from url to Imageview in iPhone
- Recognizing the Text Drawn By using Bezier Paths
- Mapkit drawing a circle
- iPhone Tree Data Structure
- Memory Leaks vs High Memory Allocations?
- change size of viewcontroller - iphone sdk
- How do I use different images, depending on iOS device type?
- To restart the app from the home screen and not from the screen we left at
- iPhone Alternate View for Landscape Mode on Rotation
- Iphone SDK streaming the movies
- Objective C - Naming Outlets and Actions via a Database
- Can we display KML data on Google maps using Mapkit framework on iOS devices?
Related Questions in QR-CODE
- Scan QR code if multiple QR code showing on screen
- Qrcode.js - Error: code length overflow. (1716>1056)
- QR decoding with zbar
- Cordova BarcodeScanner continuous reading
- Ionic cordova - QRcode generate example
- Let V-card QR-code auto fill in html form
- JQuery Generated QRCode Disappears When Printing
- How do I get a QR code to from my telerik app-builder project so that I can scan it and preview the application from my device?
- Using zxing on Windows7 and JAVA 64bit
- QR Code Wi-Fi Static IP
- How to open Zxing project in Android Studio and compile it?
- QR Code Generation in Android where the input field accept only float values?
- MeteorJs putting Cordova barcode scanner inside a fixed div
- Bluetooth Secure Simple Pairing (SSP) using QR code as Out of Band (OOB) channel
- QR Code with multiple information type
Related Questions in I386
- 32 bit libraries not detected by locate command
- C++ unable to assign objects passed as pointer in methods to variable
- Undefined symbols for architecture i386/armv7 [cocoapods]
- Cordova + XCTest results in 'Undefined symbols for architecture i386'
- Ignoring file "path", missing required architecture i386/armv7 in file "path"
- Django 3.1|Python 3.6.12: Custom Template Tags not showing up all the sudden?
- AssImp library problems on CDT eclipse OS X 10.6.8 : unsupported file format for architecture i386
- How to install the i386 version of R on ubuntu?
- PolarSSL's asm code execute different result in iPad4 and simulator
- How to run i386 binary on MIPS platform?
- Issue with "Undefined symbols for architecture i386"
- nasm and gcc: 32 bit linking failed (64 bit Mac OS X)
- NASM jmp wonkiness
- no product after "build success" of a cocoa touch static library project
- Boost XCode i386
Related Questions in LINKER-ERRORS
- Can't build ios app with 64bit Support
- Mach-o Linker Error
- opencv 3.0.0 linker error when instantiating Mat object
- Linker cannot find existing Static Library File
- SFML and VS2013 - WinMain/main linker error
- Connecting C++ and Postgresql
- VS2013 Unresolved External with constructor and destructor
- Error: ld returned 1 exit status June 2015
- GHC undefined reference to Paths in dependency
- CUDA __device__ Unresolved extern function
- Xtensa --- dangerous relocation: windowed long call crosses 1GB boundary
- Static Initialization order fiasco: how can we ensure that library X would get linked only once Protobuf is done?
- xCode ld library not found in release mode and duplicate symbols in debug mode
- link.exe returns error LNK1181: cannot open input file 'C:\Program.obj'
- Train net using caffe DLL in C++
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I have tried to build the sdk, there is no issue for device build.May be you are trying to build for iPhone simulator. Please try to build it for device.