Luis Padron

Results 169 comments of Luis Padron

Would love this as well, any pointers on how to implement this? 🙏🏼

Thanks for reporting, going to try and take a look at whats happening here soon

@danyf90 The Realm package has a lot CXX settings the `Package.swift` [here](https://github.com/realm/realm-swift/blob/master/Package.swift#L11-L30). Would this be the cause of the build errors?

@danyf90 Yah that looks like it may be the case there is the possibility it's empty as the package has some logic in there to determine if it's set or...

Folks, this is an open source project. I imagine the maintainers don't actively use Realm so it's not immediately something we can budget time for, it would be helpful to...

This is more than likely related to `SimulatorController` not being able to locate an available device. We'll need to take a look at it to be sure, thanks for reporting.

Wasn't this added before in https://github.com/tuist/tuist/pull/4125 and closed for caching issues? Ah nvm, I see we're discussing it here. I'm not opposed to it if people find it useful.

Hi there, looks like we can provide a custom path, take a [look here](https://github.com/tuist/tuist/blob/149a442dbfa58d6ad1218a18b817b59be61cae8a/Sources/TuistSupport/Utils/DeveloperEnvironment.swift#L30) ```swift if let customLocation = try? System.shared.capture("/usr/bin/defaults", "read", "com.apple.dt.Xcode IDECustomDerivedDataLocation") { location = AbsolutePath(customLocation.chomp()) } else...

+1 for a solution that would allow using only the officially supported dependency manager.

Any update on this issue? It’s a blocker for a lot of users.