Re: [MacRuby-devel] brace yourselves, 0.11 is coming!

2011-10-25 Thread Colin McPhail
According to this thread  
http://stackoverflow.com/questions/7010233/gc-operation-on-unregistered-thread 
it has been filed as bug 9928419 .  I would have checked this out but I can't 
figure out how to search all bug reports, not just ones I may have reported.  
Do I have to be a paid-up member of the Apple developer program to be able to 
do that?
--CMcP

On 24 Oct 2011, at 20:08, Matt Aimonetti wrote:

> fair... I didn't file a radar, my bad. Did anyone else file a rdr?
> 
> - Matt
> 
> On Mon, Oct 24, 2011 at 11:43 AM, Jordan K. Hubbard  wrote:
> Radar #? :)
> 
> On Oct 23, 2011, at 7:51 PM, Matt Aimonetti wrote:
> 
>> This message is a warning probably due to a small regression in Lion
> 
> 
> ___
> 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] MacRuby app store guide

2011-10-25 Thread Rob Ista
Yes, i do always. Submitting without manually code signing does not work anyway 
… My SubtitleResync App is already a few months in the store and I regularly 
submit releases with manual code signing approx according to the procedure of 
Elliot. That worked fine until last week when I submitted another app. Elliot 
is right, as you can read in the response from the review team, "your app has 
proceeded to review, but . . . . "
Rob

> 
> Rob, have you tried to use codesign as Eliott suggested in his blog post?
> 
> - Matt
> 
> On Mon, Oct 24, 2011 at 4:19 AM, rob ista  wrote:
> 
>> I don't know if this is a xcode bug .. I'm still developing on SL with
>> xcode 4.0.2 because Lion and 4.2 gives me too much trouble and crashes. The
>> automated response in the review process about the codesigning  is quite new
>> and I have not seen it before (on the same delvelopment machine with the
>> same tools) until recently when submitting a new macruby app. It complaints
>> about the macruby framework itself, all .rbo and .dylib files from the
>> framework and all app-specific .rbo files from the deployment phase of the
>> app. It worries me a bit because it seems to shut the door to macruby apps
>> in the near future. It 's now only :
>> 
>> 
>> Dear Developer,
>> 
>> We have discovered one or more issues with your recent binary submission
>> for "SMSReCall". Your app has proceeded to review, but the following issues
>> should be corrected in your next submission:
>> 
>> *Invalid Signature* - the nested app bundle Ruby
>> (SMSReCall.app/Contents/Frameworks/MacRuby.framework) is not signed, the
>> signature is invalid, or it is not signed with an Apple submission
>> certificate. Refer to the Code Signing and Application Sandboxing 
>> Guidefor
>>  more information.
>> 
>> *Invalid Signature* - the executable
>> SMSReCall.app/Contents/Frameworks/MacRuby.framework/Versions/Current/usr/lib/libmacruby.1.9.2dylib
>> is not signed, the signature is invalid, or it is not signed with an Apple
>> submission certificate. Refer to the Code Signing and Application
>> Sandboxing 
>> Guidefor
>>  more information.
>> 
>> *Invalid Signature* - the executable etc etc etc
>> Rob
>> 
>> - - - -
>> 
>> Thanks for sharing Eliott, that seems to be a bug with Xcode and it should
>> be affecting all 3rd party frameworks, not just MacRuby.
>> Quite strange, but thanks for showing how you worked around the signing
>> problem.
>> 
>> - Matt
>> 
>> On Wed, Oct 19, 2011 at 11:23 AM, Elliot Temple > curi.us>
>> wrote:
>> 
>>> * http://curi.us/1538-macruby-and-the-mac-app-store
>> *>*
>> *>* Got my game in the app store. Hope these notes help others get things
>> *>* working too.
>> *>*
>> *>* -- Elliot Temple
>> *>* http://beginningofinfinity.com/
>> *>*
>> *>*
>> *>*
>> *>*
>> *>* ___
>> *>* MacRuby-devel mailing list
>> *
>>> * MacRuby-devel at 
>>> lists.macosforge.org
>> *>* 
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>> *>*
>> *
>> 
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>> 
>> 
> -- next part --
> An HTML attachment was scrubbed...
> URL: 
> 
> 
> --
> 
> Message: 5
> Date: Mon, 24 Oct 2011 16:14:45 -0400
> From: "Perry E. Metzger" 
> To: "MacRuby development discussions."
>   
> Subject: Re: [MacRuby-devel] Advice for Total Tyro
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=US-ASCII
> 
> On Mon, 24 Oct 2011 11:44:42 -0700 "Jordan K. Hubbard"
>  wrote:
>> 
>> On Oct 23, 2011, at 10:40 PM, David Frantz wrote:
>> 
>>> Well maybe the choice of words isn't great but we have yet to see
>>> a version one released.  Maybe version one isn't that far off,
>>> but I think it is fair to say most people approach version one of
>>> anything software related with reservations.  
>> 
>> I'm not sure version numbers should be held in such high esteem.
>> OpenSSL, for example, has been in production for years and years
>> now and they've not reached version 1.0 either. ;-)
>> 
> 
> No longer true, OpenSSL is now past 1.0
> 
> -- 
> Perry E. Metzger  [email protected]
> 
> 
> --
> 
> ___
> MacRuby-devel mailing list
> [email protected]

Re: [MacRuby-devel] brace yourselves, 0.11 is coming!

2011-10-25 Thread Matt Aimonetti
Only the original author and Apple employees can consult the radar database. 
Thanks for finding the rdr.

- Matt

Sent from my iPhone

On Oct 25, 2011, at 4:00, Colin McPhail  wrote:

> According to this thread  
> http://stackoverflow.com/questions/7010233/gc-operation-on-unregistered-thread
>  it has been filed as bug 9928419 .  I would have checked this out but I 
> can't figure out how to search all bug reports, not just ones I may have 
> reported.  Do I have to be a paid-up member of the Apple developer program to 
> be able to do that?
> --CMcP
> 
> On 24 Oct 2011, at 20:08, Matt Aimonetti wrote:
> 
>> fair... I didn't file a radar, my bad. Did anyone else file a rdr?
>> 
>> - Matt
>> 
>> On Mon, Oct 24, 2011 at 11:43 AM, Jordan K. Hubbard  wrote:
>> Radar #? :)
>> 
>> On Oct 23, 2011, at 7:51 PM, Matt Aimonetti wrote:
>> 
>>> This message is a warning probably due to a small regression in Lion
>> 
>> 
>> ___
>> 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