Post

Replies

Boosts

Views

Activity

Reply to import CryptoKit seems to not work in playground Xcode 13.2.1
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()   }
Jan ’22
Reply to Can not install TestFlight version: "This app cannot be installed because its integrity could not be verified."
Broken again!
Replies
Boosts
Views
Activity
Dec ’22
Reply to app cannot be installed because it's integrity could not be verified
We're seeing this issue as well on our team!
Replies
Boosts
Views
Activity
Dec ’22
Reply to Xcode 13 typing is delayed / really slow
This issue is making development very cumbersome and unpleasant. How has this still not been solved Apple?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to import CryptoKit seems to not work in playground Xcode 13.2.1
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()   }
Replies
Boosts
Views
Activity
Jan ’22