Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7181481
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T17:34:01+00:00 2026-05-28T17:34:01+00:00

I am trying to add the ScannerKit API to my application i have added

  • 0

I am trying to add the ScannerKit API to my application i have added in the files need.
Added in the frame works but when i build and go i get over 50 errors.

All Apple Mach-O Linker Errors

Here are some:

Undefined symbols for architecture armv7:
  "__ZNSs6assignEPKcm", referenced from:
      __ZN8meatloaf10boundariesC2ESt6vectorINS_8scanlineESaIS2_EE in libScannerKit.a(boundaries.o)
      __ZN8meatloaf10boundaries15find_boundariesEv in libScannerKit.a(boundaries.o)
  "__Znwm", referenced from:
      -[SKLocalCodeRecognizer attemptRecognitionUsingFrame:] in libScannerKit.a(SKLocalCodeRecognizer.o)
      -[SKCodeIntegrityManager boundaryExistsInFrame:] in libScannerKit.a(SKCodeIntegrityManager.o)
      __ZNSt12_Vector_baseIiSaIiEE11_M_allocateEm in libScannerKit.a(SKCodeIntegrityManager.o)
      __ZNSt12_Vector_baseIN8meatloaf8scanlineESaIS1_EE11_M_allocateEm in libScannerKit.a(SKCodeIntegrityManager.o)
      __ZN5zxing28FastGreyscaleLuminanceSource22rotateCounterClockwiseEv in libScannerKit.a(FastGreyscaleLuminanceSource.o)
      __ZN5zxing24GlobalHistogramBinarizer11getBlackRowEiNS_3RefINS_8BitArrayEEE in libScannerKit.a(GlobalHistogramBinarizer.o)
      __ZN5zxing24GlobalHistogramBinarizer14getBlackMatrixEv in libScannerKit.a(GlobalHistogramBinarizer.o)

** UPDATE **

I have no longer got 50+ errors i fixed this buy changing “Other linker Flags” in build settings.

But i am still getting 3 errors!

If anyone could give me any idea as to what could be causing them:

Ld /Users/elistone/Library/Developer/Xcode/DerivedData/RSSTestApp-ffjjgtzfgquuazdwtfemwyzzjmfo/Build/Products/Debug-iphoneos/RSSTestApp.app/RSSTestApp normal armv7
    cd "/Users/elistone/Desktop/RSS Test App"
    setenv IPHONEOS_DEPLOYMENT_TARGET 5.0
    setenv PATH "/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang -arch armv7 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -L/Users/elistone/Library/Developer/Xcode/DerivedData/RSSTestApp-ffjjgtzfgquuazdwtfemwyzzjmfo/Build/Products/Debug-iphoneos "-L/Users/elistone/Desktop/RSS Test App/ScannerKit-4.2.2" -F/Users/elistone/Library/Developer/Xcode/DerivedData/RSSTestApp-ffjjgtzfgquuazdwtfemwyzzjmfo/Build/Products/Debug-iphoneos "-F/Users/elistone/Desktop/RSS Test App" -filelist /Users/elistone/Library/Developer/Xcode/DerivedData/RSSTestApp-ffjjgtzfgquuazdwtfemwyzzjmfo/Build/Intermediates/RSSTestApp.build/Debug-iphoneos/RSSTestApp.build/Objects-normal/armv7/RSSTestApp.LinkFileList -dead_strip -all_load -lstdc++ -miphoneos-version-min=5.0 -framework AudioToolbox -framework QuartzCore -framework CoreVideo -framework CoreMedia -framework AVFoundation -framework CoreGraphics -framework SystemConfiguration -framework Foundation -framework UIKit -lxml2 -lScannerKit -o /Users/elistone/Library/Developer/Xcode/DerivedData/RSSTestApp-ffjjgtzfgquuazdwtfemwyzzjmfo/Build/Products/Debug-iphoneos/RSSTestApp.app/RSSTestApp

Undefined symbols for architecture armv7:
  "_iconv_close", referenced from:
      __ZN5zxing6qrcode22DecodedBitStreamParser6appendERSsPKhmPKc in libScannerKit.a(DecodedBitStreamParser-B6EF2F7091225D41.o)
  "_iconv", referenced from:
      __ZN5zxing6qrcode22DecodedBitStreamParser6appendERSsPKhmPKc in libScannerKit.a(DecodedBitStreamParser-B6EF2F7091225D41.o)
  "_iconv_open", referenced from:
      __ZN5zxing6qrcode22DecodedBitStreamParser6appendERSsPKhmPKc in libScannerKit.a(DecodedBitStreamParser-B6EF2F7091225D41.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Thank you.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T17:34:01+00:00Added an answer on May 28, 2026 at 5:34 pm

    Problem solved.

    I added the framework libiconv.dylib.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying add vertical lines to my grid. I have found some examples but
Trying to add public methods to this slider I purchased but have little knowledge
Trying to add an onclick handler to my tabs, and can't seem to get
Im trying to add a directory foo to my repo, but there are some
Trying to add a 'class' html attribute, but I think the keyword 'class' is
Trying to add django-registration to my app. I have installed setup tools to use
I'm trying add a directory of jar files (or barring that, each jar file
I am trying add value to a mutlidimensional array but I am slightly confused
I have been trying add facebook login to my page. I have facebook login
Trying to add an incremented class member variable 'nNodeIndex' to arraylist, but at the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.