我尝试使用以下代码来获取我的设备信息:
UIDevice.currentDevice().systemVersion
但是我收到了一个错误,如下所示:
Use of unresolved identifier UIDevice
添加UIKit导入
import UIKit