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
I am using latest InspectiveC in a tweak injected into ios stock photos app with the following process filter:
com.apple.mobileslideshow
But it fails to create the log file due to permission error.
I got this from syslog:
Sandbox: MobileSlideShow(5264) deny(1) file-write-create /private/var/mobile/Documents/InspectiveC/MobileSlideShow/5264_main.log
Here are the details of my setup: -Iphone X -ios 11.1.2 -Using electra jailbreak
How do i fix this?
The text was updated successfully, but these errors were encountered:
I'm getting a similar error preventing me from sharing images, are you able to share?
<Error>: Sandbox: MobileSlideShow(1045) deny(1) file-write-create /private/var/mobile/Containers/Data/Application/9D65561F-831D-4BC9-A160-9DF505927FCD/tmp/com.apple.mobileslideshow.export-request <Error>: [PHAssetExportRequest] Failed to create output directory: Error Domain=NSCocoaErrorDomain Code=513 UserInfo={NSFilePath=<private>, NSUnderlyingError=0x282fbe2e0 {Error Domain=NSPOSIXErrorDomain Code=1}} <Error>: Share Sheet: Preparation export error Error Domain=NSCocoaErrorDomain Code=513 UserInfo={NSFilePath=<private>, NSUnderlyingError=0x282fbe2e0 {Error Domain=NSPOSIXErrorDomain Code=1}} <Error>: [PHAssetExportRequest] Failed to remove output directory: Error Domain=NSCocoaErrorDomain Code=4 UserInfo={NSFilePath=<private>, NSUserStringVariant=<private>, NSUnderlyingError=0x282fb0c30 {Error Domain=NSPOSIXErrorDomain Code=2}} <Notice>: end running PUActivityItemSourceController=<private> didCancel=0 error=Error Domain=NSCocoaErrorDomain Code=513 UserInfo={NSFilePath=<private>, NSUnderlyingError=0x282fbe2e0 {Error Domain=NSPOSIXErrorDomain Code=1}} <Error>: Share Sheet: Will show "Unable to share" dialogue. Reported error: Error Domain=NSCocoaErrorDomain Code=513 UserInfo={NSFilePath=<private>, NSUnderlyingError=0x282fbe2e0 {Error Domain=NSPOSIXErrorDomain Code=1}}
Sorry, something went wrong.
No branches or pull requests
I am using latest InspectiveC in a tweak injected into ios stock photos app with the following process filter:
But it fails to create the log file due to permission error.
I got this from syslog:
Here are the details of my setup:
-Iphone X
-ios 11.1.2
-Using electra jailbreak
How do i fix this?
The text was updated successfully, but these errors were encountered: