This is a tool that patches Xcode6(-) and your projects in order to let you install your apps on your jailbreak
device with appsync
like JailCoder which not updates now(on 10.10 and Xcode6 crashed).
As to Xcode7(+), there are no need to hack Xcode and projects to debug on devices. Just create your free Signing Identities in Xcode--Preference--Accounts--AppleIDs--View Details and fix the warning. Download Link
There are two methods to install Xcode:
-
drag from dmg to
/Applications
. -
install from Appstore.
The latter installs the Xcode as root
with group wheel
while the former as login user
with group admin
. However, the owner of one iPhoneSimulator dynamic libs 'dyld_sim' must be root
Detail:
find . -user root -print
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/dyld_sim /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/man/whatis /Applications/Xcode.app/Contents/Developer/usr/share/man/whatis
It's not a good option to elevate privileges in applications. So if you installed Xcode in Appstore, change its group to admin
by following command:
sudo chgrp -R admin /Applications/Xcode.app
-
Jailbreak
I just have one device to test. So if you run CodeSignBreak
well, it's pleasure to inform me.
- Xcode 6.3 with iOS8.1 on 10.10.3
- Xcode 6.1 with iOS8.1 on 10.10.1
- Xcode 5.1 with iOS8.1 on 10.9.3
For developers of personal interest only.