Results 1 to 5 of 5

Thread: What version of Xcode for MacOS 10.6.8

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2009
    Posts
    122
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    74

    Default Re: What version of Xcode for MacOS 10.6.8

    Thanks.

    It doesn't look like error, I agree. But the *.app generated won't execute no matter which of the below line I use.

    open myprogram.app
    open -a myprogram
    Even when I use it with "sudo" or do "chmod 0775 myprogram.app" it still won't execute
    The error message is this:

    LSOpenURLsWithRole() failed with error -10810 for the file
    /Users/mymac/Desktop/myprogram/myprogram.app.
    What does it mean, why doesn't it run (I know the code is good)?
    Thanks for help!

  2. #2
    Join Date
    Aug 2008
    Location
    Ukraine, Krivoy Rog
    Posts
    1,963
    Qt products
    Qt3 Qt4 Qt5
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 370 Times in 336 Posts

    Default Re: What version of Xcode for MacOS 10.6.8

    Can you navigate in the terminal into myprogram.app/Contents/MacOS and run myprogram?
    What will you get in the terminal after running?
    Qt Assistant -- rocks!
    please, use tags [CODE] & [/CODE].

  3. The following user says thank you to spirit for this useful post:

    timmu (10th August 2012)

  4. #3
    Join Date
    Aug 2009
    Posts
    122
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    74

    Default Re: What version of Xcode for MacOS 10.6.8

    Thanks SO much, Spirit. Problem solved!

Similar Threads

  1. Qt Creator Xcode Project Crashing Xcode
    By cpsmusic in forum Qt Tools
    Replies: 0
    Last Post: 31st July 2012, 15:07
  2. macdeployqt/Mac OS/Xcode version compatibilities
    By scott_hollen in forum Qt Programming
    Replies: 1
    Last Post: 5th November 2011, 15:56
  3. Replies: 0
    Last Post: 14th September 2011, 03:59
  4. Replies: 5
    Last Post: 5th October 2008, 06:12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.