Post

Replies

Boosts

Views

Activity

Reply to Xcode 16 missing minimum deployment dropdown for app target
if you click the little +, you can edit your deployment target, by hand, both debug and release, granted looks like they removed the dropdown, but it can still be edited. Also if you goto target - build settings-> deployment you can see your value there and there is a dropdown for ios versions (but only whole version numbers) i suppose if you want to do something like 17.3 or something you'll need to type it in.
Sep ’24
Reply to Upload Symbols Failed on Xcode 16
i would submit some Feedbacks we are seeing this with other SDK's the more feedbacks / info they have the more they can investigate, i have a feeling this is a xcode validation issue, for now im just ignoring them, i can still upload apps / deploy so its not a stopper, just annoying getting warnings
Sep ’24
Reply to UINavigationBar setting button yields multple constraint errors
here is the simple sample code yielding constraint errors : UIBarButtonItem *button2 = [[UIBarButtonItem alloc] initWithImage:[UIImage systemImageNamed:@"heart"] style:UIBarButtonItemStylePlain target:self action:@selector(heartTapped:)]; self.navigationItem.rightBarButtonItem = button2; nothing crazy. FB20787440
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 UITableView separator style not working
this looks to be fixed in B4 !, thanks UIKit Devs!
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 UITableView separator style not working
Still an issue in beta 3
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 UITableView separator style not working
still an issue in ios 26.1 b2
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to iOS 26.1 b1 tableview line seperator showing even when set to .none in IB (Xib)
still an issue in ios 26.1 b2
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Oct ’25
Reply to XIB Files line seperator = none not be respected in iOS 26.1 ONLY
i should mention this is with a UITableView line separator
Replies
Boosts
Views
Activity
Oct ’25
Reply to UISegmentedControl Not Switching Segments on iOS Beta 26
this looks to be fixed in beta 5! dont have xcode beta 5 yet to confirm that apps built against beta 5 look good, but apps built against beta 4 running on a device on beta 5 work as expected
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to UISegmentedControl Not Switching Segments on iOS Beta 26
bumping this, still an issue with Interface builder segmented controls in beta 4, I would prefer not to rewrite all my views to programmatically add a segmented control :)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jul ’25
Reply to Navigation Bar shows top gap in landscape on iOS 26 beta when background color is set
i would submit a feedback! seems like it would be a bug to me, and i do see them same thing.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to UISegmentedControl Not Switching Segments on iOS Beta 26
ive run into this same issue i think its an actual issue with the segment control in interface builder, ive submitted a feedback but you should as well! If you create the segmented control programmatically it functions fine.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Reply to FaceID changes in iOS 18
submitted feedback with attached code snippet and system error popup: 15155625
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 Beta 2. iOS 18 Simulator Biometrics Issue
same thing has been happening to me on the simulator, but device is fine
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 missing minimum deployment dropdown for app target
if you click the little +, you can edit your deployment target, by hand, both debug and release, granted looks like they removed the dropdown, but it can still be edited. Also if you goto target - build settings-> deployment you can see your value there and there is a dropdown for ios versions (but only whole version numbers) i suppose if you want to do something like 17.3 or something you'll need to type it in.
Replies
Boosts
Views
Activity
Sep ’24
Reply to Upload Symbols Failed on Xcode 16
i would submit some Feedbacks we are seeing this with other SDK's the more feedbacks / info they have the more they can investigate, i have a feeling this is a xcode validation issue, for now im just ignoring them, i can still upload apps / deploy so its not a stopper, just annoying getting warnings
Replies
Boosts
Views
Activity
Sep ’24
Reply to Xcode 16 warning about missing symbols of static framework
submitted a FB with same 'warning's' using SPM for a SDK. attached as much info as i could FB-15144843
Replies
Boosts
Views
Activity
Sep ’24