gpt4 book ai didi

Xcode 12. 类型 'AVCapturePhotoOutput' 的值没有成员 'supportedFlashModes'

转载 作者:行者123 更新时间:2023-12-03 13:52:39 26 4
gpt4 key购买 nike

在新的 Xcode 12 中,出现错误:Value of type 'AVCapturePhotoOutput' has no member 'supportedFlashModes'当我尝试联系 https://developer.apple.com/documentation/avfoundation/avcapturephotooutput/1648766-supportedflashmodes
有什么建议?

最佳答案

似乎是 Xcode 12 上的错误,但您可以使用宏条件解决它:

#if !targetEnvironment(simulator)
guard stillImageOutput?.supportedFlashModes.contains(mode) == true else { return }
//rest of your code
#endif

关于Xcode 12. 类型 'AVCapturePhotoOutput' 的值没有成员 'supportedFlashModes',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63953256/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com