Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

Make your own iPhone apps
and run them live!
(free)

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 08-28-2009, 07:48 PM   #1 (permalink)
Registered Member
 
Join Date: Dec 2008
Posts: 44
GinsbergWright is on a distinguished road
Default Snow Leopard f'd up my s

I just installed Snow Leopard... bad move... didn't realize it would affect existing Xcode... uhoh...
GinsbergWright is offline   Reply With Quote
Old 08-28-2009, 07:56 PM   #2 (permalink)
Registered Member
 
Join Date: Aug 2009
Posts: 361
pofak is on a distinguished road
Default

What happened? I am planning to get it next week.
pofak is offline   Reply With Quote
Old 08-28-2009, 08:15 PM   #3 (permalink)
Registered Member
iPhone Dev SDK Supporter
 
Join Date: Mar 2009
Posts: 292
odysseus31173 is on a distinguished road
Default

I'm also curious to know what happened; was it different than having a problem with older targetted iphone OS's?

Last edited by odysseus31173; 08-28-2009 at 08:18 PM.
odysseus31173 is offline   Reply With Quote
Old 08-28-2009, 08:23 PM   #4 (permalink)
• Creative Mind •
 
RandyMcMillan's Avatar
 
Join Date: Jul 2009
Location: Tampa Bay | WWW
Posts: 36
RandyMcMillan is on a distinguished road
Send a message via AIM to RandyMcMillan
Default Of coarse it would...

That why they have versions for Leopard and Snow leopard in the developer connection.....

Also if your using CUSTOM HEADERs or ADDITIONAL SDKs you should probably wait....

also Time Machine should be fine.....but you will probably not be able to roll back to leopard....without a complete OSReInstall.....
__________________
RandyMcMillan.net
RandyMcMillan is offline   Reply With Quote
Old 08-28-2009, 10:47 PM   #5 (permalink)
Registered Member
 
Join Date: Dec 2008
Posts: 44
GinsbergWright is on a distinguished road
Default

It looks like I can't build anything now in an iPhone OS earlier than 3.0... and I want all my apps to be in 2.1... it looks like I cannot get back to that no matter what I do... it sucks.
GinsbergWright is offline   Reply With Quote
Old 08-29-2009, 01:36 AM   #6 (permalink)
Registered Member
 
Join Date: Jun 2009
Posts: 916
lukeca is on a distinguished road
Default

Well since you already took the plunge with snow leopard would you mind taking a look at this to see if it works for you and allows you to continue building 2.x apps? I'm sure a lot of would like to install snow leopard, it would be a great help if you could let us know if it works or not. Here is the link:

Alan Quatermain iPhone 2.x SDKs on Snow Leopard
lukeca is offline   Reply With Quote
Old 08-29-2009, 11:30 AM   #7 (permalink)
Registered Member
 
Join Date: Dec 2008
Posts: 44
GinsbergWright is on a distinguished road
Default

Quote:
Originally Posted by lukeca View Post
Well since you already took the plunge with snow leopard would you mind taking a look at this to see if it works for you and allows you to continue building 2.x apps? I'm sure a lot of would like to install snow leopard, it would be a great help if you could let us know if it works or not. Here is the link:

Alan Quatermain iPhone 2.x SDKs on Snow Leopard
I things are going to be ok...

I installed Snow Leopard... then Xcode 3.2 from the SL CD... then SDK 3.0 final from the Dev Center... then with a Base SDK of 3.0, I can still build for a deployment target of 2.0, as per this post on the dev forum:
https://devforums.apple.com/message/114722#114722
GinsbergWright is offline   Reply With Quote
Old 08-29-2009, 01:00 PM   #8 (permalink)
Registered Member
 
Join Date: Apr 2008
Posts: 339
Delirium is an unknown quantity at this point
Default

Quote:
Originally Posted by GinsbergWright View Post
It looks like I can't build anything now in an iPhone OS earlier than 3.0... and I want all my apps to be in 2.1... it looks like I cannot get back to that no matter what I do... it sucks.
I ran into the same problem. All you need to do is move the old sdk's to the Xcode 3.2 area under Platforms/iPhoneOS.platform/Develper/SDKs. Once I did that, I could build all the way back to 2.0.
Delirium is offline   Reply With Quote
Old 08-29-2009, 02:12 PM   #9 (permalink)
Registered Member
 
Join Date: Dec 2008
Posts: 44
GinsbergWright is on a distinguished road
Default

Quote:
Originally Posted by Delirium View Post
I ran into the same problem. All you need to do is move the old sdk's to the Xcode 3.2 area under Platforms/iPhoneOS.platform/Develper/SDKs. Once I did that, I could build all the way back to 2.0.
That doesn't work. You can copy them, and they appear in Xcode, but they $hi+ the bed when you build.
GinsbergWright is offline   Reply With Quote
Old 08-30-2009, 01:25 AM   #10 (permalink)
Registered Member
 
Join Date: Apr 2008
Posts: 339
Delirium is an unknown quantity at this point
Default

Quote:
Originally Posted by GinsbergWright View Post
That doesn't work. You can copy them, and they appear in Xcode, but they $hi+ the bed when you build.
Okay, I have new info from another thread here. Try changing your deployment target in the project build settings to iPhone OS 2.1, and then build with the 3.0 option from the Set Active SDK menu. This is allowing me to install on a 2.x device. Evidently, this is the correct way to build for previous versions.
Delirium is offline   Reply With Quote
Old 08-30-2009, 07:53 AM   #11 (permalink)
Registered Member
 
Join Date: Dec 2008
Posts: 44
GinsbergWright is on a distinguished road
Default

Quote:
Originally Posted by Delirium View Post
Okay, I have new info from another thread here. Try changing your deployment target in the project build settings to iPhone OS 2.1, and then build with the 3.0 option from the Set Active SDK menu. This is allowing me to install on a 2.x device. Evidently, this is the correct way to build for previous versions.
That's exactly what I said 3 posts up.
GinsbergWright is offline   Reply With Quote
Old 08-30-2009, 10:38 AM   #12 (permalink)
Registered Member
 
Join Date: Apr 2008
Posts: 339
Delirium is an unknown quantity at this point
Default

Quote:
Originally Posted by GinsbergWright View Post
That's exactly what I said 3 posts up.
Whoops, didn't see that. Glad it's working for you.
Delirium is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 324
13 members and 311 guests
chiataytuday, coolman, givensur, glenn_sayers, guusleijsten, ipodphone, jbro, mediaspree, mottdog, mtl_tech_guy, Punkjumper, vilisei, whitey99
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,649
Threads: 94,114
Posts: 402,883
Top Poster: BrianSlick (7,990)
Welcome to our newest member, Anwerbl
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 09:29 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0