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
第一次进入拍摄界面,点击拍摄会提示麦克风权限,如果拒绝,这次拍摄依然可以正常拍摄完成。
但是退出拍摄界面后再次进入,点击拍摄会直接崩溃,崩溃位置在 #0. Crashed: com.apple.main-thread [PKShortVideoSession addAudioTrackWithSourceFormatDescription:settings:] (PKShortVideoSession.m:81)。
建议添加麦克风权限检查,根据麦克风权限开启与否相应的添加或者不添加音轨。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
第一次进入拍摄界面,点击拍摄会提示麦克风权限,如果拒绝,这次拍摄依然可以正常拍摄完成。
但是退出拍摄界面后再次进入,点击拍摄会直接崩溃,崩溃位置在
#0. Crashed: com.apple.main-thread
[PKShortVideoSession addAudioTrackWithSourceFormatDescription:settings:] (PKShortVideoSession.m:81)。
建议添加麦克风权限检查,根据麦克风权限开启与否相应的添加或者不添加音轨。
The text was updated successfully, but these errors were encountered: