CabConModding
Facebook
Twitter
youtube
Discord
Contact us
RSS
Menu
CabConModding
Home
New
Top
Premium
Rules
FAQ - Frequently Asked Questions
Games
Fornite
Call of Duty: Black Ops 3
Clash of Clans
Grand Theft Auto 5
Apex Legends
Assassin’s Creed Origins
Forums
Premium
Latest posts
What's new
Latest posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Log in
Register
What's new
Premium
Latest posts
Menu
Log in
Register
Navigation
Install the app
Install
More options
Dark Theme
Contact us
Close Menu
Forums
Mobile Section
Apple iOS
Sideload iOS Apps Without Jailbreak Using Xcode 7
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="vampytwist" data-source="post: 31137" data-attributes="member: 31216"><p>Step 1: Download and install the latest Xcode 7 beta release from <a href="https://developer.apple.com/xcode/downloads/" target="_blank">here</a>. The latest beta can be found in the downloads section of the dedicated Apple Developer Program portal.</p><p></p><p><img src="http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-1.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Step 2: Launch Xcode 7, allow any installation processes to complete before selecting ‘Xcode’ in the Menu Bar then ‘Preferences.’ These installation processes may involve having to agree to the terms and conditions as well as entering the main administrator password of the Mac you’ve installed it on.</p><p></p><p><img src="http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-21.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Step 3: Under the ‘Accounts’ tab of the ‘Preferences’ menu select the ‘+’ button and choose ‘Add Apple ID…’ to add a new account. Log in with your Apple ID.</p><p></p><p><img src="http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-31.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Step 4: Download and open up the Objective-C or Swift source code of the app that you wish to sideload onto your iOS device. For a start, you can download source code of <a href="http://www.redmondpie.com/gba4ios-game-boy-advance-emulator-for-iphone-returns-after-nintendo-takedown/" target="_blank">GBA4iOS Game Boy emulator</a> for sideloading on your iOS device by running the following command in Terminal:</p><p></p><p><em>sudo gem install cocoapods; git clone <a href="https://bitbucket.org/rileytestut/gba4ios.git;" target="_blank">https://bitbucket.org/rileytestut/gba4ios.git;</a> cd gba4ios; pod install</em></p><p></p><p><img src="http://cdn.redmondpie.com/wp-content/uploads/2015/06/Screen-Shot-2015-06-16-at-1.31.43-AM.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Step 5: Now once you have your desired app project open in Xcode, plug in your iOS device via USB and select it as the build destination. To do this, click on ‘Product’ from the Menu Bar then ‘Destination’ and select your connected device.</p><p></p><p><img src="http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-51.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Step 6: In order to install the app, Xcode requires a code signing signature. Click on the project name on the left-hand side of Xcode. Add a unique ‘Bundle Identifier’ under the ‘Identity’ header. This usually takes a reverse domain name format but can actually be anything you wish.</p><p></p><p><img src="http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-66666.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p></p><p>Step 7: A warning message of “No matching provisioning profile found” will appear in that same window. Make sure your name is selected in the ‘Team’ box and then click on the ‘Fix Issue’ button underneath it and allow Xcode to, well, fix the issue.</p><p></p><p>Step 8: Provided everything is actually alright with the source code – there’s no compiler warnings or critical errors within – Xcode 7 beta should sideload the app and run it on the destination device.</p></blockquote><p></p>
[QUOTE="vampytwist, post: 31137, member: 31216"] Step 1: Download and install the latest Xcode 7 beta release from [URL='https://developer.apple.com/xcode/downloads/']here[/URL]. The latest beta can be found in the downloads section of the dedicated Apple Developer Program portal. [IMG]http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-1.png[/IMG] Step 2: Launch Xcode 7, allow any installation processes to complete before selecting ‘Xcode’ in the Menu Bar then ‘Preferences.’ These installation processes may involve having to agree to the terms and conditions as well as entering the main administrator password of the Mac you’ve installed it on. [IMG]http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-21.png[/IMG] Step 3: Under the ‘Accounts’ tab of the ‘Preferences’ menu select the ‘+’ button and choose ‘Add Apple ID…’ to add a new account. Log in with your Apple ID. [IMG]http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-31.png[/IMG] Step 4: Download and open up the Objective-C or Swift source code of the app that you wish to sideload onto your iOS device. For a start, you can download source code of [URL='http://www.redmondpie.com/gba4ios-game-boy-advance-emulator-for-iphone-returns-after-nintendo-takedown/']GBA4iOS Game Boy emulator[/URL] for sideloading on your iOS device by running the following command in Terminal: [I]sudo gem install cocoapods; git clone [URL]https://bitbucket.org/rileytestut/gba4ios.git;[/URL] cd gba4ios; pod install[/I] [IMG]http://cdn.redmondpie.com/wp-content/uploads/2015/06/Screen-Shot-2015-06-16-at-1.31.43-AM.png[/IMG] Step 5: Now once you have your desired app project open in Xcode, plug in your iOS device via USB and select it as the build destination. To do this, click on ‘Product’ from the Menu Bar then ‘Destination’ and select your connected device. [IMG]http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-51.png[/IMG] Step 6: In order to install the app, Xcode requires a code signing signature. Click on the project name on the left-hand side of Xcode. Add a unique ‘Bundle Identifier’ under the ‘Identity’ header. This usually takes a reverse domain name format but can actually be anything you wish. [IMG]http://cdn.redmondpie.com/wp-content/uploads/2015/06/Step-66666.png[/IMG] Step 7: A warning message of “No matching provisioning profile found” will appear in that same window. Make sure your name is selected in the ‘Team’ box and then click on the ‘Fix Issue’ button underneath it and allow Xcode to, well, fix the issue. Step 8: Provided everything is actually alright with the source code – there’s no compiler warnings or critical errors within – Xcode 7 beta should sideload the app and run it on the destination device. [/QUOTE]
Verification
Post reply
Forums
Mobile Section
Apple iOS
Sideload iOS Apps Without Jailbreak Using Xcode 7
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top