我從網址下載視頻文件,並將其與該路徑保存在文件目錄: let destination: DownloadRequest.DownloadFileDestination = { _, _ in
let pathComponent = "pack\(self.packID)-\(selectRow + 1).mp4"
let directoryURL: URL = FileMa
當我嘗試在iOS設備上部署我的應用程序時,終端會在控制檯中顯示此錯誤。 Error: error MT1001: Could not find an application at the specified directory: /Users/neelamprajapati/Library/Caches/Xamarin/mtbs.. 雖然我已經安裝證書並導入它。