Open Satoru-PriChan opened 10 months ago
Hi @jordibruin,
Thank you very much for creating an excellent VisionOS example app. I created a draft marge request as well as this issue to resolve it. If you do not mind, I will be going to remove Draft: from #3 to ask you to review it. Thank you very much.
Same here. Project does not compile anymore.
Hi @jordibruin ,
I removed Draft from #3 to merge it. Any Updates? Thank you very much.
Error description
In Xcode15.2, compile errors occur because
attachmentAnchor
argument ofornament
modifier now demands UnitPoint instead of Alignment:Screenshots
Solution
Change Alignment with UnitPoint, like creating a new computed property
unitPoint
in the struct 'OrnamentAlignment'