Re: [MacRuby-devel] Does everyone do this with their MacRuby apps?
I have wanted to do this for a while because of my own frustrations getting Apps submitted, but I can't commit to doing it right now, too busy! dw On Wed, Jun 15, 2011 at 7:12 PM, Rich Morin wrote: > It sounds to me like there is a need for a detailed HowTo > on this topic. Might someone be willing to propose one? > > -r > -- > http://www.cfcl.com/rdm Rich Morin > http://www.cfcl.com/rdm/resume [email protected] > http://www.cfcl.com/rdm/weblog +1 650-873-7841 > > Software system design, development, and documentation > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] Does everyone do this with their MacRuby apps?
I think that's a great idea Rich! Daniel - I hope you get the time to do one soon :) If I ever mange to get mine successfully submitted I'll post how/what I did too. A On 16 Jun 2011, at 15:13, Daniel Westendorf wrote: > I have wanted to do this for a while because of my own frustrations > getting Apps submitted, but I can't commit to doing it right now, too > busy! > > dw > > On Wed, Jun 15, 2011 at 7:12 PM, Rich Morin wrote: >> It sounds to me like there is a need for a detailed HowTo >> on this topic. Might someone be willing to propose one? >> >> -r >> -- >> http://www.cfcl.com/rdmRich Morin >> http://www.cfcl.com/rdm/resume [email protected] >> http://www.cfcl.com/rdm/weblog +1 650-873-7841 >> >> Software system design, development, and documentation >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
[MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?
Sorry if it seems as though I am repeating myself, but maybe if I try and get this done step by step I might get somewhere :p (Honestly on the verge of just giving up on MacRuby :() Anyone know what I need to do to get MacRuby correctly embedded in my App for app store submission? I'm currently following what's been suggested here: http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma and although I can archive successfully and save the app to my desktop (which works on other Macs too) I just can't submit it to the app store - where I get an invalid signature error 5 minutes after it being uploaded (even though I'm sure it's all correct as I've followed detailed guides). Anyway, I'm going to try to do this step by step - the first step is knowing how to correctly embed MacRuby. Any help would be greatly appreciated :) ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?
All you should have to do is add the --embed switch to the deployment target I think. http://i.imgur.com/47K5v.png dw On Thu, Jun 16, 2011 at 5:11 PM, Daniel Westendorf wrote: > All you should have to do is add the --embed switch to the deployment > target. See the attached screenshot. > > dw > > On Thu, Jun 16, 2011 at 4:59 PM, [email protected] wrote: >> Sorry if it seems as though I am repeating myself, but maybe if I try and >> get this done step by step I might get somewhere :p (Honestly on the verge >> of just giving up on MacRuby :() >> >> Anyone know what I need to do to get MacRuby correctly embedded in my App >> for app store submission? I'm currently following what's been suggested >> here: >> http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma >> and although I can archive successfully and save the app to my desktop >> (which works on other Macs too) I just can't submit it to the app store - >> where I get an invalid signature error 5 minutes after it being uploaded >> (even though I'm sure it's all correct as I've followed detailed guides). >> >> Anyway, I'm going to try to do this step by step - the first step is knowing >> how to correctly embed MacRuby. >> >> Any help would be greatly appreciated :) >> >> >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?
Hey Daniel Mine's the same (apart from the gems). Could you do me a favour and have a quick look at this: http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma and let me know which bits (if any) you _don't_ do or do differently please? That'd be a great help! One thing I did discover earlier, by accident, is that if I submit the app via the App_name target/scheme (i.e not via the Deployment target) then it gets accepted and the status changes to 'Waiting for review'! Probably a dumb question, but I should be submitting it via the deployment scheme right? Thanks in advance! On 17 Jun 2011, at 00:13, Daniel Westendorf wrote: > All you should have to do is add the --embed switch to the deployment > target I think. http://i.imgur.com/47K5v.png > > dw > > On Thu, Jun 16, 2011 at 5:11 PM, Daniel Westendorf > wrote: >> All you should have to do is add the --embed switch to the deployment >> target. See the attached screenshot. >> >> dw >> >> On Thu, Jun 16, 2011 at 4:59 PM, [email protected] wrote: >>> Sorry if it seems as though I am repeating myself, but maybe if I try and >>> get this done step by step I might get somewhere :p (Honestly on the verge >>> of just giving up on MacRuby :() >>> >>> Anyone know what I need to do to get MacRuby correctly embedded in my App >>> for app store submission? I'm currently following what's been suggested >>> here: >>> http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma >>> and although I can archive successfully and save the app to my desktop >>> (which works on other Macs too) I just can't submit it to the app store - >>> where I get an invalid signature error 5 minutes after it being uploaded >>> (even though I'm sure it's all correct as I've followed detailed guides). >>> >>> Anyway, I'm going to try to do this step by step - the first step is >>> knowing how to correctly embed MacRuby. >>> >>> Any help would be greatly appreciated :) >>> >>> >>> ___ >>> MacRuby-devel mailing list >>> [email protected] >>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >>> >> > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?
Yes, you should be using the Deployment Scheme. I actually used that exact guide to get started. Are you sure you did step 3b correctly? I know I actually configured that incorrectly the first time I ran through it. I also ran into this problem: http://lists.macosforge.org/pipermail/macruby-devel/2011-May/007681.html dw On Thu, Jun 16, 2011 at 5:55 PM, [email protected] wrote: > Hey Daniel > > Mine's the same (apart from the gems). > > Could you do me a favour and have a quick look at this: > http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma > and let me know which bits (if any) you _don't_ do or do differently please? > That'd be a great help! > > One thing I did discover earlier, by accident, is that if I submit the app > via the App_name target/scheme (i.e not via the Deployment target) then it > gets accepted and the status changes to 'Waiting for review'! Probably a dumb > question, but I should be submitting it via the deployment scheme right? > > Thanks in advance! > > > On 17 Jun 2011, at 00:13, Daniel Westendorf wrote: > >> All you should have to do is add the --embed switch to the deployment >> target I think. http://i.imgur.com/47K5v.png >> >> dw >> >> On Thu, Jun 16, 2011 at 5:11 PM, Daniel Westendorf >> wrote: >>> All you should have to do is add the --embed switch to the deployment >>> target. See the attached screenshot. >>> >>> dw >>> >>> On Thu, Jun 16, 2011 at 4:59 PM, [email protected] wrote: Sorry if it seems as though I am repeating myself, but maybe if I try and get this done step by step I might get somewhere :p (Honestly on the verge of just giving up on MacRuby :() Anyone know what I need to do to get MacRuby correctly embedded in my App for app store submission? I'm currently following what's been suggested here: http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma and although I can archive successfully and save the app to my desktop (which works on other Macs too) I just can't submit it to the app store - where I get an invalid signature error 5 minutes after it being uploaded (even though I'm sure it's all correct as I've followed detailed guides). Anyway, I'm going to try to do this step by step - the first step is knowing how to correctly embed MacRuby. Any help would be greatly appreciated :) ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >>> >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
Re: [MacRuby-devel] How do you embed the MacRuby framework for an app that's to be submitted to the App Store?
Yep, I've done that bit too. Just looked at the problem you ran into - (thankfully!) I'm not getting that error. It's just these stupid signature errors - weird that I can submit an non-deploy version ok :/ Apple have gone all quiet too - been over 24hours since I last heard from them :( A On 17 Jun 2011, at 01:10, Daniel Westendorf wrote: > Yes, you should be using the Deployment Scheme. > > I actually used that exact guide to get started. Are you sure you did > step 3b correctly? I know I actually configured that incorrectly the > first time I ran through it. I also ran into this problem: > http://lists.macosforge.org/pipermail/macruby-devel/2011-May/007681.html > > dw > > On Thu, Jun 16, 2011 at 5:55 PM, [email protected] wrote: >> Hey Daniel >> >> Mine's the same (apart from the gems). >> >> Could you do me a favour and have a quick look at this: >> http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma >> and let me know which bits (if any) you _don't_ do or do differently >> please? That'd be a great help! >> >> One thing I did discover earlier, by accident, is that if I submit the app >> via the App_name target/scheme (i.e not via the Deployment target) then it >> gets accepted and the status changes to 'Waiting for review'! Probably a >> dumb question, but I should be submitting it via the deployment scheme right? >> >> Thanks in advance! >> >> >> On 17 Jun 2011, at 00:13, Daniel Westendorf wrote: >> >>> All you should have to do is add the --embed switch to the deployment >>> target I think. http://i.imgur.com/47K5v.png >>> >>> dw >>> >>> On Thu, Jun 16, 2011 at 5:11 PM, Daniel Westendorf >>> wrote: All you should have to do is add the --embed switch to the deployment target. See the attached screenshot. dw On Thu, Jun 16, 2011 at 4:59 PM, [email protected] wrote: > Sorry if it seems as though I am repeating myself, but maybe if I try and > get this done step by step I might get somewhere :p (Honestly on the > verge of just giving up on MacRuby :() > > Anyone know what I need to do to get MacRuby correctly embedded in my App > for app store submission? I'm currently following what's been suggested > here: > http://redwoodapp.posterous.com/macruby-and-xcode-4-build-a-self-contained-ma > and although I can archive successfully and save the app to my desktop > (which works on other Macs too) I just can't submit it to the app store - > where I get an invalid signature error 5 minutes after it being uploaded > (even though I'm sure it's all correct as I've followed detailed guides). > > Anyway, I'm going to try to do this step by step - the first step is > knowing how to correctly embed MacRuby. > > Any help would be greatly appreciated :) > > > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel > >>> ___ >>> MacRuby-devel mailing list >>> [email protected] >>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> >> ___ >> MacRuby-devel mailing list >> [email protected] >> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel >> > ___ > MacRuby-devel mailing list > [email protected] > http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
[MacRuby-devel] ruby_deploy's fix_install_name doesn't perform a deep search in Contents/Resources
Hi, got a pull request for you: https://github.com/MacRuby/MacRuby/pull/30 Cheers, Martin ___ MacRuby-devel mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
