Here is a screenshot of my project's build settings: http://imgur.com/pGoLF
Thoughts? Am I looking in the wrong place?
dw
On Mon, May 9, 2011 at 12:18 PM, Dominic Dagradi wrote:
> If it's a blank MacRuby application, definitely check the "Valid
> Architectures" again, for *all* configurations.
If it's a blank MacRuby application, definitely check the "Valid Architectures"
again, for *all* configurations. You might be editing only Debug, and not
Release.
Dominic Dagradi
Developer, Bearded
domi...@bearded.com
http://bearded.com
412.376.7273 tel
412.945.6017 fax
On Monday, May 9, 2011
That is good to know. I don't think it relates to my specific problem
though, since I'm getting the same error with a "blank" MacRuby application
generated from Xcode, or am I misunderstanding?
Thanks,
Daniel
On Mon, May 9, 2011 at 11:42 AM, Dominic Dagradi wrote:
> It's not necessarily MacRuby
It's not necessarily MacRuby or your application that is raising the invalid
architecture warning. Any framework that contains PPC code will now flag your
binary with Apple, so you need to remove the offending code. Growl seems to be
a pretty common one in this case.
Check out the comments on
Hi Thomas,
Thanks for the response.
I actually already had both the ARCHS and VALID_ARCHS set exactly as you do.
I'm also using codesign to sign the .app before I submit it. I'm still
getting the same error.
On a side note, if I create a fresh MacRuby application, don't change a
thing, attempt t
As we say in french "Nous ne sommes jamais mieux servis que
par nous-mêmes" .
In my main project, i've made a module which respond to what
i want :
Get an object (TestResult object) after each test (it is yielded after
each test and return an object of class Error , Failure, Error or Success)
an