当我用xcode 10.1上传我的应用程序时,我收到了警告
警告ITMS-90725:"SDK版本问题.此应用程序是使用iOS 12.0 SDK构建的.从2019年3月开始,提交到App Store的所有iOS应用程序必须使用iOS 12.1 SDK或更高版本构建,包含在Xcode 10.1或更高版本中.
我的项目是在swift 4.2.1和xcode 10.1中开发的
自安装Metasploit以来,我遇到了严重问题,因此我想将其卸载
我确实尝试过/ opt / metasploit-framework / uninstall,但是它不起作用
你能帮助我吗。
我收到此错误:
'InfoKey'不是'UIImagePickerController'的成员类型
我浪费时间搜索问题但失败了.
private func imagePickerController(_ picker: UIImagePickerController,
didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any]) {
picker.dismiss(animated: true, completion: nil)
guard let image = info[.originalImage] as? UIImage else {
return
}
}
Run Code Online (Sandbox Code Playgroud)
Xcode 9.4,Swift 4.1