Xcode - Universal Binary

I am having difficulties building my app as a Universal binary.
I went to the Target inspector and selected both the Intel and PowerPC checkboxes in the dialogue that asks me what architectures to build for.
When I built for PowerPC only, I had absolutely no errors. When I built for both however, I had one error and 6 warnings.
I was given the following errors:
cd "/Users/andrewdanks/Developer/Projects/Fortune Teller"
/usr/bin/gcc-4.0 -o /Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Default/Fortune\ Teller.app/Contents/MacOS/Fortune\ Teller -L/Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Default -F/Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Default -filelist /Users/andrewdanks/Developer/Projects/Fortune\ Teller/build/Fortune\ Teller.build/Default/Fortune\ Teller.build/Objects-normal/i386/Fortune\ Teller.LinkFileList -framework AppKit -framework Cocoa -framework CoreData -arch i386 -prebind -Wl,-Y,1455
/usr/bin/ld: warning -prebind ignored because MACOSXDEPLOYMENTTARGET environment variable greater or equal to 10.4
/usr/bin/ld: warning /System/Library/Frameworks/AppKit.framework/AppKit cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/bin/ld: warning /System/Library/Frameworks/Cocoa.framework/Cocoa cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/bin/ld: warning /System/Library/Frameworks/CoreData.framework/CoreData cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/bin/ld: warning fat file: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib does not contain an architecture that matches the specified -arch flag: i386 (file ignored)
/usr/bin/ld: Undefined symbols:
__keymgr_dwarf2_registersections
_cthread_initroutine
_atexit
_errno
_exit
mach_initroutine
_NSApplicationMain
.objcclass_nameNSObject
.objcclass_nameNSURL
.objcclass_nameNSWorkspace
_NSBeep
_NSLog
_NSRunAlertPanel
_CFConstantStringClassReference
objcmsgSend
_rand
objc_msgSendfpret
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined __keymgr_dwarf2_registersections
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _cthread_initroutine
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _atexit
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _errno
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _exit
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined mach_initroutine
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/main.o reference to undefined _NSApplicationMain
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSObject
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSURL
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSWorkspace
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSBeep
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSLog
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSRunAlertPanel
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _CFConstantStringClassReference
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined objcmsgSend
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _rand
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined .objcclass_nameNSObject
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objcmsgSend
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objc_msgSendfpret
collect2: ld returned 1 exit status
/usr/bin/ld: warning -prebind ignored because MACOSXDEPLOYMENTTARGET environment variable greater or equal to 10.4
/usr/bin/ld: warning /System/Library/Frameworks/AppKit.framework/AppKit cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/bin/ld: warning /System/Library/Frameworks/Cocoa.framework/Cocoa cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/bin/ld: warning /System/Library/Frameworks/CoreData.framework/CoreData cputype (18, architecture ppc) does not match cputype (7) for specified -arch flag: i386 (file not loaded)
/usr/bin/ld: warning fat file: /usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../libSystem.dylib does not contain an architecture that matches the specified -arch flag: i386 (file ignored)
/usr/bin/ld: Undefined symbols:
__keymgr_dwarf2_registersections
_cthread_initroutine
_atexit
_errno
_exit
mach_initroutine
_NSApplicationMain
.objcclass_nameNSObject
.objcclass_nameNSURL
.objcclass_nameNSWorkspace
_NSBeep
_NSLog
_NSRunAlertPanel
_CFConstantStringClassReference
objcmsgSend
_rand
objc_msgSendfpret
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined __keymgr_dwarf2_registersections
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _cthread_initroutine
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _atexit
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _errno
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined _exit
/usr/lib/gcc/i686-apple-darwin8/4.0.1/../../../crt1.o reference to undefined mach_initroutine
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/main.o reference to undefined _NSApplicationMain
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSObject
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSURL
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined .objcclass_nameNSWorkspace
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSBeep
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSLog
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _NSRunAlertPanel
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _CFConstantStringClassReference
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined objcmsgSend
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/AnswerController.o reference to undefined _rand
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined .objcclass_nameNSObject
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objcmsgSend
/Users/andrewdanks/Developer/Projects/Fortune Teller/build/Fortune Teller.build/Default/Fortune Teller.build/Objects-normal/i386/OpacController.o reference to undefined objc_msgSendfpret
collect2: ld returned 1 exit status
Yep, long list of stuff that I don't understand.
If anybody could help me, I would really appreciate it.
Thanks.
12" iBook G4 1.33GHz   Mac OS X (10.4.9)   Xcode 2.4.1

In Xcode, select the top level project icon in the "Groups & Files" pane then click the "Info" button. In the Info window select the "General" tab and make sure the "Cross-Develop Using Target SDK" pop-up is set to "Mac OS X 10.4 (Universal)". The path below the pop-up menu should also read "/Developer/SDKs/MacOSX10.4u.sdk".
Hope this helps,
Steve

Similar Messages

  • Why won't XCode 2.2.1 produce a Universal Binary of my program?

    I know that it is unreasonable to expect any specific help with the information provided below, but I hope that someone can point me in the right direction for more effective troubleshooting than I've been able to do on my own. Perhaps there is something obvious I am missing.
    Here are the facts:
    Using Cocoa and XCode 2.2.1 to make a Universal Binary of a small application.
    1. The previously compiled PPC version (560KB) runs under Rosetta.
    2. A simpler version (108KB) was sucessfully compiled as a Universal version.
    3. The expanded version (identical program logic and form - just more of the same - additional variables, objects and methods) appears to compile with two prebind ignore warnings (despite having prebinding disabled).
    4.When the compiled app is run in XCode, the interface window correctly appears, but the app menu bar does not. Selecting an input field places the insertion point correctly, but typed input is displayed in the Run Log window, not in the field text box. Executing a calculation method via a button gives a result consistent with no data in the input fields.
    5. The app/build/Release/App.app file does not have a processor type tag in the Finder Get Info window (ppp or universal).
    6. Double clicking the App.app file produces the error message "You cannot open the application "App" because it may be damaged or incomplete."
    7. The Contents of the App appear to be reasonable in number, names and size compared to the original ppc and simple versions.

    Thanks - I had earlier done what you suggested, with no effect. I finally decided to use a bigger hammer and copy the program files to a new project in XCode/Interface Builder. The most significant labor was re-establishing all the connections in the interface. This version compiles successfully as a Universal (ppc & i386) without compiler errors.
    I am troubleshooting some (now) obvious calculation errors in the original program code that do not affect the results in the ppc version (but should?), and do cause incorrect results in the i386 version.
    MacBookPro 2.16GHz Mac OS X (10.4.5)

  • Building a Universal Binary in Xcode 3.1 ... ?

    Hello all,
    I've been trying to configure Xcode 3.1 to build a UB of my applescript application, but I cant figure it out.
    People tell me it doesn't even open on 10.4 or PPC macs (I have no way of testing it).
    I've been going through the documentation for 2 days but I don't know what I'm missing for the life of me. And I have no idea what I'm supposed to do for it to work on PPC and Intel and 10.4 to begin with, since I've seen so many different things online ...
    Can anyone help please?
    Thanks in advance.

    oh the CMD + I does say it's a universal binary.
    However, if people tell me it doesnt work with 10.4, I need to find a fix -- and QUICK !
    I've been messing around with the build settings even more, tried again to reset all build settings to default -> still nothing!
    Here is my configuration :
    http://img81.imageshack.us/img81/424/image1pe3.jpg
    Thanks for the help, please tell me if me config is stupid !

  • PC code to Universal Binary

    Hi guys. Let's say I've been a hobby PC coder for years, have a graphics ap that has been developed over years for the PC and I'm thinking of porting over to Universal Binary.
    1) What's the difficulty level?
    2) How much are the new tools gonna cost?
    3) What do I use?
    4) If I want to write for both Mac and PC using the same code, is it possible without a lot of custom code on each side?
    Thanks!

    1) What's the difficulty level?
    Probably no more difficult than the PC version was.
    2) How much are the new tools gonna cost?
    If you already have a Mac, free. If not, about $1000 for a new Macbook.
    3) What do I use?
    Xcode
    4) If I want to write for both Mac and PC using the
    same code, is it possible without a lot of custom
    code on each side?
    Sure. You can write it using OpenGL. You did use OpenGL on the PC version didn't you?

  • Mac Universal Binary Support (c'mon guys)

    Lack of Universal Binary support for the Mac is kinda hard to
    believe since there exists a version 8 universal binary in beta
    form. No further Mac releases should be available without UB
    support. Please let us know what your plans for UB support are
    going forward.

    I'll second that sentiment. It is frustrating enough
    (although understandable) that Flex Builder is unavailable for any
    Mac platform but not being able to even test content on my MacBook
    Pro is just silly.
    I finally took the time to install the SDK and setup Xcode to
    provide code hinting for AS3 (still working on MXML) and compile
    the .swf files but now I can't test. I guess I go back to Bootcamp
    again or parallels workstation to run this stuff in an XP
    environment. Major bummer.
    Best regards,
    Rob

  • Universal Binary IDE?

    I use a MacBook, but haven't saved up enough money for a RAM upgrade yet, and as such, Xcode (the IDE that comes with OSX) runs really slowly. Does anyone know of a Universal Binary Java IDE for OSX?

    One last question: how do you compile source code in jEdit?
    This is all my source code is:
    class Test {
         public static void main(String[] args) {
              system.out.println("Hello World!");
         }I used Plugins-JCompiler-Compile File and got a whole slew of errors (keep in mind I'm just starting out):
    java.lang.NoSuchMethodError: console.Console.setShell(Lconsole/Shell;)V
         at jcompiler.JCompilerPlugin.executeCommand(JCompilerPlugin.java:106)
         at jcompiler.JCompilerPlugin.compileFile(JCompilerPlugin.java:120)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at bsh.Reflect.invokeMethod(Reflect.java:134)
         at bsh.Reflect.invokeStaticMethod(Reflect.java:98)
         at bsh.Name.invokeMethod(Name.java:874)
         at bsh.BSHMethodInvocation.eval(BSHMethodInvocation.java:75)
         at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:102)
         at bsh.BSHPrimaryExpression.eval(BSHPrimaryExpression.java:47)
         at bsh.BSHBlock.evalBlock(BSHBlock.java:130)
         at bsh.BSHBlock.eval(BSHBlock.java:80)
         at bsh.BshMethod.invokeImpl(BshMethod.java:362)
         at bsh.BshMethod.invoke(BshMethod.java:258)
         at bsh.BshMethod.invoke(BshMethod.java:186)
         at org.gjt.sp.jedit.BeanShell.runCachedBlock(BeanShell.java:509)
         at org.gjt.sp.jedit.BeanShellAction.invoke(BeanShellAction.java:76)
         at org.gjt.sp.jedit.gui.InputHandler.invokeAction(InputHandler.java:440)
         at org.gjt.sp.jedit.jEdit$3.invokeAction(jEdit.java:2946)
         at org.gjt.sp.jedit.EditAction$Wrapper.actionPerformed(EditAction.java:266)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1882)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2202)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:334)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:231)
         at java.awt.Component.processMouseEvent(Component.java:5554)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5319)
         at java.awt.Container.processEvent(Container.java:2010)
         at java.awt.Component.dispatchEventImpl(Component.java:4021)
         at java.awt.Container.dispatchEventImpl(Container.java:2068)
         at java.awt.Component.dispatchEvent(Component.java:3869)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4256)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3936)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3866)
         at java.awt.Container.dispatchEventImpl(Container.java:2054)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3869)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

  • Universal Binary and Appleworks

    Will my beloved Appleworks be moved to universal binary. I do realize of course I do not do anything that would require a non-Rosetta enviroment. But still...

    According to www.macrumors.com as of today... it is
    supposed to official that AppleWorks will not be
    updated for Universal Binary.
    It works pretty well with Rosetta apparently.
    But there's not a way in the world it ever would have been made a Universal Binary. The whole application would have had to rewritten in Xcode (it was created in Metrowerks Codewarrior which is defunct itself) and new staff hired. Apple were never going to spend tens of thousands of dollars (likely hundreds of thousands) to do this when they've acknowledged they're replacing it.
    Dale

  • How to tell if an app is "Universal Binary" i.e. Intel-compatible?

    I have various freeware and shareware apps on my new MacBook Pro which I "migrated" over from an old PowerBook G4 which I had been using until getting my new MBP last week. To whatever extent possible, I want to avoid using old PowerPC-chip designed apps, since they'd have to go through Rosetta translation in order to work, but using Rosetta extensively slows down Snow Leopard's snappy response time.
    So, I want to make sure that each app is designed to be Intel-compatible. And if it isn't, I will try to track down a newer version, or if there aren't any, then find a replacement app that will do the same function.
    However, I don't have documentation or "read me" files for most of these older share/freeware applications, so it's not easy to tell just from "looking at them" whether or not they were written in Universal Binary (or in some other Intel-compatible way). One could always look at the date the application was made, and if it's really really old, then one could assume that it's not Intel compatible; and if it's really really new, then one could assume that it is compatible. Unfortunately, most of the apps are from that exact transitional period when some apps were made for PowerPC, some for Intel, and some Universal Binary, etc. -- mostly they're from the 2006-2009 era.
    So: Is there some method for "peering inside" applications to see if they're written in Universal Binary?
    As an example:
    I have a program called flvThing 1.0.1. If I control-click its icon, choose "Show package contents," then go flvThing>Contents>MacOS>flvThing, and do "Get Info" on the excutable file therein, it says "Unix Executable File (Universal)." Does that mean that it was written in Universal Binary?
    If that's true, can I use this same method to peer inside most/any apps and see if they are a "Unix Executable File (Universal)"? Or is there some other method for finding this out?
    Any suggestions would be most appreciated. Thanks.

    Yow! That was easy! Thanks. Worked like a charm. "Solved."
    Two follow-up questions:
    1. I see five ancient apps listed as being "Classic." I presume that I might as well Trash those right now, since no Classic apps will ever run in the Post-Snow-Leopard world? None of these five Classic apps are important or necessary, so trashing them is not a problem.
    2. Some of my Intel apps are listed as being 64-bit, and some as not 64-bit. Should this concern me? Does it matter? I presume that both 64-bit Intel apps and non-64-bit Intel apps will both work perfectly fine on my i5 MacBook Pro 15" -- right?

  • Universal Binary..Once and For All

    I know this topic has been discussed, but I'm still a little confused. I want to put this issue to rest, at least from my perspective.
    If you install a Universal Application via download or CD/DVD does it install an application that would be able to run of BOTH an Intel or PPC Mac. I know that the file size isn't exactly doubled, but does it still add extra unneeded code.
    I'm on a PPC Mac and I want to know if I download a Universal App am I getting the Intel version too. I really don't want this because I want my drive to be a slim as possible.
    If the Universal App does install both version (which I think was clearly evident in the huge increase in size of iLife '06 and iWork) is the only way to get the Intel version off to use "Trim the Fat".
    I don't really want to get into the nitty gritty...I just want to know if unneeded code is being installed and taking up space on my iBook because of this new Universal App thing.
    Thank you so much.

    I don't really want to get into the nitty gritty...I just want
    to know if unneeded code is being installed and taking up
    space on my iBook because of this new Universal App thing.
    The answer is yes.
    Universal binaries typically include both PowerPC and x86 versions of a compiled application.
    Universal binaries are usually substantially larger than single-platform binaries, because two copies of the compiled code must be stored. The size of the resulting universal binary is usually not double (roughly a 30% increase in size) as a significant portion will be resources which are shared between the two architectures.

  • Deleting Universal Binary Files

    I have just downloaded OS X Lion and I am trying to delete some file on my Macbook to speed things up.  I have downloaded cleanmymac and it had found universal binary files. Can i delete theses.  I am using a mac with 2.4 GHz intel core 2 duo.

    I have some spareparts from my first car, 2th and 3th car, 5th and 6th car... from the 70s and 80s and 90s and we can never know - perhaps one day we need it....  I never dit use one single part yet, because the new cars use more smart devices and parts - the old will never fit... but still I keep all this stuff. My new car have to stay outside, there is no space left in my garage or the carport, because all the spareparts.
    I have also spareparts from my first 8086 PC, Apple II Apple III Lisa 1 + 2, the Commodore 64, Amiga 2000 and all PC and PPC and Mac sience. The parts will not fit in any of the new iPad Post PC Devices anyway. But never know, perhaps one day.... I have to find soon another house - there is no space for me in my bedroom anymore - more spareparts from the first iMac and the MacBooks I do not use anymore because of the iPad...
    So better keep all the Universal Binaries - never know - perhaps one day we need it... ;-)

  • Old school, has anyone here been able to install and run Logic Pro 9.1   on a dual 1.8 G5 PPC? I know LP9 is not officialy supported on non Intel CPUs, But  9.0.0 and 9. 02 are ok on the G5 PPC as it is universal Binary, while I hear 9.1 wont work

    has anyone here been able to install and run Logic Pro 9.1   on a dual 1.8 G5 PPC? I know LP9 is not officialy supported on non Intel CPUs, But  9.0.0 and
    9. 02 are ok on the G5 PPC as it is universal Binary, while I hear 9.1 wont work.

    ok thanks, that's what I tought,looks like apple machines are only good for two - three years, the software developers are ahead of the hardware to a certain point, love macs but this is forcing us to buy new macs just to keep  up with development. There was a time it was the opposite.
    By the time we get up on new stuff it's time to change again. Gotta be rich to deal with macs ...LOL

  • Laser GUN effects FCE HD ((Universal Binary)

    About to shoot the big laser (gun) battle.
    Is there a good/popular way or effect to allow me to add the "shooting lasers" with FCE HD (Universal) ??
    Sorry for the n00b questions.
    Randy
    MAcBook Pro   Mac OS X (10.4.6)  

    Thanks for the help/info!
    Actually I'm just trying to add simple beams from laser pistols (not a full light sabor fight). Let me ask this rephrased question:
    So is there an FCE HD effect plug-in (currentley universal binary avaliable)to do this?
    Randy
    just another, happy FCE junkie
    MAcBook Pro Mac OS X (10.4.6)
    MAcBook Pro Mac OS X (10.4.6)

  • HELP!!!--- Canon Pixma MG5420 Mac OS X 10.5.8 PowerPC Universal Binary Print Driver...... ---

    Greetings Everyone!
    I am a bit miffed at the moment.
    I purchased a Canon Pixma MG5420 Print-Copy-Scan machine with the intention of using it with my Power Mac G5, PowerPC, Mac OS X 10.5.8.
    But alas. Apparently it is not to be. The box in which the printer came cleary displays the Mac Logo and the Universal Logo, the Universal Logo looking like this:
    http://en.wikipedia.org/wiki/Universal_binary
    The Mac OS X system requirements also notate the OS X to be a minimum of 10.5.8!
    The driver CD only contains drivers for Mac OS X Intel.
    So Someone....ANYONE!....please tell me why Canon has stooped to this low level of "False Advertising"???
    Let's FLAG this issue and find out WHY!
    NEED HELP!
    ....and could use working drivers!

    IT"S OFFICIAL!---> Canon has stopped porting any of their drivers to the Universal Binary format for MAC OS X which is a combo installer for PowerPC and Intel machines.
    The MG5420 MFP that I have was released in December 2012 and they *said* that I was the first person to "complain" of this issue!....REALLY!?!?....wow...so there is no one else out there using the PowerPC platform??? I find the G5 (model M9592LL/A) to be quite adequate and useable for what I do!  I guess the engineers couldn't be bothered to "port" it to the PowerPC platform!  Listen Canon, if you don't think the PowerPC is still useable, go visit http://www.macofalltrades.com/ and watch the "trend" of what sells and what doesn't.....or maybe you should call another authority of Apple products http://www.macsales.com/ and ask what volume of PowerPC compatible parts they sell?!  
    And Canon, I know you offered to buy back this "mistake", but for the $99 I bought it at, (extra set of ink not included) I may just hold on to it and do the "workaround" of scanning to and printing from a Windows XP PC shared folder...No, Canon, I'm not completely stupid!....I set-up MFP's for my job, so I know a little bit about networking!  ...enough to be dangerous, at least!  ;-)   Any way, I just got this G5 a year or so ago and it is new to me...I probably wait a little longer and then get an Intel Mac, and THEN it will work natively with this INTEL CANON!....LOL!
    What do you think?!.....Thoughts?.....Ideas?
    Oh, and Canon.....get your "engineering" team and your marketing "box makers/printers" in Thailand to get their "info" to correspond and be accurate....that way there will be no false advertising and misrepresentation of Apple's "Intellectual Property" and "breach of contract!.....You darn well know they have an "Image" to uphold!
    https://developer.apple.com/softwarelicensing/agreements/maclogo.html
    CHEERS!
    PS--you better watch your back Canon on this little faux pas!....Epson might use this to their advertising advantage!....they still support Universal Binary!

  • Will non-universal-binary Logic+plugins run on an Intel Mac?

    Hi,
    this may sound like a dumb question, but I haven't found a straightforward answer on this question yet: will my Logic 7.1 (not Universal Binary) install on an Intel-Mac?? Our local Mac store expected that Rosatta will take care of everything, and that only performance will suffer a bit.
    That would mean that all non-universal-binary plugins would run, too??!!
    Just curious...
    Thanks!
    Regards,
    Jaap
    eMac   Mac OS X (10.3.9)   Logic Express

    Hi Jaap,
    In a word, nope!
    It seems you're more informed than your local dealer, :o)
    Rosetta will not handle the plug-ins & third party (AU) need the (U B) upgrades. You need the 7.2 (U. Binary) to run logic on the new Intel machines.
    Best regards,
    Jorge

  • Office 2007 Universal Binary?

    Hey everyone, I am going to buy an iMac soon, and will have to purchase Office soon. Does anyone know if it is planned(if at all) to have an Office 2004 UB or just release it as UB in Office 2007. If anyone on the intel core duo iMac with 1GB of memory or less uses the non universal binary version of Office, can you give me a report on how well it runs with Rosetta? Thanks
    Max

    As far as we know, Office should be a UB on the next release.
    It runs, albeit slowly on the stock 512MB that I had in my BlackBook. The added RAM really does make a big difference. If you are running any apps through Rosetta a realistic minimum is 1GB for the RAM. Anything less and you will be choking the system.

Maybe you are looking for