I have used the ldid
utility to codesign my application so it can go on to cydia. And Yes I built my app with the armv7
set.
Here is the code I used within the terminal:
/// Before running the below code, I connected to my iDevice using SSH
root# ldid -S /Applications/(appname here).app/(appname here)
/// Here is the error
util/ldid.cpp(567): _assert(0:arch != NULL)
Does anyone have any ideas on fixing this error?