Reputation: 51
My widget can support size like this:
.supportedFamilies([.systemSmall,.systemMedium])
but when I try to run in my simulator, it always build the small size and never build the other. Can anyone else tell me how to build the medium one in simulator?
Upvotes: 2
Views: 712
Reputation: 51
Nerver mind, It can config in environment , just look https://developer.apple.com/documentation/widgetkit/debugging-widgets
Upvotes: 3