Tell me more ×
Ask Different is a question and answer site for power users of Apple hardware and software. It's 100% free, no registration required.

When I'm trying to build KisMac from source, I see the next error message:

 === CLEAN NATIVE TARGET KisMac2 OF PROJECT KisMac2 WITH CONFIGURATION Development ===
Check dependencies
[BEROR]error: There is no SDK with the name or path 'macosx10.7'
Clean.Remove clean build/Development/KisMac2.app
    /bin/rm -rf /tmp/trunk/build/Development/KisMac2.app

Clean.Remove clean build/KisMac2.build/Development/KisMac2.build
    /bin/rm -rf /tmp/trunk/build/KisMac2.build/Development/KisMac2.build

** CLEAN SUCCEEDED **

xcodebuild -target KisMAC -configuration Development
Unknown target: KisMAC
Usage: xcodebuild [-project <projectname>] [-activetarget] [-alltargets] [-target <targetname>]... [-parallelizeTargets] [-activeconfiguration] [-configuration <configurationname>] [-sdk <sdkfullpath>|<sdkname>] [-xcconfig <filepath>] [<buildsetting>=<value>]... [<buildaction>]...
       xcodebuild [-version [-sdk [<sdkfullpath>|<sdkname>] [<item>] ]
       xcodebuild [-showsdks]
       xcodebuild [-find <binary> -sdk <sdkfullpath>|<sdkname>]
       xcodebuild [-list]
make: *** [development] Error 1

But I have Snow Leopard, how I can tell to the project that I don't need the Lion version?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.