Kayden Thomson

Results 8 comments of Kayden Thomson

Both. We started trying with our workspace. When that didn't work I make a new regular project and attempted integrating. Then tried creating a project through cake. All with the...

1.0.3 with Xcode 10.2 beta 4 Every time Cake runs I get the `NSCocoaErrorDomain.3587` error dialog Are there any other steps or any environment tools/configurations I might be missing? Stepping...

When first running Cake or creating a new project. This is the first place I hit `E.notCake`. https://github.com/mxcl/Cake/blob/43624666bbf41e9ac4bcc4c6d79af3c08b2f5981/Sources/Model/Base/XcodeProject/XcakeProject/Processor/Kitchen/Kitchen.swift#L84-L87 I hit the E.notCake catch and the `NSCocoaErrorDomain.3587` dialog kicks off. paths...

I tried that pretty early on, but got the same results. In my test above you can see the xcodePath variable is pointing to that location. `xcode-select -p` prints `/Applications/Xcode-beta.app/Contents/Developer`

We were able to get pass this problem with these troubleshooting steps. Some are in the guide, but not all. `swift -v` `swiftc -v` should both print `version 5.0` `xcode-select...

@tegarmonster did you find a work around for this? I'm having the same problem with the Dialog component. This is a similar issue: #2155 And here is an issue on...

[Ben's comment](https://github.com/radix-ui/primitives/issues/1859#issuecomment-1771356816) fixed the issue for me. I tested both Dialogs and Sheets and made some minor modifications. I have an `AutocompleteInput` component where I added: ```tsx useEffect(() => {...

> For anyone who's using react-google-autocomplete + radix dialog here was my solution: > > Add this to the Content component: > > ```js > onInteractOutside={(e) => { > const...