it seems that both the simulator and device deploy...
# compose-ios
t
it seems that both the simulator and device deploy are broken since xcode 14
d
I will try to fix it
m
Do you mean this “xcrun: error: unable to find utility “simctl”, not a developer tool or in PATH”? I just made the mistake to upgrade to Monterey 12.6 and since then I can’t build my iOS project anymore.
d
I tested this bug. Bug appear after upgrading to latest MacOS. (Also I installed latest stable Xcode 14). The problem is with iOS simulator with older versions of MacOS (what create before you update your Mac). The easiest workaround to rename iOS simulator in build.gradle, like simulator("IPhone8") -> simulator("IPhone8b") And use ./gradlew iosDeployIphone8bDebug Also, I will try to fix this bug in our plugin later.
But, I currenty not tested on real device deploy.