[MacRuby] #1220: XCode 4 not recognizing MacRuby
#1220: XCode 4 not recognizing MacRuby ------------------------------+--------------------------------------------- Reporter: lonny6@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- I have been using XCode 4.01. I was discussing an issue related to embedding MacRuby in my app, and someone gave me the bad advice that I should re-install MacRuby (0.10). I did so, and now my XCode is not properly referencing my MacRuby.framework. (I tried re-installing XCode, too. That didn't work either.) MacRuby is in my Library/Frameworks folder, as it should be. Rather than seeing "Linked Frameworks" with like Cocoa.framework and MacRuby.framework, it is only showing the little toolbox next to Cocoa.framework. MacRuby.framework has no toolbox next to it, and the text (MacRuby.framework) is in red. -- Ticket URL: <http://www.macruby.org/trac/ticket/1220> MacRuby <http://macruby.org/>
#1220: XCode 4 not recognizing MacRuby ------------------------------+--------------------------------------------- Reporter: lonny6@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Comment(by lonny6@…): I don't know that this is a problem with MacRuby per se, but it did happen when I re-installed MacRuby. Prior to that everything was (relatively) fine. -- Ticket URL: <http://www.macruby.org/trac/ticket/1220#comment:1> MacRuby <http://macruby.org/>
#1220: XCode 4 not recognizing MacRuby ------------------------------+--------------------------------------------- Reporter: lonny6@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Comment(by lonny6@…): If I add the MacRuby framework to the project manually, which is now necessary (new MacRuby projects immediately claim they have an "issue", which is I can compile and run the program (this is basically a blank program with just a window, nothing else), but when I try to deploy and embed MacRuby, it gives me this: arch: posix_spawnp: /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/bin/macruby: Bad CPU type in executable Error when executing ` arch -i386 /Library/Frameworks/MacRuby.framework/Versions/0.10/usr/bin/macruby --emit-llvm "/var/folders/N8/N8edOxkhHUyt7ESf- DOqRU+++TI/-Tmp-/AppDelegatei386-25930.bc" MREP_13AB175211D945E7854D9E487029E625 "/Users/lonny/Library/Developer/Xcode/DerivedData/Test_1-chdlwinrmnvqtudqyqgwitfshvfr/ArchiveIntermediates/Deployment/BuildProductsPath/Release/Test_1.app/Contents/Resources/AppDelegate.rb"' Can't compile "/Users/lonny/Library/Developer/Xcode/DerivedData/Test_1-chdlwinrmnvqtudqyqgwitfshvfr/ArchiveIntermediates/Deployment/BuildProductsPath/Release/Test_1.app/Contents/Resources/AppDelegate.rb" Command /usr/local/bin/macruby_deploy failed with exit code 1 Which it should not be doing, since I have told XCode to build only against X86_64. -- Ticket URL: <http://www.macruby.org/trac/ticket/1220#comment:2> MacRuby <http://macruby.org/>
#1220: XCode 4 not recognizing MacRuby ------------------------------+--------------------------------------------- Reporter: lonny6@… | Owner: lsansonetti@… Type: defect | Status: new Priority: blocker | Milestone: Component: MacRuby | Keywords: ------------------------------+--------------------------------------------- Comment(by lonny6@…): Strictly speaking, this wasn't solved, but I think you can close this ticket. I have gone back to Xcode 3.2.6 for now. 4.01 was wasting too much of my time. -- Ticket URL: <http://www.macruby.org/trac/ticket/1220#comment:3> MacRuby <http://macruby.org/>
participants (1)
-
MacRuby