Quantcast
Channel: Active questions tagged react-native+ios - Stack Overflow
Viewing all articles
Browse latest Browse all 16552

Disable or update Apple ID settings, or click "Not Now" on simulator

$
0
0

I am developing a react native application, and using ios UI Tests and fastlane to take screenshots of the app. The issue is that the simulator keeps wanting me to update my apple ID settings and it's blocking the automated tests from running. Is there a way to turn these off so that I don't need to update, or if not, a way to wait until it pops up and click "Not Now"?

enter image description here

let app = XCUIApplication()
setupSnapshot(app)
app.launch()

Viewing all articles
Browse latest Browse all 16552

Trending Articles