0

In my app I am using objc-appscript framework. What is the real difference between compiling it, linking to it and then copying inside app as private framework, or just adding all its code to project and compiling to one binary? Or shorter: what do I get by using private framework instead of compiling its code into my binary?

1 Answer 1

1

Benefits:

  1. Code modularizing .
  2. Runtime behavior --- you give fix only to you app or only to the par of framework.
  3. Framework -- can be shared by multiple application.
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.