복원 후 바로 장비 인식이 안되어 정상적으로 진행이 안될 수 있다고 합니다. USB 2.0 포트에 연결하여 엽데이트를 진행합니다.
Posted by Parker Falcon
- iPhone/iPad/iPod Touch를 USB에서 뺍니다.
- iTunes를 종료합니다.
- 백신을 종료합니다. / 전압과 관련된 iPad 충전용 프로그램은 기능을 끕니다.
- 실행중인 다른 프로세스를 모두 종료합니다. 기본적인 프로세스만 남겨놓습니다.
- 다시 업데이트를 진행합니다.

또한 오늘 발표된 펌웨어라 서버에서 다운로드 받는 사람들이 많습니다. 계속 업데이트를 다시 진행합니다.

추가 : 3200은 인증 서버 과부하 문제로 보입니다. 인증 성공할 때 까지 재시도 하는 방법밖에는 없습니다.
추가#2 : 3200에러가 계속 나는 경우는 hosts파일에 gs.apple.com 을 추가해두었는지 확인해봅니다. 있다면 hosts에서 해당 도메인을 제거하고 다시 진행합니다. 
Posted by Parker Falcon
iOS 5.0 / iCloud 업데이트에 맞춰 XCode 4.2 업데이트가 출시되었습니다.



- Includes SDKs for Mac OS X 10.7 Lion and iOS 5
- Storyboards let you design multiple iOS screens, and define the segues among them
- Automatic Reference Counting (ARC) saves you from manually managing retain/release
- iCloud entitlements are automatically enabled for Mac and iOS apps
- OpenGL ES Debugger graphically analyzes your OpenGL scene directly within the IDE
- Apple LLVM compiler supports C++11 features and the LLVM libc++ standard library
- Older iOS Simulators and device debugging symbols are downloaded on-demand

Enhancements and fixes in previous Xcode updates:

- Interface Builder support for Auto Layout and new Aqua controls such as NSPopover
- Full screen support in workspace, project, and organizer windows
- Project editor can validate and resolve out of date build settings
- Behaviors can be customized and assigned to unique key bindings
- Source control enhancements to pushing, pulling, and management of remote servers
- Assistant editor support for display of generated assembly and preprocessed output
- Additional bug fixes and stability improvements

일단 iOS 5 / OS X 10.7 지원이 가장 큽니다. 또한 Storyboard기능을 이용할 수 있고, ARC(Auto Reference Counting)을 활용할 수 있습니다.

http://itunes.apple.com/kr/app/xcode/id448457090?mt=12

Mac App Store에서 무료로 업데이트 받을 수 있습니다. 
Posted by Parker Falcon