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

  • Home
  • SEARCH
  • 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 7955309
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T03:41:06+00:00 2026-06-04T03:41:06+00:00

I’m trying to add this iOS lib PTImageAlbumViewController to an existing project that I’m

  • 0

I’m trying to add this iOS lib PTImageAlbumViewController to an existing project that I’m working on and I’m getting compile errors. There is a sample project included and its dependent on a couple of other libs. The sample project works just fine but I can’t get it migrated to my own project without errors. I tried pulling the files direct from the project by dragging them from project to project but its still not working

Is there something I’m missing?

Undefined symbols for architecture armv7:
“_OBJC_METACLASS_$_NetworkPhotoAlbumViewController”, referenced from:
_OBJC_METACLASS_$_PTImageAlbumViewController in PTImageAlbumViewController.o
“_OBJC_CLASS_$_NIPhotoAlbumScrollView”, referenced from:
_OBJC_CLASS_$_PTImageAlbumView in PTImageAlbumView.o
“_OBJC_CLASS_$_NetworkPhotoAlbumViewController”, referenced from:
_OBJC_CLASS_$_PTImageAlbumViewController in PTImageAlbumViewController.o
“_NIPathForBundleResource”, referenced from:
-[PTImageAlbumViewController viewDidLoad] in PTImageAlbumViewController.o
“_OBJC_METACLASS_$_NIPhotoAlbumScrollView”, referenced from:
_OBJC_METACLASS_$_PTImageAlbumView in PTImageAlbumView.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

  • 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-06-04T03:41:08+00:00Added an answer on June 4, 2026 at 3:41 am

    What it can’t find is the nimbus files.

    If you have added the nimbus and SDURLCache files to your project, then it should just be a matter of making sure they’re included in your application’s target.

    Make sure ALL the files got into your project and are in the right target. For example, the first error is regarding NetworkPhotoAlbumViewController.m. Is that file in your project and in the right target?

    If so, the one other possibility is that it’s simply not building for this architecture for some reason. You can find out by navigating the tree from your DerivedData directory down to where the object files are stored and using nm to search the object files for the missing symbols.

    Example on my machine:

    cd /Users/username/Library/Developer/Xcode/DerivedData/AlbumDemo-eyqszubjyqhczreurkblqktoxjja/Build/Intermediates/AlbumDemo.build/Debug-iphonesimulator/AlbumDemo.build/Objects-normal/i386
    
    nm NetworkPhotoAlbumViewController.o | grep _NetworkPhotoAlbumViewController
    00000000 t -[NetworkPhotoAlbumViewController shutdown_NetworkPhotoAlbumViewController]
    0000e0fc s -[NetworkPhotoAlbumViewController shutdown_NetworkPhotoAlbumViewController].eh
    0000cde8 S _OBJC_CLASS_$_NetworkPhotoAlbumViewController
    0000c9b4 S _OBJC_IVAR_$_NetworkPhotoAlbumViewController._activeRequests
    0000c9bc S _OBJC_IVAR_$_NetworkPhotoAlbumViewController._highQualityImageCache
    0000c9b0 S _OBJC_IVAR_$_NetworkPhotoAlbumViewController._queue
    0000c9b8 S _OBJC_IVAR_$_NetworkPhotoAlbumViewController._thumbnailImageCache
    0000cdfc S _OBJC_METACLASS_$_NetworkPhotoAlbumViewController
    0000cfe0 s l_OBJC_$_INSTANCE_METHODS_NetworkPhotoAlbumViewController
    0000d084 s l_OBJC_$_INSTANCE_VARIABLES_NetworkPhotoAlbumViewController
    0000d0e0 s l_OBJC_$_PROP_LIST_NetworkPhotoAlbumViewController
    0000d100 s l_OBJC_CLASS_RO_$_NetworkPhotoAlbumViewController
    0000cfb8 s l_OBJC_METACLASS_RO_$_NetworkPhotoAlbumViewController
    

    The fact that these symbols do not have a “U” in the second column means that they are defined in this object file. You can find the meaning of all the nm output from the nm man page.

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

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I'm trying to create an if statement in PHP that prevents a single post
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
this is what i have right now Drawing an RSS feed into the php,

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.