Reveal can't run on my Mac - osx-elcapitan

reveal can’t run normally on my mac ,the OS X is 10.11.1. When I click the reveal.app,it is like thisenter image description here:
would you help me? Thank you very much.

I use the standard "Unarchiving Tool" built into OS X to unzip the Reveal,it works well.
ensure you use the standard "Unarchiving Tool" built into OS X to unzip the .zip file that your browser downloads. Don't use 3rd party Unzip/Unarchiving utilities.

Related

Installing chrome OS on an iMac

http://zzsethzz.blogspot.de/2013/02/install-chromium-upgrade-it-to-chrome.html
According this tutorial, I should remove all HDDs I do not want to install chromium OS to during install. I wanted to try this guide on my imac using an external SSD for chromeos. Obviously, removing the HDD isn't an option. Will the chromiumOS installer format my mac drive too, if I don't remove it?
AS the writer of that tutorial I can hopefully help you. When you install Chromium OS to begin with you can specify where to install to if you know your unix commands well enough. and then from there you can update to Chrome OS once you have your external working for you.
To find out what your hard drive is when connected, open a terminal (you may need to use a developer terminal) and use the command "fdisk -l" This will list your hard drives. for example /dev/sda1 etc...
Your install command would be "Install /Dev/sda1" but replace the dev part with whatever your hard drive was listed as. If you need further help email me at admin#xiaorishu.co.uk

Install SQL Developer mac osx 10.9.1

i'm trying to install Oracle's SQL Developer in my macbook pro OSX 10.9.1 but I can't understand how to do it. I download a .gz file which I unzip to get an installer but all I have is an unknown file called sqldeveloper-4.0.0.13-1.80-macosx. It is not a .dmg or something so i don't know what to do whith it.
I've read that i'm supposed to run over the extracted directory something like sh sqldeveloper.sh from the terminal but that file isn't there, just the one mentioned above.
thanks
Extraction problem, "The Unarchiver" utility produced the unknown file, I decompressed the file download from Oracle's website with the Archive Utility and I got the installation file

How can I use photoshop to open a file in filter plugin at Mac OS X?

I used the function system("open file"), it works well in any other program.
For example, system("open /tmp/1.psd"), this code can use photoshop open the file 1.psd .
But it just don't work in my photoshop plugin program.
How can I use photoshop filter plugin to open a file in Mac OS X?
Now I just want to try other way to open a file in Mac OS X.
In windows, the shellExecute works well.
I have read the following links
OSX equivalent of ShellExecute?.
It didn't work for me.
You should read up on the File System Programming Guide for OS X.

System Included Font

I just wrote an application for submission to the app store - and I'm reading on forums that using a font that is not included on a users machine will cause the whole app to crash. I used a font called Handwriting - Dakota, and I never installed it so I'm not 100% sure if it comes with Mac by default. Does anyone else running Mac 10.6 have this font?? Any feedback would be greatly appreciated!
Best,
Zach
I've a clean (no non-developer apps) Mac OS X 10.6 (Snow Leopard) install and this font isn't present. Additionally, it's not listed on the Wikipedia "List of typefaces included with Mac OS X" article either.
At a guess, it's most likely installed by iLife, iWork or similar.

Xcode app version not compatible with Mac OS X version

am using Os X 10.6.4 and X code Version 3.2.3 for developing some simple app files and using PackageMaker to distribute these app files. But when trying to run the package on some other mac I am getting error that the package is not compatible with the Os X its running and file would not be installed. Is this a problem with X code or package maker. sorry for reposting it but although I tried changing base SDK to 10.5, it was getting compiled and ran well on mac I am using for development (Mac OS X 10.6.4) but when installed on mac running OS X 10.5 the .app files were grayed out and message poped up saying 'you cannot use this version of application with this version of Mac'. Any idea why is this happening? Also as mentioned earlier I am using IBOutlet for accepting user date from form and then writing that into a text file. Any idea or solution about it?
Do you have anything set in your Info.plist for the LSMinimumSystemVersion key? This is one place the system looks.
When I was brand new I had trouble figuring this out...
Make sure that your Base SDK and deployment target are 10.5 and that you have the right compiler on(GCG4.0/4.2), also make sure that when you change these settings you change it for both Release and Debug, I once made this mistake of changing it only on debug, and when I built for release it only worked on 10.6 because I didn't change those settings.