I have the same issue with my code and since it's complaining about an empty array I have added <array> to the beginning of the list.
<dict>
<array>
<key>com.apple.developer.healthkit</key>
<true/>
<key>com.apple.developer.healthkit.access</key>
<array/>
</dict>
I have submitted it to TestFlight
Post
Replies
Boosts
Views
Activity
If you use sizeToFit on the datePicker and sets the preferredDatePickerStyle as wheels it would look like it did in iOS 13.
like so:
let datePicker = UIDatePicker()
datePicker.datePickerMode = .time
datePicker.locale = .current
if #available(iOS 14, *) {
datePicker.preferredDatePickerStyle = .wheels
datePicker.sizeToFit()
}
textField.inputView = datePicker
I have the same issue with my project.
When I have a normal UIPickerView as a inputView for a UITextField it shows up as normally as it would with iOS 13, but when I set a UIDatePicker as an inputView the only thing showing up is the toolbar for the UIDatePicker.
Has the UIDatePicker been changed?
I have the same problem. I can change the icon of the app itself but i can't change the notification icon or the settings icon. is there another function to change the other icons or is this an issue with the icon names? Do i need to provide more photos for the notifications and settings?my icon names are: -Black@1x.png-Black@2x.png-Black@3x.png-White@1x.png-White@2x.png-White@3x.png