|
Background I'm a developer who's in the throes of building an application for the Mac. I'm about to get my hands on Snow Leopard. Until now I've been building on Leopard. I've only been doing Cocoa development for about a year not very intensely.
I've...
Started by John Gallagher on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That makes sense if the code is to support features that are only available on Snow Leopard, but if it is a feature you also going to support on Leopard you might....
Conditionalize that code to run on only on Snow Leopard.
|
|
I was wondering what the best practice is for creating a contextual menu item that would work in both leopard and snow leopard and works with a selection of files and/or folders, sending them to a shellscript.
i know that the contextual menu items have...
Started by z3cko on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can, however....
On Snow one overall piece of code that will work in both Leopard and Snow Leopard.
Both should work on Leopard and Snow Leopard.
An Automator app to accept drag 'n' dropped files also .
|
|
Hi all,
I developed a simple application in Snow Leopard. The build configurations at which it was compiled in Snow Leopard are: (10.5 | Release | i386).
When I tried to compile it using above stated configurations it gave me this error in the application...
Started by Miraaj on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
So now I'm curious what the symptoms for "is not appearing to be executable in Leopard tried running the executable from a command line....
The Architectures/Valid Architectures list includes the system type you're running Leopard-checking).
|
Ask your Facebook Friends
|
I currently am making my PyObjC application work for Snow Leopard and I successfully compiled a standalone app. My question would be, how do I make the build to be also Leopard-compatible, given these errors?
dyld: lazy symbol binding failed: Symbol not...
Started by jopes on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
By default you use the 32-bit libs (which it will be on Leopard)..
This recently and the trick was to build a standalone version on a Leopard installation.
|
|
I am working on a iPhone project that just added a second developer. The new developer got a new shiny macbookpro with snow leopard and Xcode 3.2. I am still on leopard and using Xcode 3.1.
He is getting errors trying to run the unit tests (OCUnit and...
Started by Tony Eichelberger on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I needed a copy files step in ....
It looks like OCMock was not setup correctly in the Tests target .
I haven't had problems myself, so I can't verify this, but I've heard that Xcode 3.2.1 (for iPhone OS 3.1.2) fixes some unit test related issues as well .
|
|
When running on Leopard you can do something like:
#if __LP64__ #pragma message ("64 bit Leopard issue") #endif
What is Snow Leopard and Snow Leopard 64
AND (most importantly)
Where would I have found this answer myself and not had to ask?
Started by JT on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
__LP64.
It is set on SnowLeopard in exactly the same circumstances as it is on Leopard.
It stands for "longs and pointers are 64 bits".
__LP64__ is not an abbreviation of "Leopard 64".
|
|
I have MBP 17" Unibody with Leopard pre-installed. I'm planning to buy Snow Leopard ($29) but I wonder if I'll be able to format my disk and install clean copy of Snow Leopard since its an 'upgrade' pack?
To reiterate, can I just upgrade from leopard ...
Started by Nimbuz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Yes, it's possible..
Googled it, and yes, its possible.
|
|
I have RubyCocoa 0.13.2 based application. It works on 10.5.8 and earlier versions. When i try to run it on 10.6 it crashes on infinite loop. 10.6 has 0.13.2 built in, but it's not same binary as for 10.5. When i tried to build my application's Xcode ...
Started by Nava Carmon on
, 5 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
1.0.0 crash on Snow Leopard
SOLVED! First of all there is a new RubyCocoa & Snow ....
Will give it a chance, especially it has a fix for a ver .
Version 1.0.1 which is supposed to work for Leopard & Snow Leopard.
|
|
I have Grails 1.1.1 and Groovy 1.6.3 on Leopard. Will I have any issues with this combo: Snow Leopard + Grails 1.1.1 + Groovy 1.6.5?
Started by dbasta on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Snow Leopard marks the first 64-bit Mac OS X, however, the JavaNot at all, I've been running Grails 1.1.1 as well as the recent milestone builds under Snow Leopard for the past couple of months....
Just fine from the command line.
|
|
Where is the .emacs file in Snow Leopard? I need it to configure Emacs.
Started by Zubair on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
If you wish to make configurations you can create ... .
Emacs will not create the config file for you.
To create the tilde ( ~ ), press Option+n followed by a space .
If it doesn't exist, you can create it.
It should be in your home directory ( ~/.emacs ) .
|