Jared Sorge

Results 8 issues of Jared Sorge

**Describe the bug** When I updated Tuist from v1.48.1 to v1.50.0 using a local `.tuist-version` file in our repo, then running `tuist bundle`, many files were deleted. This includes the...

type:bug

There was a fix in Swift 5.2 where dependency resolution became based on the products used by a package, and not all of the dependencies declared by the dependency. ShellOut...

In my scenario I was looking up a single record by its `CKRecordID`. The record fetch came back nil because when it was constructed it had a new `CKRecordID` made...

**Tell us how we can improve Xcodes** When working with Xcode betas, it would be great to have 2 new things (which are related I think): 1. The ability to...

enhancement

First, thank you so much for your blog post. It's been helping me _a ton_ to figure this stuff out. But I'm curious how I'd go about mixing Swift &...

If I have an application project with targets specified below: ``` targets: MyApp: sources: MyApp platform: [iOS, macOS] deploymentTarget: iOS: 17.0 macOS: 14.0 type: application settings: base: SWIFT_VERSION : 5.0...

Update to support multiple scenes

### New Issue Checklist - [x] Updated fastlane to the latest version - [x] I read the [Contribution Guidelines](https://github.com/fastlane/fastlane/blob/master/CONTRIBUTING.md) - [x] I read [docs.fastlane.tools](https://docs.fastlane.tools) - [x] I searched for [existing...