Best iOS app post iSub?

Third-party modifications and add-ons, Apps and Clients

Moderator: moderators

Re: Best iOS app post iSub?

Postby poctum » Wed Oct 01, 2014 3:28 pm

Kaptemplar wrote:
flickr4jazz wrote:
n_dubc wrote:After a few hours of googling and learning ios deployment... got it to work. Finally.

Post any questions in this thread if you need help.

You'll need xcode 5.1.1 and to clone the git repo with the official git hub app to get the deltas.

Back to jamming on my phone !


Could you provide some instructions? And some links to the sites you used? I've cloned it, but can't seem to get it to work.


1. Download GitHub for Mac.
2. Get Xcode 5.0.2 or 5.1.1
3. Go here: https://github.com/einsteinx2/iSub & hit clone to desktop.
4. Open Xcode & open project file contained in what you downloaded from GitHub.
5. Follow steps 1,2 & 3 here: http://codewithchris.com/deploy-your-app-on-an-iphone/
6. You can either deploy by following step 4 on that link or simply go to product then archive
7. Then once the archive is done go to organizer then archives then distribute and choose ad-hoc.
8. You'll be saving a .IPA file that you can then upload to http://www.diawi.com/index.php & install using Safari on your phone.

Let me know if you have anymore questions.



Thank you for this! :)
poctum
 
Posts: 3
Joined: Fri Mar 18, 2011 5:09 pm

Re: Best iOS app post iSub?

Postby RedDeath1337 » Wed Oct 01, 2014 3:45 pm

Kaptemplar wrote:
jtt777 wrote:what if you have a PC?

Can anyone compile the code for people and leave it somewhere to download? I am seriously missing subsonic after iOS 8 as well. There is no other good app that allows for song caching and thats essential


That's pretty much what I've been doing for people. All I need is your UDID.


Kaptemplar also sent you a PM. I was trying to wait it out but I can't do it any longer!!!!
RedDeath1337
 
Posts: 1
Joined: Mon Sep 29, 2014 3:19 pm

Re: Best iOS app post iSub?

Postby ashimonovits » Wed Oct 01, 2014 8:02 pm

Kaptemplar wrote:
jtt777 wrote:what if you have a PC?

Can anyone compile the code for people and leave it somewhere to download? I am seriously missing subsonic after iOS 8 as well. There is no other good app that allows for song caching and thats essential


That's pretty much what I've been doing for people. All I need is your UDID.


Sent you my UDID, thx!
User avatar
ashimonovits
 
Posts: 10
Joined: Wed Oct 01, 2014 6:33 pm

Re: Best iOS app post iSub?

Postby ramone12781 » Wed Oct 01, 2014 9:39 pm

Kap thanks again for getting my isub app to work but have another ? Will this app still work if I backup in itunes and then restore my phone or new/replacement phone with that backup?
ramone12781
 
Posts: 3
Joined: Mon Sep 29, 2014 10:33 pm

Re: Best iOS app post iSub?

Postby gazza341 » Wed Oct 01, 2014 9:40 pm

any chance of helping me install on my iOS 8
thanks in advance
gazza
gazza341
 
Posts: 4
Joined: Wed Oct 01, 2014 2:13 pm

Re: Best iOS app post iSub?

Postby jefish » Wed Oct 01, 2014 10:35 pm

What app do you folks suggest for grabbing the UDID? I've tried four now, each of which gives me a completely different number, none of which are what's displayed in iTunes.
jefish
 
Posts: 9
Joined: Thu May 23, 2013 5:51 pm

Re: Best iOS app post iSub?

Postby xcoalesce » Wed Oct 01, 2014 11:26 pm

jefish wrote:What app do you folks suggest for grabbing the UDID? I've tried four now, each of which gives me a completely different number, none of which are what's displayed in iTunes.



http://whatsmyudid.com/
xcoalesce
 
Posts: 2
Joined: Wed Oct 01, 2014 11:16 pm

Re: Best iOS app post iSub?

Postby xcoalesce » Wed Oct 01, 2014 11:28 pm

Kaptemplar wrote:
jtt777 wrote:what if you have a PC?

Can anyone compile the code for people and leave it somewhere to download? I am seriously missing subsonic after iOS 8 as well. There is no other good app that allows for song caching and thats essential


That's pretty much what I've been doing for people. All I need is your UDID.


sent you a PM as well :shock:
xcoalesce
 
Posts: 2
Joined: Wed Oct 01, 2014 11:16 pm

Re: Best iOS app post iSub?

Postby flickr4jazz » Thu Oct 02, 2014 1:47 am

This is very frustrating. I found the previous version of Xcode in the developers' center and installed that.

I've cloned the iSub folder several times and I can't even get the app to run in the simulator.

When I open the iSub project file in Xcode, I allow it to convert garbage collection to ARC.

When I select "Build" it appears to be building the HockeySDK, but the option to run the app is grayed out.

When I do select "iSub Release" as the app and build it, the build always fails.
flickr4jazz
 
Posts: 17
Joined: Tue Jul 10, 2012 9:40 pm

Re: Best iOS app post iSub?

Postby Kaptemplar » Thu Oct 02, 2014 2:51 am

flickr4jazz wrote:This is very frustrating. I found the previous version of Xcode in the developers' center and installed that.

I've cloned the iSub folder several times and I can't even get the app to run in the simulator.

When I open the iSub project file in Xcode, I allow it to convert garbage collection to ARC.

When I select "Build" it appears to be building the HockeySDK, but the option to run the app is grayed out.

When I do select "iSub Release" as the app and build it, the build always fails.


Which version? It has to be 5.1.1 (The one n_dubc used) or 5.0.2 (the one I am using). Next, you can get away with not allowing conversion to ARC. Don't build the HockeySDK, change that option to iSub Release. How did you clone it? Did you actually download the GitHub Mac application and used that to clone the build? Worse case I can just build it for you.
Last edited by Kaptemplar on Thu Oct 02, 2014 3:25 am, edited 1 time in total.
Kaptemplar
 
Posts: 38
Joined: Wed Sep 24, 2014 2:04 am

Re: Best iOS app post iSub?

Postby jefish » Thu Oct 02, 2014 3:08 am

I think just having Xcode 6 on your machine breaks the build, even if you're building in Xcode 5. At least I'm pretty sure that's why it's not working for me.
jefish
 
Posts: 9
Joined: Thu May 23, 2013 5:51 pm

Re: Best iOS app post iSub?

Postby Kaptemplar » Thu Oct 02, 2014 3:23 am

jefish wrote:I think just having Xcode 6 on your machine breaks the build, even if you're building in Xcode 5. At least I'm pretty sure that's why it's not working for me.


I don't think that matters because I had Xcode 6 to begin with then I switched to 5.0.2. Anyway, I PMed you your build.
Kaptemplar
 
Posts: 38
Joined: Wed Sep 24, 2014 2:04 am

Re: Best iOS app post iSub?

Postby Kaptemplar » Thu Oct 02, 2014 3:24 am

ramone12781 wrote:Kap thanks again for getting my isub app to work but have another ? Will this app still work if I backup in itunes and then restore my phone or new/replacement phone with that backup?


I'll have an answer for you soon.
Kaptemplar
 
Posts: 38
Joined: Wed Sep 24, 2014 2:04 am

Re: Best iOS app post iSub?

Postby darcysabatino » Thu Oct 02, 2014 6:02 am

I'm using Xcode 5.1.1, but I get 2 error messages when I try to compile:

error: ~/.../iSub-master/build/Debug-iphonesimulator/HockeySDKResources.bundle: No such file or directory
error: ~/.../iSub-master/build/Debug-iphonesimulator/EX2KitResources.bundle: No such file or directory

Any idea what to do about this? Thanks!
darcysabatino
 
Posts: 1
Joined: Thu Oct 02, 2014 5:56 am

Re: Best iOS app post iSub?

Postby Kaptemplar » Thu Oct 02, 2014 9:17 am

Steps 1 & 3 in my list. You just downloaded the app without the dependencies. You need the app plus ALL dependencies. That's why it must be cloned using the GitHub application.
Kaptemplar
 
Posts: 38
Joined: Wed Sep 24, 2014 2:04 am

PreviousNext

Return to Mods, Apps and Clients

Who is online

Users browsing this forum: No registered users and 3 guests