Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to have other static libraries within the framework? #36

Closed
roisg opened this issue Jan 14, 2013 · 2 comments
Closed

Is it possible to have other static libraries within the framework? #36

roisg opened this issue Jan 14, 2013 · 2 comments

Comments

@roisg
Copy link

roisg commented Jan 14, 2013

I'm trying to use this approach to build my own framework, but I need to use some other static libraries (.a) in the framework code and it fails at link stage when building the application project that use this framework. Is there any specific thing I should do with the .a files in the framework in order to them being included in the final .framework file?

Thanks!

@nrichards
Copy link

Just guessing, but did the extra .a file get drag dropped correctly into
the App build phase for Link Binaries?

IMO it's a bit of a pain to use Xcode in this way but using the plus button
to add link binaries is even harder since you must navigate your filesystem
for those products.

If not that then -ObjC or -all_load in your App linker flags?
On Jan 14, 2013 6:53 AM, "roisg" notifications@github.com wrote:

I'm trying to use this approach to build my own framework, but I need to
use some other static libraries (.a) in the framework code and it fails at
link stage when building the application project that use this framework.
Is there any specific thing I should do with the .a files in the framework
in order to them being included in the final .framework file?

Thanks!


Reply to this email directly or view it on GitHubhttps://github.com//issues/36.

@jverkoey
Copy link
Owner

Closing. Please reopen if this is still an issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants