submitting application with OpenGL dependency to App Store

Hi,

I am experience crashes with my application after code signing, this didn't happen before. Does OpenGL require special permissions?

by, Joël

Replies

Does OpenGL require special permissions?

No.

Superficially your crash looks like memory allocation for a texture, but that may or may not be the real cause. Have to tried to allocate something ridiculously large?

I am experience crashes with my application after code signing, this didn't happen before.

Did your code signing step enable the App Sandbox?

Did your code signing step enable the hardened runtime?

These are the two most common reasons for code changing behaviour after signing it.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"