BuckSample icon indicating copy to clipboard operation
BuckSample copied to clipboard

An example app showing how Buck can be used to build a simple iOS app.

Results 23 BuckSample issues
Sort by recently updated
recently updated
newest added

When we can support Xcode 12 in CI let's add an example of multiple App Clips, so we can learn how that will work.

- [x] Built and ran in Xcode (`make project`) - [x] Built and ran with Buck CLI (`make debug`) Fixes #149

Hi guys, I have 2 issues in `buck_local` project generation. ## 1. cxx_library rule is not included in linker flags `BuckLocal/BUCK`. This mapping caused compiler error (missing symbol) when I...

This PR unlocks the ability of adding dynamic frameworks which can be shared between bundles (App, Extension or Framework). It works in Buck CLI and generated workspace. A shared module...

![image](https://user-images.githubusercontent.com/50744096/97539667-547f9600-19fd-11eb-99e6-7041588f2f92.png) Xcode 12.1

I'm trying to get a build of a precompiled library (https://cocoapods.org/pods/AdobeMobileSDK). It compiles normally but when I try to import on my Swift project I'm getting stuck on `no such...

Addresses https://github.com/airbnb/BuckSample/issues/74, might not want to vendor the pods folder in this approach - [x ] Built and ran in Xcode (`make project`) - [x ] Built and ran with...

This issue is a follow-up to https://github.com/airbnb/BuckSample/pull/92. It takes https://github.com/airbnb/BuckSample/issues/95 one step further by verifying that the app actually _runs_ in CI. This can be thought of as a launch...

In the quest to figure out how to better handle precompiled frameworks, I pushed https://github.com/thedavidharris/PrebuiltDynamicPod/releases/tag/1.0 that should be a little easier to work with and test than AFNetworking. If you're...

enhancement