Hi everyone. I have an issue installing the iOS ap...
# multiplatform
a
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
I think you should stick with xcode
a
I’ve figured it out. I forgot to add this line
Copy code
binaries {
    executable()
}
🙌 2
d
I just started getting the same error after upgrading Android Studio - it was working previously. Where did you add this
binaries
block?