Posts

Post not yet marked as solved
44 Replies
0 Views
This issue is making development very cumbersome and unpleasant. How has this still not been solved Apple?
Post not yet marked as solved
9 Replies
0 Views
Seeing the same issue with macOS 12.0.1 and Xcode 13.2 in a playground! Even when doing a macOS playground with Foundation instead of UIKit. Was trying to use a MD5 hash like so:    private func MD5(string: String) -> String {     return Insecure       .MD5       .hash(data: string.data(using: .utf8) ?? Data())       .map { String(format: "%02hhx", $0) }       .joined()   }
Post not yet marked as solved
31 Replies
0 Views
I also want to know