Posts

Post not yet marked as solved
2 Replies
778 Views
I have checked that my scheme is shared and I do in fact have the scheme in my xcode project. But whenever I try to run Xcode cloud, it fails with the message that "A scheme named 'MyAppScheme' does not exist in MyAppProject.xcodeproj" Any tips on what I could be doing wrong?
Posted
by simon__.
Last updated
.
Post not yet marked as solved
1 Replies
979 Views
I am using decimal pad on my UITextField to enter numbers and have autocorrectionType set to .no. in iOS 14.0 Despite this, when the text field is empty I get an empty test suggestion field above the keyboard. This doesn't happen if there is text in the field, only if the text is set to nil. Looks like others are having problems with disabling predictive text too (https://stackoverflow.com/questions/63960343/possible-to-hide-predictive-text-bar-on-uitextfield-with-keyboardtype-emailaddre) Anyone know how to resolve this?
Posted
by simon__.
Last updated
.