Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
视频实际上已上传,但在应用程序崩溃时视频的标题和描述未更新的设置中。
在这里,我附上了发生崩溃的屏幕截图。
发生崩溃是因为uploadTicket, videoor uriis 。nil您正在使用强制解包,如果您解包的值为nil. 试试吧
uploadTicket
video
uri
nil
if let videoUri = self.uploadTicket?.video?.uri { // put rest of the code here }