Post

Replies

Boosts

Views

Activity

Reply to [UIPickerView setFrame:]: invalid size {320, 216} pinned to {320, 216}
Same issue here The error message is [UIPickerView setFrame:]: invalid size {320, 216} pinned to {320, 216} Environment: Version 14.2 (14C18) iPhone 13 Pro Max iOS 16.2
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jan ’23
Reply to @ObservedObject Issue
Just use @EnvironmentObject instead of @ObservableObject That should fix it.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Dec ’22
Reply to USDPython 0.64 setting PATH as Environmental Variable
Copy usdpython from /Applications to ~/Developer as follows - $ cp -R /Applications/usdpython ~/Developer/ Then add the following to your .bash_profile export PATH=$PATH:$HOME/Developer/usdpython/USD export PATH=$PATH:$HOME/Developer/usdpython/USD/lib/ export PATH=$PATH:$HOME/Developer/usdpython/usdzconvert
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’21