hello all,
i'm using xcode 4.2.1 , i'm trying deploy app onto iphone without developers license, project has been fake code signed. iphone 5.1 jailbroken appsync installed, i'm able transfer apps using itunes, prefer deploy them straight xcode real iphone. know how?
thanks,
zaroth
the way not code sign doing following:
open /developer/platforms/iphoneos.platform/developer/sdks/iphoneos5.0.sdk/sdksettings.plist
(or maybe different version sdk in path if yours differs)
if you're using plist editor, expand "defaultproperties" , change "code_signing_required" "yes" "no".
or text editor change:
code:
<key>code_signing_required</key> <string>[u]yes[/u]</string>
to no instead.
restart xcode if it's open, in project's build settings change code_sign_identity "don't code sign"
should able run on ios device through xcode then.
Forums iPhone, iPad, and iPod Touch Jailbreaks and iOS Hacks
- iPhone
- Mac OS & System Software
- iPad
- Apple Watch
- Notebooks
- iTunes
- Apple ID
- iCloud
- Desktop Computers
- Apple Music
- Professional Applications
- iPod
- iWork
- Apple TV
- iLife
- Wireless
No comments:
Post a Comment