Hi everyone. I have an issue installing the iOS app on my physical device through Android Studio. The build completes successfully, but I receive the next error:
Copy code
Error running 'iosApp'
The file couldn't be opened because it doesn't exist. The file doesn't exist.
But it installs normally through Xcode.
n
Nish
11/16/2024, 7:51 PM
I think you should stick with xcode
a
Aram Kocharian
11/16/2024, 8:04 PM
I’ve figured it out. I forgot to add this line
Copy code
binaries {
executable()
}
🙌 2
d
Dan
02/10/2025, 3:49 PM
I just started getting the same error after upgrading Android Studio - it was working previously. Where did you add this