Paisseon / Azula

App for injecting dylibs into IPA (iOS 14-16, macOS 11-13)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

whats wrong?

lqr1 opened this issue · comments

image

ios15.1
dopamine

getting the same thing 😭

Move the file to your “On my IPhone” folder and it should work fine.

I had to give it a specific entitlement,
<key>com.apple.security.exception.files.absolute-path.read-write</key> <array> <string>/</string> </array>
worked using TrollStore and TrollSign on iOS 15.6

I had to give it a specific entitlement, <key>com.apple.security.exception.files.absolute-path.read-write</key> <array> <string>/</string> </array> worked using TrollStore and TrollSign on iOS 15.6

This worked for me, thanks!

I had to give it a specific entitlement, <key>com.apple.security.exception.files.absolute-path.read-write</key> <array> <string>/</string> </array> worked using TrollStore and TrollSign on iOS 15.6

Can you explain the specific steps? I didn't understand, thx