Confetti (<https://github.com/joreilly/Confetti><https://t.co/3Wqa46X31F…>) running in Vision Pro S...
j
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
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
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
j
Interesting