Post

Replies

Boosts

Views

Activity

Reply to Critical Issue in iOS 18 Beta: UITabBarController Child View Controller Incorrectly Added as UITabBarItem, Leading to Application Crash
I also had the same issue. Some observations: When I added the dummy tabbar item (so that there are 5 tabbar items) then it seems fine. The number of tabbar item didn't change to 6. I moved the populating viewControllers array logic to viewDidAppear, it seems working alright. (previously it was it viewDidLoad).
Topic: UI Frameworks SubTopic: UIKit Tags:
Dec ’24
Reply to How do we build Intel compatible binary in Sequoia Xcode?
Cool! Confirmed both suggestions work. Archive Set run destination to "Any Mac". Thank you both!
Replies
Boosts
Views
Activity
May ’25
Reply to Command line app doesn't prompt for a permission when it runs from from a terminal
Hello, Quinn. Thanks for taking a look. At the end, this issue was resolved as below: Looks like, following command doesn't prompt a permission. ./ScreenStreamTest But this does. open -n ScreenStreamTest
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Critical Issue in iOS 18 Beta: UITabBarController Child View Controller Incorrectly Added as UITabBarItem, Leading to Application Crash
I also had the same issue. Some observations: When I added the dummy tabbar item (so that there are 5 tabbar items) then it seems fine. The number of tabbar item didn't change to 6. I moved the populating viewControllers array logic to viewDidAppear, it seems working alright. (previously it was it viewDidLoad).
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’24