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
341 Views Asked by iOS Developer At
1
There are 1 best solutions below
Related Questions in IPHONE
- How to control the volume of an iPhone programmatically in objective-c
- my website crash on safari The site sometimes crashes and I can't recover the crash
- Postal Framework crash in iPhone but runs successfully in simulator
- Xcode 15 building failure when using iphone 15 as simulator, using ios 17
- Images uploaded via Active Storage not displaying in Active Admin or on certain devices
- Any problem with creating provisioning profile with old Iphone?
- Does anyone know how to make iPad layout the same as iPhone's? Size wise the text and overall layout get's smaller when I run the app on the iPad
- Keyboard not appearing when connecting smart card reader to iPhones with type-c port. i.e. iPhone 15/ 15 pro
- Access the list of SIM mobile numbers installed in the iPhone
- Can we produce haptics and record from microphone the haptic sound at the same time on iOS?
- SwiftUI's localized string do not load from main bundle despite using the main bundle identifier (an xcode bug?)
- Cordova iOS only app upload through transport requires WKWatchKitApp
- Amazon s3 video is not played on Iphone
- build getting failed for ios xcode build -flutter app
- "Error when Importing 'mysdk' into iOS Demo App: dyld Library not loaded: @rpath/MQTTClient.framework/MQTTClient"
Related Questions in IOS4
- both flutter build ios fails and xcode build fails with weird error
- How to change elements positioning in landscape mode?
- TableView ReparatorInset Width - Swift 4 Without Storyboard
- Receiving error when trying to dismiss picker
- in switch case i want to print nslog as per my requirement?
- how to send the dictionary data from one view controller to another view controller using segues?
- MFMailComposeViewController not working for me in old iOS code since iOS 9 runtime
- How to fix missing required architecture i386 in file?
- The main thread locked when fetching images from parse with semaphore
- Parse for iOS - Undefined symbols for architecture i386 - iPhone 4s, iPhone 5
- Xcode 6 duplicate symbols for architecture armv7
- Any issues in updating iOS 4 app to iOS 8?
- Integration of vine in iphone apps?
- ffmpeg is failing to convert mov files from iPhone 4
- Cannot View contents in ios 7 pickerview
Related Questions in QR-CODE
- Simulate WeChat scanning short connection redirection, but the QQ display result is different from WeChat?
- How do you get a GDImage from a chillerlan qtcode
- Is there a way to get a dynamically generated QR to print on a badge card?
- implementing multi qr code scanning in a stepper, flutter
- C# I have a code that reads from a USB code scanner (COM4) that only works with a form i need it to run in background with just a NotifyIcon
- Error decoding data matrix code using pylibdmtx in Python
- Newbie question for trying to get the location of a QR Code with hololens 2
- Zxing lib refuses to recognize QR code at all
- How to read NADRA NIC barcode?
- Using flutter how to get scan code from hand held device
- QR code won't render when using react-email with NestJS
- Scan QR code and redirect on successful scan opencv flask python
- Add a custom dynamic QR code image from order variables to Woocommerce thankyou
- The authorization system in the application and the transition to another page
- Develop a Login function with WhatsApp QR
Related Questions in I386
- Difference between the calculation logic for R_386_32 and R_X86_64_64
- Can an 80386 run modern x86 executables?
- Custom print function has undesired behaviour
- I am trying to run i386 executable on Mac Silcon M1 Rosetta terminal -- but its says 'Bad CPU type in executable'
- bufferoverflow execution on i386 vs i686
- Why function that refers to a global function in the same section can only be solved at link time while local functions will be solve at compile time?
- Inline Assembler: Invalid reference syntax
- How to install i386 gcc cross compiler on linux
- How do I count the occurence of a char in a string in i386?
- how to link a c++ library to a c++ source code when it has a specific linker script to compile?
- Register jumping to high numbers when reading values from memory Assembly i386
- syscall write not printing correctly the given string
- Homebrew linking fails with incompatible i386 files already on machine
- Why would the IRET instruction increment EIP by 4?
- What does it mean that an abort exception "does not permit precise location of the instruction causing the exception"?
Related Questions in LINKER-ERRORS
- link.exe unresolved external symbol _mainCRTStartup
- Linking errors with includes in C++ nested modules
- Dev c++ [Linker error] undefined reference to `__chkstk_ms'
- Undefined symbols for arm64 when building with `swift build`
- How can I remove a lib file from "Commandline" in VS2017?
- Troubles with linking Rust lib when compiling as shared lib for Android using NDK
- undefined reference to `__mingw_vsscanf' while trying to link GLFW statically on VScode
- C program using a wrapper libtorch c++ library not linking
- Linker issues while cross compiling for ARM(arm6ec) platform
- Why is the function version tag consistently "Base" in HDF5 library?
- LNK2019 link against D3DCompiler problem?
- Is it allowed in iOS - Swift Dynamic Framework - Contains Multiple Static Library
- Linker command failed with exit code 1 (use -v to see invocation). I'm only studying and don't know what to do
- How can I properly link Boost when compiling with Emscripten?
- What could cause linking errors with global variables in header and cpp file?
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 # Hahtags
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.