[MacRuby-devel] Class MacRuby implemented in two locations

2011-05-11 Thread saugust








Hi Everyone,I am getting a strange error when I try to build a project. I made some minor changes to an application and now when I build the app I am getting this message:objc[5058]: Class MacRuby is implemented in both /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/libmacruby.dylib and /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/libmacruby.dylib. One of the two will be used. Which one is undefined.
objc[5058]: Class MacRubyDebuggerConnector is implemented in both /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/libmacruby.dylib and /Users/shaun/Library/Developer/Xcode/DerivedData/Eos_Kids_Kiosk-bmxdeyuthjvgxchcwptzlmfrxpil/Build/Products/Debug/Eos Kids Kiosk.app/Contents/MacOS/../Frameworks/MacRuby.framework/Versions/Current/usr/lib/libmacruby.dylib. One of the two will be used. Which one is undefined.The project builds fine and runs on my computer. When I deploy it it is only 28MB (I seem to remember the apps being about 50MB with MacRuby embeded) and it crashes on the computer I am deploying to. In the console log on the other computer I get a "Job appears to have crashed: Abort Trap" error message. I think my framework isn't embedding properly but I can't see where the problem is in the Xcode Setup. Any suggestions on where to start looking?Thanks,Shaun___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Class MacRuby implemented in two locations

2011-05-11 Thread saugust
I figured out my issue. I had a buggy script running on a second thread which wasn't reporting the error. Is there a way to have a second thread throw an error back to Xcode when something goes wrong?







	  NSThread.detachNewThreadSelector('control_server:', toTarget: self, withObject: 'dummy')I am still getting the "Class MacRuby is implemented in both..." error, although it doesn't seem to be breaking anything. Is this something I should worry about?Thanks,ShaunOn May 11, 2011, at 03:26 PM, saugust  wrote:







Hi Everyone,I am getting a strange error when I try to build a project. I made some minor changes to an application and now when I build the app I am getting this message:objc[5058]: Class MacRuby is implemented in both /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/libmacruby.dylib and /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/libmacruby.dylib. One of the two will be used. Which one is undefined.
objc[5058]: Class MacRubyDebuggerConnector is implemented in both /Library/Frameworks/MacRuby.framework/Versions/0.11/usr/lib/libmacruby.dylib and /Users/shaun/Library/Developer/Xcode/DerivedData/Eos_Kids_Kiosk-bmxdeyuthjvgxchcwptzlmfrxpil/Build/Products/Debug/Eos Kids Kiosk.app/Contents/MacOS/../Frameworks/MacRuby.framework/Versions/Current/usr/lib/libmacruby.dylib. One of the two will be used. Which one is undefined.The project builds fine and runs on my computer. When I deploy it it is only 28MB (I seem to remember the apps being about 50MB with MacRuby embeded) and it crashes on the computer I am deploying to. In the console log on the other computer I get a "Job appears to have crashed: Abort Trap" error message. I think my framework isn't embedding properly but I can't see where the problem is in the Xcode Setup. Any suggestions on where to start looking?Thanks,Shaun___
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] Xcode 4.1 and MacRuby IBOutlets broken

2011-07-26 Thread saugust
Hi Everyone,I am having issues with the MacRuby IBOutlets not functioning in Lion and Xcode 4.1. I have reinstalled both multiple times and I had it working for a week or so but just today it stopped working. I reinstalled the nightly build again and that hasn't fixed it. I know there was some discussion about this issue when Lion was still pre-release. Anyone have some insight to share?Thanks,Shaun
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] REXML UTF-8 Encoding not found

2011-10-02 Thread saugust
Hi Everyone,I am trying to deploy an app that uses XMLSimple and I am getting an error when I try to run the app on computers other than my own.Here is the error message:11-10-02 9:14:17.289 PM [0x0-0x39039].com.blah.blah: /Users/me/Desktop/MyApp.app/Contents/Resources/rb_main.rb:18:in `block': no such file to load -- rexml/encodings/UTF-8.rb (LoadError)The only difference I can see is my development machine is running ruby 1.9.2 and the test environment is still at 1.8.6. Should the REXML be looking to the MacRuby framework? I am using XMLSimple as a file in my app not a gem. Any suggestions would be greatly appreciated. Thank you, Shaun 
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel