question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to use the static library with the extension ".framework"?

See original GitHub issue

I know how to use the static library with the extension ".a", but what should I do with the extension ".framework"? Thanks!

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ryu2commented, Jan 12, 2017

Check out prebuilt_apple_framework. It’s currently a work in progress and not documented yet, but you can look at the integration test in

test/com/facebook/buck/apple/testdata/prebuilt_apple_framework_static

for an example.

0reactions
ryu2commented, Jan 13, 2017

I want to know does buck work with swift?

Yes, we have basic Swift support although it’s a work in progress. If you have specific problems, please open a separate issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Static libraries into XCFramework | Apple Developer Forums
The right way to do this is starting with your Xcode project and running it through the archive process, with additional build settings...
Read more >
How to Use Static Library in Embedded Private Frameworks ...
I take it you have libGoogleAnalyticsServices. a in your project in the first case which seems to contain the class code.
Read more >
Static and Dynamic Libraries and Frameworks in iOS
In this article let's explore static and dynamic libraries and frameworks ... Frameworks are also bundles ending with .framework extension.
Read more >
Extension-only compilation unit in static framework - Using Swift
I'm having issues with a static Swift framework due to the inclusion of files that include an extension providing a protocol conformance and ......
Read more >
Introduction to static and dynamic, libraries and frameworks on ...
Static libraries usually look like lib*.a files, for example: libGoogleAnalytics.a (you might have used this one). Dynamic libraries use the *.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found