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 6475321
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T06:41:26+00:00 2026-05-25T06:41:26+00:00

Pretty new (2 weeks) into Objective-C and Xcode, and I’m trying to add my

  • 0

Pretty new (2 weeks) into Objective-C and Xcode, and I’m trying to add my first “external” library, namey restkit, to read some JSON from an external server.

However, looking at their “getting started” guide, from what I understand you just download a package with the sourcecode and link it in and build it as part of your own build somehow…
(the guide is here), expecially point 4 is interesting)

I am a many-years Java developer and I try to compare it to how it works there, with compiled, packaged jar-files that you can’t alter. How do jarfiles relate to this? From what I can see, you can just go in and change any of the third-party files as you see fit.

If someone could help me grasp this I’d appreciate it.

  • 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-25T06:41:26+00:00Added an answer on May 25, 2026 at 6:41 am

    external code can be:

    a dynamic library (.dlyb) which can be distributed as a framework and installed on the machine. But be aware, that you can’t install frameworks on the iPhone – your app is sandboxed. A set number of frameworks are available to you which are on all iPhones.

    you can also consume a static library. a static library is compiled into your apps binary during linking.

    links:
    http://blog.carbonfive.com/2011/04/04/using-open-source-static-libraries-in-xcode-4/

    The other and fairly common form is consuming code. It’s common in iPhone development because how closed the device is and how sandboxed your app is. it’s also popular because many components and libraries are open sourced on github. sharing code usually comes in two forms:

    copy code – add some files to your app and off you go. you have to update files on some perioding basis.

    xcode sub-project – you can add an external libraries xcode project as a sub-project to your project. that sub-project can produce a static library (target) which your app consumes. in xcode4, you can also have a workspace which contains multiple projects.

    Consuming code has the benefit of being able to debug into it. The more complex the code becomes, the more attractive consuming a sub-project is. If it’s a handful of self-contained files, then just adding the files is simple.

    hope that helps some.

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

Sidebar

Related Questions

I'm pretty new to my company (2 weeks) and we're starting a new platform
I pretty new to Objective-C (and C itself) and need to consume a NSData
I'm pretty new to the idea of recursion and this is actually my first
I just started learning javascript for 2 weeks so I'm pretty new to it.
I'm pretty new with Android programming, started a few weeks ago. Stackoverflow it's my
Im pretty new to Java Web Services, but I cant find a good explanation
I'm a pretty new C# and .NET developer. I recently created an MMC snapin
I am pretty new to php, but I am learning! I have a simple
I am pretty new to VB.NET - and I'm struggling to convert the signature
I'm pretty new to JSF and the many many related technologies out there. I'm

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.