David Harris

Results 15 issues of David Harris

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...

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

Modest speed increases - [x] Built and ran in Xcode (`make project`) - [x] Built and ran with Buck CLI (`make debug`)

CircleCI has some cache support that should let us cache the artifacts to some extent. It's pretty easy to add in, but it depends on the flow you want to...

### Short description 📝 Fixes an issue where adding the sdk parameter failed to build workspaces with watchOS target ### How to test the changes locally 🧐 Run `tuist test`...

changelog:fixed

I'm trying to build RxSwift/RxCocoa (from https://github.com/ReactiveX/RxSwift) with Bazel, and getting some errors I can't quite figure out when trying to import the objc_library target for the RxCocoaRuntime into RxCocoa....

Updating mostly syntax changes for Swift 4, as well as taking the recommending project settings from Xcode 9. This also updates the playgrounds to use the updated sources. It allowed...

### What happened? As noted in this snippet: ``` // MARK: - Package.manifestValue() extension Package { /// Returns `Package.swift` representation. fileprivate func manifestValue(isLegacy: Bool) -> String { switch self {...

type:bug
domain:dependencies-swift

This avoids https://bugs.swift.org/browse/SR-14195. Right now, building with module stability doesn't actualy provide any benefits to the project; as soon as you are in a situation where the .swiftinterface actually gets...