Roger Oba

Results 294 comments of Roger Oba

Same here @joshdholtz :s Any way we can help debug this?

Update: it works fine if you add the users to a group, i.e. set env variable `ITC_APP_TESTER_GROUPS`. Just to be safe, make sure you create this group in iTunes Connect...

This has always taken a lot of time to install, however, for some reason, lately this started taking over 10 minutes to install in Travis, which makes it cancel the...

Turns out that it's only bloody slow when it is installing with "native extensions". 🤔

☝️ Yeah, it takes ~16 seconds here using SPM (also on Bitrise)

Nope, just a script directly: ```sh swift run danger-swift ci --id 'Danger: Static Analysis' --dangerfile ./Dangerfile.swift ```

Yes it is, I used to not use SPM in the main project either. I don't mean to be rude but you can check installation steps here https://danger.systems/swift/guides/getting_started.html#installation 🙈 It's...

Try this: ```swift // swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "your-main-target-name", dependencies: [ .package(name:...

Interesting - my version of that file includes this entry: ``` fileSize 3259109630 identifier com.apple.pkg.iPhoneSimulatorSDK$(DOWNLOADABLE_VERSION_MAJOR)_$(DOWNLOADABLE_VERSION_MINOR) name iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR) Simulator source https://devimages-cdn.apple.com/downloads/xcode/simulators/$(DOWNLOADABLE_IDENTIFIER)-$(DOWNLOADABLE_VERSION).dmg userInfo IconType IDEDownloadablesTypeSimulator InstallPrefix /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS $(DOWNLOADABLE_VERSION_MAJOR).$(DOWNLOADABLE_VERSION_MINOR).simruntime InstalledIfAllReceiptsArePresentOrNewer $(DOWNLOADABLE_IDENTIFIER) $(DOWNLOADABLE_VERSION)...

It doesn't, but I'm not sure whether this is an issue in Xcode 13's .plist (unlikely), or just the fact that that API doesn't return the up-to-date list of simulators....