Mike Gray
Mike Gray
It has the same behavior with IP as it does with the socket. 1.7.1 had the same issues interestingly. I wish I could remember how I got it to work...
Huzzah! It was the .sql files in the current directory. On my mac I was trying to connect to a database in docker, but on both systems there was at...
`tuist generate derived`? Since that's the folder they end up in, that's the first thing I'll think of when trying to remember what to type. User intuitive
In case anyone else finds this issue, here is the actual documentation: https://developer.android.com/studio/build/dependencies#variant_aware
```swift class ViewModel: Stepper { [...] let steps = PublishRelay() func readyToEmitSteps() { if session.isSessionActive() { steps.accept(FlowStep.loggedIn) //
It's been a while, but I don't think I was
Following up to @ssaluk, I would say that is indeed the issue here. The workaround I posted above has been in our codebase since then, and _mostly_ worked fine, except...
After setting the build setting `APPLICATION_EXTENSION_API_ONLY` in the targets that required it, I had to run `pod deintegrate` and `pod install` for everything to work
Actually, `set(phoneNumber:)` isn't even required, `getFormattedPhoneNumber` returns the invalid string regardless
If this is still an issue with the latest release, could you create a sample project please?