Closed xMarkSt closed 4 years ago
Some additional information: make info says I need to add this capability: iCloud (requires extra configuration) I didn't add this because xcode doesn't list this option, assuming this is only for paid developer accounts, which I do not have.
Fixed it, the problem was me changing the bundle id which also had to be changed in the binary.
Hi, I'm having some trouble getting theos-jailed to work. When I install and open the app, it crashes immediately. Running make package install doesn't give me any errors.
One thing that stands out to me is this:
LC_CODE_SIGNATURE is not the last load command, so couldn't remove.
Is this something that could be causing problems?No crash logs are available, but I checked the device console in xcode, here is the output for when I open the app:
I tried googling for 'Process already exists for job specification' but that didn't gave me many results other than signing problems, but I don't know what signing problems there could be.
The ipa works fine using the original binary and the tweak also works as a cydia tweak.
My Makefile:
Some device info: Device: iPad 3,4 iOS version: 10.3.3 32 bit device
Do you have any idea what could be causing this problem? Thanks in advance.