ios10 - dlopen() from sandbox in iOS 10 is blocked -
i'm using dlopen() load dynamic framework documents directory, it's working below ios10, in ios10 not work anymore,and console's log is:
file system sandbox blocked mmap() of '/var/mobile/containers/data/application/71eb4588-a83f-4af0-9409-dd09afb2ca77/documents/mydylib.framework/mydylib'
how can solve problem?
in ios10 framework cannot save documents dir or subdir. must put framework under youappname.app/
Comments
Post a Comment