Gastón Funes
Gastón Funes
Same here 😞
Was having the same issue so I had to uninstall the plugin. Accounts were logged out every time I opened Xcode and some deleted at random.
> Local mac accounts deleted? Not sure, but I don't think Xcode extensions could do that. Sorry, I meant developer accounts logged in from Xcode. Same that happened to @hujaber...
I had the same issue when trying to set `applicationId` with flavors. This is what I ended up doing: ``` productFlavors { dev { } production { } all {...
Same issue here on RN 0.64.1. Using a FlatList even the example from the docs site fails with this error.