nalexn / ViewInspector

Runtime introspection and unit testing of SwiftUI views
MIT License
2.09k stars 145 forks source link

Not found Shape in test layer #290

Closed vsricci closed 4 months ago

vsricci commented 5 months ago

In ViewInspector 0.9.10, my module didnt run layer tests in iphone 14 16.1 - xcode 14.3

Error - not found Shape Screenshot 2024-02-02 at 18 58 18

nalexn commented 5 months ago

Hey - you're using a pretty old Xcode 14.3 that is bundled with the SDK that doesn't know this type. Please update to the latest stable Xcode 15.2, that should fix it.

vsricci commented 5 months ago

thanks, i my business project i cant up now, but i did downgrade of ViewInspector, and, it's work