Martin Sonc
11/20/2023, 12:36 PM{
"configurations": [
{
"type": "xcode-app",
"name": "Client - iOS",
"buildTarget": {
"project": "iOS",
"target": "iOS",
},
"configuration": "Release",
"destination": "iPhone 15 | iOS 17.0",
},
]
}
it now errors out, recommending changing the destination to "iOS Device"
doing that results in an error again, this time complaining about not being logged in to something?
Domain=DVTPortalServiceErrorDomain Code=1100 "Your session has expired. Please log in."
running the app from XCode works without issues. Any ideas? Also, could we have some more documentation for the run configurations?Stylianos Gakis
11/20/2023, 1:00 PMMartin Sonc
11/20/2023, 1:03 PMStylianos Gakis
11/20/2023, 1:21 PMMartin Sonc
11/20/2023, 1:23 PM