&tag(SwiftUI/トラブルシューティング);
struct OrderRowView_Previews: PreviewProvider {
static var previews: some View {
OrderRowView(order: orderStore.orders[0])
.previewDevice("iPhone SE (3rd generation)")
.previewLayout(.fixed(width: 400, height: 80))
}
}
cd ~/Library/Developer/Xcode/UserData/Previews/Simulator\ Devices/
find . -name com.apple.suggestions.plist -exec plutil -replace SuggestionsAppLibraryEnabled -bool NO {} ";"
cd ~/Library/Developer/CoreSimulator/Devices
find . -name com.apple.suggestions.plist -exec plutil -replace SuggestionsAppLibraryEnabled -bool NO {} ";"