Skip to content
New issue

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

Iphone X landscape video recording crashes app. #37

Open
hizzlehoff opened this issue Oct 11, 2021 · 0 comments
Open

Iphone X landscape video recording crashes app. #37

hizzlehoff opened this issue Oct 11, 2021 · 0 comments

Comments

@hizzlehoff
Copy link

hizzlehoff commented Oct 11, 2021

Everything works fine on my iPad but when my iPhoneX is in landscape mode it crashes when starting the video recording (portrait works fine).

Let me know if you need any particular debug info. I'm on Ios 15.1

let sourceTextureDescriptor = self.makeSourceTextureDescriptor(basedOn: lastTexture)
guard let sourceTexture = self.device.makeTexture(
descriptor: sourceTextureDescriptor,
iosurface: surface,
plane: 0
) else {
throw Error.noSourceTexture
}

com.apple.scenekit.scnview-renderer (15): signal SIGABRT

Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant