Thanks Daniel, I'll give this a try. I was under the impression that any 
signature errors and would result in an app being rejected. Very helpful.

Ron

On Mar 15, 2012, at 10:03 PM, Daniel Westendorf wrote:

> Ron,
> 
> I feel your pain, it is hard to figure out.
> 
> If you're running MR 0.10, you'll need to build the App in the Deployment 
> target. Then you'll need to navigate to your 
> ~/Library/Developer/Xcode/Archives/date of the 
> build/Deployment-date.xarchive/Products and run codesign -f -s "3rd Party Mac 
> Developer Application: Your Cert Name" YourApp.app. Then submit the app to 
> the MAS. You'll still get signature errors, but it should get accepted.
> 
> If you upgrade to the 0.11 nightly build, I've added --codesign switch to 
> macruby_deploy to do all of this for you, and sign all the files within the 
> bundle to avoid any errors.
> 
> Hope that helps,
> 
> Daniel
> 
> On Thu, Mar 15, 2012 at 8:30 PM, Ron Green <rgree...@gmail.com> wrote:
> Daniel,
> 
> Would you mind elaborating on your process a little? I'm having problems 
> submitting my MacRuby app to the Mac App Store. I'm using MacRuby 0.10 and 
> Xcode 4.2.1 and have no external gem dependancies. The app is being rejected 
> because of "Invalid Signature" errors. I've tried running codesign manually 
> but still get rejected. Any pointers would be appreciated. 
> 
> Thanks,
> Ron
> 
> On Mar 14, 2012, at 4:54 PM, Daniel Westendorf wrote:
> 
>> Once you figure out the process, it is just as smooth as submitting an Obj-C 
>> app. It has been polished up to just a matter of including the correct 
>> macruby_deploy params in the Deployment build.
>> 
>> dw
>> 
>> On Wed, Mar 14, 2012 at 9:56 AM, Erik Lundqvist 
>> <willcodejavaforf...@gmail.com> wrote:
>> Thanks Daniel
>> 
>> And it all went smoothly? :)
>> 
>> 
>> On 14 March 2012 15:44, Daniel Westendorf <dan...@prowestech.com> wrote:
>> Hi Erik,
>> 
>> I have a few MR apps in the MAS.
>> 
>> http://itunes.apple.com/us/app/thumper/id436422990?mt=12&ls=1#
>> http://itunes.apple.com/us/app/html-slide-presenter/id456995240?mt=12 
>> (https://github.com/danielwestendorf/HTML-Slide-Presenter)
>> http://itunes.apple.com/us/app/karmahore/id486966617?mt=12
>> 
>> dw
>> 
>> On Wed, Mar 14, 2012 at 9:29 AM, Erik Lundqvist 
>> <willcodejavaforf...@gmail.com> wrote:
>> Hi everyone,
>> 
>> I'm Erik, a Swede who got lost in London and never looked back. I'm a Java 
>> developer who cheats a little bit with iOS, and last year around this time I 
>> bought the MacRuby in Action and tried a bit of MacRuby.
>> 
>> Introduction over.
>> 
>> So, I'm curious. Has anyone actually successfully created a MacRuby app and 
>> sold it on the Mac App Store?
>> 
>> //Erik
>> 
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel@lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>> 
>> 
>> 
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel@lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>> 
>> 
>> 
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel@lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>> 
>> 
>> _______________________________________________
>> MacRuby-devel mailing list
>> MacRuby-devel@lists.macosforge.org
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> 
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> 
> 
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel@lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to