We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The text was updated successfully, but these errors were encountered:
Xcode14.1&iOS16.1.2
Sorry, something went wrong.
我也碰到这个问题,还在研究中
Xcode14的警告,不在主线程调用就行
XCode14.3 & iOS16.0 也提示这个
等待大佬加入这个 func start() { if !session.isRunning { isNeedScanResult = true DispatchQueue.global(qos: .background).async { self.session.startRunning() } } }
别用14.3打包,14.3运行的包,在iOS13上单独运行必崩。
好的好的,感谢提醒
No branches or pull requests
The text was updated successfully, but these errors were encountered: