Hello guys, having trouble running my app on a *re...
# compose-ios
v
Hello guys, having trouble running my app on a real device. No issues on the simulator though. Any ideas? (details in thread)
Ok, so it's failing at the
syncComposeResourcesForIos
step. This is all while trying to run the custom shell script that statically links the
shared
framework.
`Solution`: Adding
iosArm64()
to the list of binary frameworks in the
build.gradle
of the
shared
module.