[BUG]Thread 1: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value
Prerequisites
- [ ] I checked the documentation and found no answer
- [ ] I checked to make sure that this issue has not already been filed
Expected Behavior
Please describe the behavior you are expecting
Current Behavior
What is the current behavior?
Steps to Reproduce
Please provide detailed steps for reproducing the issue.
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Code Sample
If you can, please include a code sample that we can use to debug the bug.
Screenshots
If applicable, add screenshots to help explain your problem.
Context
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
| Name | Version |
|---|---|
| SDK | e.g. 3.0.0 |
| Xcode | e.g. 14.0 |
| Operating System | e.g. iOS 18.0 |
| Device | e.g. iPhone 14 Pro |
func setGridVisibility(_ isGridVisible: Bool) {
guard isGridVisible != attributes.isGridVisible, !isChanging else { return }
cameraGridView.setVisibility(isGridVisible)
}
createCameraOutputView()
.ignoresSafeArea()
.background(Color.black)
.onAppear{
setOutputType(.video)
setGridVisibility(false)
}
@FulcrumOne any updates on this one? It pops up pretty often.
The issue poorly described tho...
Setting the hidden grid before camera authorization will cause this problem
@FulcrumOne any updates on this one? It pops up pretty often.这个有更新吗?它经常出现。
The issue poorly described tho...但这个问题描述得很差...
Setting the hidden grid before camera authorization will cause this problem
@FulcrumOne any updates on this one? It pops up pretty often.这个有更新吗?它经常出现。 The issue poorly described tho...但这个问题描述得很差...
Setting the hidden grid before camera authorization will cause this problem
👍
I've already forked and fixed many other stuff in the framework