Posts

Post not yet marked as solved
19 Replies
2.0k Views
We develop a system that can open frameworks which are located in document path in iPads by use "dlopen method" (iPadOS v15) It works fine when we build the app in device or use "development method" to archive the APP. But When we try to release our enterprise by use "in-house method" to archive the APP. Then the error message shows "dylib: file system sandbox blocked mmap()" when our enterprise APP try to open the framework in the APP`s document sandbox. Why it is able to use this dlopen method under "development method" but is not able to work in "in-house method" ? Is there any restriction of use "dlopen" by distribution release of enterprise program?
Posted Last updated
.