Hello, so, I'm trying to run the `falling-balls-mp...
# compose-ios
a
Hello, so, I'm trying to run the
falling-balls-mpp
project on a iOS simulator by using
./gradlew iosDeployIPhone8Debug
, it's launching the simulator but then it shows this error, I'm trying to run it in a Macbook M1 Pro
l
Can you put the error log here as a snippet?
a
Sure:
Copy code
2022-09-22 07:55:25.975 xcodebuild[4399:81326] Writing error result bundle to /var/folders/0d/_z8m28hd0qbdrtbdy0x6dmlh0000gn/T/ResultBundle_2022-22-09_07-55-0025.xcresult
xcodebuild: error: SDK "iphonesimulator15.4" cannot be located.
l
I think I saw an issue in the repo for this.
a
So there's no solution yet?
d
What version of Xcode do you have?
a
14.0 (14A309)
d
Can you please try to launch on iPad?
Copy code
./gradlew iosDeployIPadDebug
a
If I run
./gradlew iosDeployIPadDebug
I get this:
Copy code
2022-09-23 07:25:12.539 xcodebuild[2106:37391] Writing error result bundle to /var/folders/0d/_z8m28hd0qbdrtbdy0x6dmlh0000gn/T/ResultBundle_2022-23-09_07-25-0012.xcresult
xcodebuild: error: SDK "iphonesimulator15.4" cannot be located.
Or rename configuration to iPhoneB here:
I'm getting
Copy code
Task 'iosDeployIPhone8BDebug' not found in root project 'falling-balls-mpp'. Some candidates are: 'iosDeployIPhoneBDebug'.
d
iPad works well?
a
No, the error that shows is three messages above
d
Thank's for logs, I will research this problem
a
Does the latest update fix this problem?
d
No, sorry! In current update we focused on Desktop stability.