Posts

Post not yet marked as solved
2 Replies
Even Im also facing same issue.Im using Xcode 12.4, this occurred when I try to upgrade swift 4.2 to 5.
Post marked as solved
7 Replies
Hi,I'm also facing this issue.But no luck with above solutions.I'm using Xcode 11.2.1 version I downloaded my profile with some new changes and I downloaded it.when I try to open it, I got an alert in xcode as "Xcode encountered an error"Can you help on this.
Post not yet marked as solved
29 Replies
I also noticed some issues.I'm using MFMailComposeViewController in code for sending mails.Issues are :1. After entering email id and colse the keyboard, Send button and entered mail id are missing.2. Unable to set MFMailComposeViewController navigation colour,I tried with some code but no luck.if(@available(iOS 13, *)) { UINavigationBarAppearance *navApp = [UINavigationBarAppearance new]; [navApp configureWithOpaqueBackground]; self.navigationController.navigationBar.scrollEdgeAppearance = self.navigationController.navigationBar.standardAppearance; emailer.navigationBar.scrollEdgeAppearance = emailer.navigationBar.standardAppearance; }Thanks in advance.