JavaME SDK 3.0 EA Mac OSX: Preverify error :(

Hi,
Since my Windows box died on me recently I was extremely happy to learn that the JavaME SDK for Mac is in EA and downloaded and installed the whole thing. All went fine until I tried to compile my project and got preverification errors that don't make sense to me.
Below a snippet of the output. The weird thing is that on Windows all works fine and without problems.
If anybody has an idea on what's going on I'd appreciate some guidance and if you think it's a bug than I'll be happy to report it. Interestingly enough, this is only showing when doing a clean-build, just a build seems to work fine, until you deploy the application. Then the emulator complains about a corrupt JAR file.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- SNIP START -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Preverifying 309 file(s) into /Users/Iwan/NetBeansProjects/projects/FriendOrFoe/frontend/IFF_FrontEnd/build/preverified directory.
Unexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC valueUnexpected CRC value
Error preverifying class com.sticktailgames.iff.frontend.comm.AsynchronousPlayerRetriever
VERIFIER ERROR com/sticktailgames/iff/frontend/comm/AsynchronousPlayerRetriever.run()V:
Unsorted lookup switch
/Users/Iwan/NetBeansProjects/projects/FriendOrFoe/frontend/IFF_FrontEnd/nbproject/build-impl.xml:479: Preverification failed with error code 1.
BUILD FAILED (total time: 7 seconds)
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- SNIP END -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Iwan

It sort of fixed the problem, now I get another preverification error:
Preverifying 309 file(s) into /Users/Iwan/NetBeansProjects/projects/FriendOrFoe/frontend/IFF_FrontEnd/build/JavaME_SDK_3_MSA_Phone1/preverified directory.
Error preverifying class com.sun.lwuit.animations.Transition3D
VERIFIER ERROR com/sun/lwuit/animations/Transition3D.initTransition()V:
Cannot find class javax/microedition/m3g/Node
Is there anywhere defined what is implemented in the EA? Or do I need to use another distribution of LWUIT? One of the sellingpoints of JavaME SDK 3.0 was out-of-the-box support of LWUIT.
Iwan

Similar Messages

  • Error when launching JavaME SDK 3.0 on Mac OSX

    I have installed JavaME SDK 3.0 for mac, and it seems present and correct in my applications folder. However, when i try to launch it, the splash screen gets to 'starting modules', then I'm presented with an error:
    A java.lang.reflect.InvocationTargetException exception has occurred.
         Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
    Clicking on 'show details' reveals:
    java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
         at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
         at java.net.Socket.connect(Socket.java:525)
         at java.net.Socket.connect(Socket.java:475)
         at java.net.Socket.<init>(Socket.java:372)
         at java.net.Socket.<init>(Socket.java:186)
         at sun.rmi.transport.proxy.RMIDirectSocketFactory.createSocket(RMIDirectSocketFactory.java:22)
         at sun.rmi.transport.proxy.RMIMasterSocketFactory.createSocket(RMIMasterSocketFactory.java:128)
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:595)
    Caused: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused
         at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:601)
         at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:198)
         at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:184)
         at sun.rmi.server.UnicastRef.newCall(UnicastRef.java:322)
         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:97)
    Caused: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is:
         java.net.ConnectException: Connection refused]
         at com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:101)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:185)
         at javax.naming.InitialContext.lookup(InitialContext.java:392)
         at javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1886)
         at javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1856)
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:257)
    Caused: java.io.IOException: Failed to retrieve RMIServer stub
         at javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:338)
         at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:248)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.connect(Unknown Source)
         at com.sun.jme.toolkit.remoting.client.rmiimpl.ObjectServerConnectionImpl.start(Unknown Source)
    Caused: java.lang.reflect.InvocationTargetException
         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:597)
         at com.sun.jme.toolkit.bootstrap.Batch.invoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.tryInvoke(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjectsImpl(Unknown Source)
         at com.sun.jme.toolkit.bootstrap.Batch.startObjects(Unknown Source)
         at org.netbeans.modules.javame.common.container.Module.start(Module.java:21)
         at org.netbeans.modules.javame.common.container.ContainerSupport.startModule(ContainerSupport.java:67)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManagerConnection(DevicemanagerHelper.java:41)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.ensureConnected(DevicemanagerHelper.java:48)
         at org.netbeans.modules.javame.common.container.devicemanager.DevicemanagerHelper.getDeviceManager(DevicemanagerHelper.java:84)
         at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:68)
         at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
         at org.netbeans.core.startup.Main.start(Main.java:309)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
    [catch] at java.lang.Thread.run(Thread.java:637)
    Then, I get:
    A java.lang.NullPointerException exception has occurred.
         Click Show Details or see the messages.log file located in your /Users/William/Library/Application Support/javame-sdk/toolbar/3.0/var/log folder.
    Clicking on 'show details' reveals:
    java.lang.NullPointerException
         at org.netbeans.modules.javame.profiler.Installer.getDevicesRegistrations(Installer.java:70)
         at org.netbeans.modules.javame.profiler.Installer.restored(Installer.java:39)
         at org.netbeans.core.startup.NbInstaller.loadCode(NbInstaller.java:440)
         at org.netbeans.core.startup.NbInstaller.load(NbInstaller.java:361)
         at org.netbeans.ModuleManager.enable(ModuleManager.java:917)
         at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:289)
         at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:225)
         at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:276)
         at org.netbeans.core.startup.Main.getModuleSystem(Main.java:168)
         at org.netbeans.core.startup.Main.start(Main.java:309)
         at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:111)
    [catch] at java.lang.Thread.run(Thread.java:637)
    This continues for ages. The errors just keep on coming, and the mini IDE never launches. I do, however, see the device manger appear in the menubar for a couple of seconds, before it disappears and I get the next error. This repeats too.
    I have tried deleting the package from my applications folder, and the only support folder I can find: <username>/Library/Application Support/javame-sdk several times, and this has not helped.
    If i can provide any more useful info, please let me know - the log files mentioned in the error messages are so large I didn't think posting them would be helpful.
    I've been working on trying to solve this for several painful hours now, and any help you can offer would be gratefully received!

    Hi,
    I can see "Connection refused to host: localhost" message in your stack trace. Look at [http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn|http://blogs.sun.com/javamesdk/entry/first_aid_when_emulator_doesn] and follow step 2, please. Hopefully it will help you.
    Best regards,
    Radko

  • Tried unsuccessfully to restore my MBP, running the Mac OSX Lion, to factory settings. I keep getting the "can't download additional components for the Mac OSX Lion" error when reinstalling the OSX Lion. Any tips on how to resolve this problem?

    Hello! Tried unsuccessfully to restore my MBP, running the Mac OSX Lion, to factory settings. I keep getting the "can't download additional components for the Mac OSX Lion" error when reinstalling the OSX Lion. Any tips on how to resolve this problem?

    Hi
    Given that your answer to 1. is 'pre-installed' and 3. is 'No', I think the only thing to do is to take it to an Apple store (ideally the one you bought it from) and have them reinstall it for you.
    The intended solution in cases like yours is that you should be able to reboot and install even a wiped disk by using Apple's servers over the internet (you do this by restarting with 'command-r' and choosing 'reinstall Lion'). However if this isn't working for you then you need to get the store to do it. Don't let them fob you off with 'go home and try again'. Have them do it in the shop (you're still covered by Applecare warranty so it should cost you nothing save the inconvenience of the trip and possibly leaving the machine there while they fix it).
    A reinstall should leave all your own personal data and programs in place.
    Note for future: when you get it fixed, first thing to do is buy a cheap external drive and start keeping a backup (either Time Machine or clone with Carbon Copy Cloner).
    Message was edited by: softwater

  • Can I Install iphone SDK 2.0 on Mac OSX 10.5.5?

    hi
    is it possible to install both iphone sdk 2.0 and 2.2 on a Mac OSX 10.5.5?
    i want to create application for 2.0 and 2.2 ver. of iphone

    Yes. I'm looking at my Xcode now and I can build for 2.0, 2.1 and 2.2 in both Device and Simulator.

  • Mac OSX Server error message in console

    Hi,
    I have the following error message having recently bought and configured (for the first time) a MacMini Server with Mac OSX Server 10.6.n.
    1/26/11 1:38:11 PM org.dovecot.dovecotd[8582] Fatal: Invalid configuration in /private/etc/dovecot/dovecot.conf
    Can someone help me understand how to fix this problem?
    I can see the file in terminal, but don't know how to edit the file or change the file configuration to be correct.
    Thanks,
    Don

    Don,
    Welcome to the Discussions.
    You may find a better audience for you question over in the server-specfic discussions.
    http://discussions.apple.com/category.jspa?categoryID=96
    Matt

  • Mac OSX gives error while importing photos - "Kernel Panic"

    I upgraded my mac, reinstalled OSX and Lightroom , tried to import photos, mac gives error (called Kennel Panic) and restarts abandoning import. Applecare support suspect Lightroom reinstall issue. Thanks

    If you want PRE to be responsive you should follow Steves' recommendation to resize to 1000x750 (SD).
    At the technical level I think the maximum allowable dimensions are 4096 x 4096 - but PRE will struggle with pictures that size.
    Cheers,
    Neale
    Insanity is hereditary, you get it from your children

  • Mac OSX, Startup Error with CC 2014 (CC works): Couldn't find any capable video play modules

    I'm getting this on two different machines running different OSX versions with different graphics cards:
    Adobe Premiere Pro Startup Error
    Adobe Premiere Pro could not find any capable video play modules. Please update your video display drivers and start again.
    My computers are:
    iMAC / OS X 10.9.5 / AMD Radeon HD 6970M 2048 MB
    MacBook Pro / OS X 10.10 / AMD Radeon HD 6750M 1024MB
    Was in a chat with an Adobe tech person and they even remotely got on my computer and changed permissions on two Adobe folders and sub folders and it still didn't work. Adobe Premiere CC seems to work. But clients are all using CC 2004.

    Hi ufoclub,
    Try this:
    Go to the following locations:
    Location 1: When in Finder, click on Go > Go to Folder > ~/Library/Application Support/Adobe
    Location 2: Go > Go to Folder > ~/Library/Preferences/Adobe
    Location 3: Documents > Adobe 
    In all the locations, rename the 'Adobe' folders to 'OldAdobe'
    Launch Premiere, accept the License Agreement and see if it works.
    Note: You will lose your customized workspaces and keyboard shortcuts.
    Thanks,
    Rameez

  • Is the iphone sdk only for MAC OSX

    I was wondering if the iphone sdk is only for Mac OSX and if it there is a way to get it for Windows XP

    The SDK is only for Intel Macs running at least 10.5.2. It is not possible to run on other systems. Sorry.

  • Mac osx 10.9.4 slow startup

    Please help shorten startup time. Takes 87 seconds from account/password login until desktop loads and even more time for applications to start.
    Equipment = Mac Mini (late 2011) running Mac OSX 10.9.4 2.3 with GHz Intel Core i5 and 16 GB memory and 500GB storage of which 300 is free
    Here is Etrecheck result:
    EtreCheck version: 1.9.15 (52)
    Report generated September 12, 2014 at 1:20:10 PM PDT
    Hardware Information: ?
      Mac mini (Mid 2011) (Verified)
      Mac mini - model: Macmini5,1
      1 2.3 GHz Intel Core i5 CPU: 2 cores
      16 GB RAM
    Video Information: ?
      Intel HD Graphics 3000 - VRAM: 512 MB
      PA246 1920 x 1200 @ 60 Hz
    System Software: ?
      OS X 10.9.4 (13E28) - Uptime: 0 days 0:4:5
    Disk Information: ?
      Hitachi HTS545050B9A302 disk0 : (500.11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted>: 209.7 MB
      disk0s2 (disk0s2) <not mounted>: 499.25 GB
      Recovery HD (disk0s3) <not mounted>: 650 MB
    USB Information: ?
      Logitech USB Receiver
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      EZKEY USB Keyboard
      EZKEY USB Keyboard
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ?
      Apple Inc. thunderbolt_bus
    Gatekeeper: ?
      Mac App Store and identified developers
    Kernel Extensions: ?
      [loaded] com.Logitech.Control Center.HID Driver (3.4.0 - SDK 10.0) Support
      [loaded] com.Logitech.Unifying.HID Driver (1.2.0 - SDK 10.0) Support
      [not loaded] com.microsoft.VirtualPC.Networking (7.0.0) Support
      [not loaded] com.microsoft.VirtualPC.Networking.1040 (7.0.2) Support
      [not loaded] com.microsoft.VirtualPC.OSServices (7.0.0) Support
      [not loaded] com.palm.ClassicNotSeizeDriver (3.2.1) Support
      [not loaded] com.pctools.iantivirus.kfs (1.0.1) Support
      [not loaded] com.roxio.TDIXController (1.6) Support
    Launch Daemons: ?
      [loaded] com.adobe.fpsaud.plist Support
      [running] com.backblaze.bzserv.plist Support
      [loaded] com.google.keystone.daemon.plist Support
      [running] com.motive.systemDaemon.plist Support
      [loaded] com.sonos.smbbump.plist Support
    Launch Agents: ?
      [loaded] com.google.keystone.agent.plist Support
      [running] com.motive.alertDetectorHost.plist Support
      [running] com.motive.userAgent.plist Support
      [running] net.culater.SIMBL.Agent.plist Support
    User Launch Agents: ?
      [loaded] com.adobe.ARM.[...].plist Support
      [running] com.backblaze.bzbmenu.plist Support
    User Login Items: ?
      None
    Internet Plug-ins: ?
      nplastpass: Version: 2.5.5 Support
      o1dbrowserplugin: Version: 5.4.2.18903 Support
      Default Browser: Version: 537 - SDK 10.9
      Flip4Mac WMV Plugin: Version: 2.4.4.2 Support
      npMotive: Version: 1.0.0 - SDK 10.7 Support
      AdobePDFViewerNPAPI: Version: 11.0.07 - SDK 10.6 Support
      FlashPlayer-10.6: Version: 15.0.0.152 - SDK 10.6 Support
      DivXBrowserPlugin: Version: 1.0 Support
      Flash Player: Version: 15.0.0.152 - SDK 10.6 Support
      iPhotoPhotocast: Version: 7.0
      googletalkbrowserplugin: Version: 5.4.2.18903 Support
      QuickTime Plugin: Version: 7.7.3
      AdobePDFViewer: Version: 11.0.07 - SDK 10.6 Support
      EPPEX Plugin: Version: 3.0.5.0 Support
      Scorch: Version: ScorchNetscapePlugin 4.1.4 build 1 Support
      JavaAppletPlugin: Version: 14.9.0 - SDK 10.7 Check version
    Safari Extensions: ?
      ClickToFlash-2
      LastPass-2
    Audio Plug-ins: ?
      BluetoothAudioPlugIn: Version: 1.0 - SDK 10.9
      AirPlay: Version: 2.0 - SDK 10.9
      AppleAVBAudio: Version: 203.2 - SDK 10.9
      iSightAudio: Version: 7.7.3 - SDK 10.9
    iTunes Plug-ins: ?
      Quartz Composer Visualizer: Version: 1.4 - SDK 10.9
    User Internet Plug-ins ?
      Google Earth Web Plug-in: Version: 7.1 Support
    3rd Party Preference Panes: ?
      Backblaze Backup  Support
      Déjà Vu  Support
      Flash Player  Support
      GlimmerBlocker  Support
      Logitech Control Center  Support
    Time Machine: ?
      Mobile backups: OFF
      Auto backup: NO - Auto backup turned off
      Time Machine not configured!
    Top Processes by CPU: ?
          4% WindowServer
          2% com.apple.WebKit.WebContent
          1% bzfilelist
          0% mds
          0% fontd
    Top Processes by Memory: ?
      229 MB com.apple.WebKit.WebContent
      98 MB mds_stores
      98 MB Safari
      98 MB node
      98 MB com.apple.IconServicesAgent
    Virtual Memory Information: ?
      13.08 GB Free RAM
      1.24 GB Active RAM
      182 MB Inactive RAM
      1.50 GB Wired RAM
      205 MB Page-ins
      0 B Page-outs

    87 seconds isn't unreasonable but you might be able to improve upon it.
    Back up your system. To learn how to do that read Mac Basics: Time Machine backs up your Mac.
    PC Tools "iAntiVirus" is worthless. Remove it by following these instructions: How to Uninstall PC Tools iAntiVirus
    Like most subscription-based backup services, Backblaze runs poorly on Macs. Try disabling or uninstalling it according to its instructions.
    Evaluate the results.

  • Compiling dbxml-2.5.16 on Mac OSX

    When I compile without options everything runs fine to the end.
    If I compile with option --enable-java I get:
    ../dist/../libdb_java/db_java_wrap.c:137:17: error: jni.h: No such file or directory
    ../dist/../libdb_java/db_java_wrap.c:161: error: expected ‘)’ before ‘*’ token
    ../dist/../libdb_java/db_java_wrap.c:210: error: expected ‘)’ before ‘*’ token
    ../dist/../libdb_java/db_java_wrap.c:214: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘*’ token
    etc.
    Mac OSX 10.6.5, java version "1.6.0_22"
    file 'jni.h' is indeed missing.
    How to solve this?

    Hi,
    that means that a compiler does not know where to search a header file "jni.h". You may help a compiler by exporting a system variable:
    export CPLUS_INCLUDE_PATH=/Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Headers/or wherever your jni.h is.
    You can put this into ~/.profile so that the variable is saved for other sessions.
    Vyacheslav

  • Air application full screen error in Mac OSX 10.7 Lion

    Hi
       We have an air application built using Flash Builder 4.5 with 4.5 SDK.
       The air application no problem to run on Windows and Mac OSX 10.6 Snow Leapard. However it has full screen issue on Mac OSX 10.7 Lion. When change to full screen mode, the whole screen disappear, press ESC and turn back to normal stage without any issue.
       We then use Flash Builder 4.5 with SDK 4.6 to compile and release, install the air application to Lion OS but still no luck.
       Air 3.1 installed on Lion OS
       Can some one please help?

    Is this still a problem?

  • Can i Install Mac OSX Leopard 10.5 /10.6 ?

    Hello guys,
    I've bought about 3 weeks ago an iPhone 3G. Since i have my iPhone i like to produce software for the iPhone with the developers kit from apple. But i have one problem. I have an Acer Aspire notebook with:
    4GB memory
    Intel Processor (2,2 GHZ)
    Ati Videocard
    Windows Vista Premium
    Can i Install Mac OSX on this notebook ? Maybe with dual boot.
    Best Regards,
    Theodoor de Wit

    A slightly different perspective from what others have already posted:
    Even assuming there were no licensing/legal problems with this & you could somehow successfully hack the OS & SDK to install & run on your Acer, would you really want to try to use that as a development platform for iPhone apps? It would be like trying to build a sturdy house on an uncertain foundation: you would never know if or when the whole thing might collapse or how to tell if the fault was in what you built or not.
    If you want to develop for the iPhone, invest in a Mac. If you are any good at it, judging from the success stories you could quickly & easily make back the cost of that investment & much more. Even if you don't, you will have a very well made & supported computer running what is arguably the most stable & user-friendly OS on the planet.

  • Building Samples partially failes (Mac OSX 10.9 64bit - XCode 6.1)

    Hi, i had some trouble getting to this stage because I am also fairly new to Mac OSX but with some common sense and googling I made it to the step of creating the project for the samples.
    This is what it shows when running the generation via ./GenerateSamples_mac.sh
    PWD is <MYXMPDIR>/samples/build/xcode/intel_64, CMAKE LOCATION IS <MYXMPDIR>/samples/build/../../tools/cmake/bin/cmake.app/Contents/bin/cmake, dir is xcode/intel_64
    -- The C compiler identification is AppleClang 6.0.0.6000056
    -- The CXX compiler identification is AppleClang 6.0.0.6000056
    -- Check for working C compiler using: Xcode
    -- Check for working C compiler using: Xcode -- works
    -- Detecting C compiler ABI info
    -- Detecting C compiler ABI info - done
    -- Check for working CXX compiler using: Xcode
    -- Check for working CXX compiler using: Xcode -- works
    -- Detecting CXX compiler ABI info
    -- Detecting CXX compiler ABI info - done
    INFO:64 Target is chosen
    -- OSX SDK is set to /Applications/Xcode.app/Contents/Developer
    INFO:Add CustomSchema sample
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    ERROR: Framework Cocoa not found
    -- ===========================================================================
    --  XMP_Samples_64
    -- ===========================================================================
    -- Configuring done
    -- Generating done
    -- Build files have been written to: <MYXMPDIR>/samples/build/xcode/intel_64
    Xcode project created successfully
    I dont know if the Framework errors are whats causing the errors when compiling above project.
    Now when I open the project, set base SDK to a recent one and try to run @ALL_BUILD, its giving me 25 errors for DumpMainXMP like these (a bit shortened)
    Build target DumpMainXMP
    Ld <MYXMPDIR>/samples/target/macintosh/intel_64/Debug/DumpMainXMP normal x86_64
        cd <MYXMPDIR>/samples/build/cmake
        export MACOSX_DEPLOYMENT_TARGET=10.7
        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cl ang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOS X10.9.sdk -L<MYXMPDIR>samples/target/macintosh/intel_64/Debug -F<MYXMPDIR>/samples/target/macintosh/intel_64/Debug -filelist <MYXMPDIR>/samples/build/cmake/DumpMainXMP/build_x64/XMP_Samples_64.build/Debug/DumpMainX MP.build/Objects-normal/x86_64/DumpMainXMP.LinkFileList -mmacosx-version-min=10.7 -Wl,-search_paths_first -Wl,-headerpad_max_install_names <MYXMPDIR>/samples/build/cmake/../../../public/libraries/macintosh/intel_64/Debug/libXMPC oreStatic.a <MYXMPDIR>/samples/build/cmake/../../../public/libraries/macintosh/intel_64/Debug/libXMPF ilesStatic.a -Xlinker -dependency_info -Xlinker <MYXMPDIR>/samples/build/cmake/DumpMainXMP/build_x64/XMP_Samples_64.build/Debug/DumpMainX MP.build/Objects-normal/x86_64/DumpMainXMP_dependency_info.dat -o <MYXMPDIR>/samples/target/macintosh/intel_64/Debug/DumpMainXMP
    Undefined symbols for architecture x86_64:
      "_CFBundleCopyExecutableArchitectures", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleCopyResourceURL", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleCreate", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleGetFunctionPointerForName", referenced from:
          XMP_PLUGIN::GetFunctionPointerFromModuleImpl(__CFBundle*, char const*) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleIsExecutableLoaded", referenced from:
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFBundleLoadExecutableAndReturnError", referenced from:
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFDataGetBytes", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFNumberGetValue", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFRelease", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::UnloadModule(__CFBundle*, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFNumber const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFData const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFString const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::AutoCFRef<__CFURL const*>::~AutoCFRef() in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFStringCreateWithCString", referenced from:
          XMP_PLUGIN::MakeCFString(std::string const&, unsigned int) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFURLCreateDataAndPropertiesFromResource", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFURLCreateFromFileSystemRepresentation", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_CFURLCreatePropertyFromResource", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
      "_ConvertFromTextToUnicode", referenced from:
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_ConvertFromUnicodeToText", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_CreateTextEncoding", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_CreateTextToUnicodeInfo", referenced from:
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_CreateUnicodeToTextInfo", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_DisposeTextToUnicodeInfo", referenced from:
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_DisposeUnicodeToTextInfo", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_GetTextEncodingBase", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_UpgradeScriptInfoToTextEncoding", referenced from:
          ReconcileUtils::UTF8ToMacEncoding(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
          ReconcileUtils::MacEncodingToUTF8(unsigned short, unsigned short, unsigned char const*, unsigned long, std::string*) in libXMPFilesStatic.a(Reconcile_Impl.o)
      "_kCFAllocatorDefault", referenced from:
          XMP_PLUGIN::IsValidLibrary(std::string const&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::LoadModule(std::string const&, bool) in libXMPFilesStatic.a(OS_Utils_Mac.o)
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
    "_kCFURLFileLength", referenced from:
          XMP_PLUGIN::GetResourceDataFromModule(__CFBundle*, std::string const&, std::string const&, std::string&) in libXMPFilesStatic.a(OS_Utils_Mac.o)
    ld: symbol(s) not found for architecture x86_64
    clang: error: linker command failed with exit code 1 (use -v to see invocation)
    The basic linking seems to be fine from what I can tell. Dont know what else is causing the problem though..
    When I am trying to build targets individually, I get even more errors.
    Appreciate any help
    Best regards bengalo

    Aight, I dug into cmake a bit and found that i only needed to change <xmpdir>/build/shared/ToolchainLLVM.cmake to set the correct XMP_OSX_SDK
    that also solved the problems of not being able to compile the sample projects.
    In XCode it still shows up as a custom entry with "SDK not found" but the path is correct and I think XCode also figures it out when linking (cant recall if I tested)
    Anyway its enough for CMake to find its way and I still manually changed it to use the latest SDK for my project...
    I didnt get the static libraries to actually work yet but thats probably due to my noobness at dephicering compiler errors and nothing related to your project
    I'll try to use the frameworks, maybe I have better luck with those =)
    UPDATE: My C++ Standard Library was set to libc++ which is the compiler default.
    I changed it to libstdc++ and it compiled. Maybe the default was changed, I dont know really, couldnt be bothered to find out though
    Only included the header files so far but I'm fairly confident its going to work.
    Have to figure out how to nicely include it into my project. Guess it's going to be a wrapper, not sure about how to do that but lots of light at the end of the tunnel...
    Thanks for your support

  • I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported..pls advise

    I have recently purchased MacBook Pro with Mac OSX 10.7.3 Lion and I would like to install Final Cut Pro 6 Studio2, and it came up with this error: 'you can't open application FinalCutProStudio.mpkg because PowerPc apps are no longer supported......Is there a way to run FCP6 on lion withoput this error? Any help would be appreciated.....

    Hi Shane,
    Just one more quesiton re: this topic, I am looking to get rosetta but do not have Leopard or Snow Leopard...
    I read that it is not on Snow Leopard only on Leopard....so do I need to get only Leopard? Can u advise?
    Alternatively I do have Mac OS X Tiger so is it on this and can I install it from here?
    Please excuse my lack of knowledge here, just trying to get my FCP 6 up and running asap....
    Best Rgds.

  • Why can't I open a GarageBand recording on my iPhone in GarageBand on Mac OSX?

    I recorded an acoustic performance of my vocal quart last night on an iPhone running GarageBand 2.0.1 on iOS 7.1.2.  But I can't open it in GarageBand 11 (6.0.5) on Mac OSX 10.9.5.  What gives?
    Not only will it not open (and the software on my Mac platform is way more recent than on my iPhone, so you'd think it would be upward compatible), but when I try to open this iOS-created file on the Mac, it asks me where I want to save it ... it's already saved, I'm just trying to open it.
    I've looked at the reviews for the latest GarageBand, which it tells me I need to upgrade to, and they are terrible!  Many report that they wish they hadn't upgraded and that they could get back to an older version of GarageBand on their Mac.
    Does this mean I'm stuck and the two GarageBand platforms are not compatible and that I won't be able to open this file?  ... other thanes an mp3 in iTunes ...
    Thanks for any insights you can give me.

    BigMacUser wrote:
    I recorded an acoustic performance of my vocal quart last night on an iPhone running GarageBand 2.0.1 on iOS 7.1.2.  But I can't open it in GarageBand 11 (6.0.5) on Mac OSX 10.9.5. 
    [...] when I try to open this iOS-created file on the Mac, it asks me where I want to save it
    it sounds like it's opening fine, but you're just not letting it finish.
    it's asking you to save a version of the song for the mac; if it saved over the original file, it could no longer be opened on the iOS device, if you needed to alter something later

Maybe you are looking for

  • How to suppress blank page in sapscript

    Hi All, I am working on cheque printing, after I run the transaction F110, it will print the sap script which I have developed, everything is working fine and good. But its printing an extra blank page in addition with cheque. I have tested thinking

  • How can I bypass the password on my iPad ios 7.0.3

    Can someone please tell me how to bypass the password on my iPad.  I don't need it and it's really annoying to have to enter it every single time.  Thanks.

  • Problem in REM Backflush in Repetetive Mfg

    Hi i got the following error when i try to run the REM BACKFLUSH in repetitive process. (MFBF) " Update control of movement type is incorrect (entry 131 _ _ _ F) Message no. M7226 Diagnosis The system could not find entry 131 _ _ _ F in any of the mo

  • A have a white screen how to make a new installation of my computer

    A have a white screen how to make a new installation of my computer

  • Norton AntiVirus version 10

    Mac G5 2 GHz version 10.4.4 Everytime I restart or start up Norton AntiVirus's Liveupdate screen box appears. How can I turn this off before restart and start up. Please advise me.