StoreKit "Sign in to Apple Account" dialog causes Argent to stumble
When the simulator launches the app, I see a prompt to sign in to an apple account on the device. This causes problems because it is overlaying other content as a modal that first needs to be dismissed. Argent struggles because the dialog is not selectable in the way other buttons rendered in our app might be. The agent eventually figures out it can just trigger a press action based on x/y coordinates, but it takes up a ton of time to do so.
Btw, loving how easy argent is to use. Your install instructions don't mention this, but I've been enjoying modeling it under `devDependencies` and committing the local mcp server configuration into my repo itself. Makes it possible to have whole team sharing their Argent setup.
0 条评论