lescoste / iphototogallery3

iPhoto plugin to upload your pictures to a gallery 3 server
http://lescoste.net/blog/iphototogallery3
BSD 3-Clause "New" or "Revised" License
21 stars 3 forks source link

Problems with compilation using Xcode 4.0.2 #21

Closed Uznick closed 13 years ago

Uznick commented 13 years ago

When I try to compile the plugin myself I get two warnings from xcode "Missing SDK in target iPhotoToGallery3 Install: macosx10.5"

And when I try to build, I get an error "The selected run destination is not valid for this action". I am a nubie in cocoa development, so I am puzzled a bit.

Could you, please, tell me how to fix these errors?

lescoste commented 13 years ago

Hi, The problem is that the SDK on your machine is more recent than the one in the xcode file of the project. You have to update the project sdk : See the xcode snapshot below : update the "Base SDK" property and it should compile.

Anyway i will commit an updated xcode project soon on git.

Stephane.

Le lundi6 juin 11 01:07, Uznick a crit :

When I try to compile the plugin myself I get two warnings from xcode "Missing SDK in target iPhotoToGallery3 Install: macosx10.5"

And when I try to build, I get an error "The selected run destination is not valid for this action". I am a nubie in cocoa development, so I am puzzled a bit.

Reply to this email directly or view it on GitHub: https://github.com/lescoste/iphototogallery3/issues/21

Stephane stephane@lescoste.net http://www.lescoste.net/

Uznick commented 13 years ago

I've also had to set GCC_VERSION_i386->Debug for 4.2 and everything became ok.

Thanks :)