Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-10 Thread Daniel Westendorf
Hey all, I'm still having trouble with this. Does anyone else have any input? Like I said, I can create a vanilla MacRuby application in Xcode4, remove the i386 from the Valid Architectures and setting Architecture to 64-bit Intel, Archive using the Deployment target, and then Share and create a

Re: [MacRuby-devel] MacRuby Application .pkg install results in Unsupported Architecture

2011-05-10 Thread Joshua Ballanco
Hey Daniel, Check in the console (/Applications/Utilities/Console.app) to see if there are any more specific warnings that get logged when you attempt to log your app. Have you verified the built architectures of all the binaries in your .app bundle with `file`? Also, you might try re-installin