我在OSX上遇到System.Security問題。我正在使用Visual Studio for Mac,並且使用了一個我無法控制的dll來與某些API進行交流。 我得到一個奇怪的錯誤,我不知道如何解決。 Could not load type 'System.Security.Cryptography.Pkcs.SignedCms' from assembly 'System.Security,
我試圖用2個按鈕創建一個NSAlert。 let a = NSAlert()
a.messageText = "Do you want go to A or B?"
a.alertStyle = .informational
a.addButton(withTitle: "Yes")
a.addButton(withTitle: "No")