Confetti (https://github.com/joreilly/Confettiβ¦) running in Vision Pro Simulator without any changes! Cool to see Kotlin Multiplatform code working here (though as per previous note from @Alex Azarov there's general issue using iOS 17 with some libraries...but working at least it seems with Apollo)
π 4
π¦ 2
π― 5
ππ» 1
π 8
John O'Reilly
06/22/2023, 1:19 AM
Right now this is running existing iOS SwiftUI app as is but will need this target supported to go beyond that (get
Platform xrsimulator1.0 is not supported
if I try to use specific vision pro target in XCode)
a
Alex Azarov
06/22/2023, 8:14 AM
Good to see itβs workingπ
Seems like Xcode expects a separate visionOS slice in xcframework
I wonder if we can just put arm64 iphoneos slice there, it used to work before: https://bogo.wtf/arm64-to-sim.html