XcodePatch
XcodePatch copied to clipboard
Fail to write binary file
In Step4, when I use python to execute the script. I got the result of 'Fail to write binary file'.
Lief already installed,and the path is correct.
How can I make it success?
(MacBook Pro (13-inch, M1, 2020) , xcode = xcode_fat.take(lief.MachO.CPU_TYPES.ARM64) )
Please paste your full script here.
same issue
same issue
![]()
Did you download your Xcode from App Store? If so, the Xcode.app bundle will not be writable without root permission. You can change the destination path to another temporary path, and move the output binary to Xcode.app bundle manually. Or an even more easier way, run the script with sudo.