Smart Box

[iOS5 Beta6] iOS5 Beta6 변경 사항 (구글번역, 원본) 본문

Mobile/iOS

[iOS5 Beta6] iOS5 Beta6 변경 사항 (구글번역, 원본)

프매씨 2011. 8. 20. 13:47

원본 입니다.


Notes and Known Issues
The following issues relate to using the 5.0 SDK to develop code.

Accounts
When creating an iCloud account, you can use any Apple ID as long as it is a full email address and not a MobileMe account. If you have a MobileMe account, you can move that account to iCloud. You can find more information on iCloud at: http://developer.apple.com/icloud
FIXED: When setting up an iCloud or MobileMe account using the setup assistant and leaving Find My iPhone on, it might actually turn Find my iPhone off after the setup. Please verify in Settings/Mail, Contacts, Calendar/YourAccount that Find my iPhone is toggled On after leaving the setup assistant.
FIXED: Enabling iCloud services in Setup Assistant may not always be saved correctly. After completing Setup Assistant you should visit Settings > iCloud to verify the state of the iCloud account. If you have multiple iCloud or MobileMe accounts configured on the device you should also visit each of those accounts in Settings > Mail, Contacts, Calendar to verify each account.
FIXED: It is recommended that you disable Bookmarks on multiple accounts. If they are enabled, the results might be undefined.

AirPlay
Starting in iOS 5, video content in applications and websites are AirPlay-enabled by default.
iOS 5 supports AirPlay of video via AV Foundation.
Apple TV
Apple TV Software beta enables users to mirror the contents of an iPad 2 to an Apple TV (2nd generation) using AirPlay. This beta software also enables Photo Stream on Apple TV so users can access photos stored in iCloud. Apple TV Software beta is being provided to test the latest AirPlay functionality with your iOS 5 apps and web sites. If you wish to install Apple TV Software beta on your device, you must first register your device UDID in the iOS Developer Program Portal.
Apple TV may return to the main menu when exiting a TV show played via Home Sharing.
Music playlists are inaccessible via Home Sharing.
Binary Compatibility
On applications linked against the iOS 5.0 SDK, scroll view content offsets will no longer be rounded to integral pixels during a pinch gesture.
Calendar
Birthday calendars are not currently available via the icloud.com website or in Windows. They will be available in a future release.
FIXED: The default calendar is still the On My iPhone calendar despite setting up an iCloud account during Setup Assistant. As a workaround, reset the default Calendar after finishing Setup Assistant in Settings > Mail, Contacts, Calendar > Default Calendar.
FIXED: Pushing iCloud Calendar data is not working in iOS. To sync your iCloud Calendar, launch the Calendar app or refresh the calendars manually using the Calendars button in the top left corner.
Core Image
Several filters have been added since beta 1. The current list now includes the following filters:CIAdditionCompositing, CIAffineTransform, CICheckerboardGenerator, CIColorBlendMode, CIColorBurnBlendMode, CIColorControls,CIColorCube, CIColorDodgeBlendMode, CIColorInvert, CIColorMatrix, CIColorMonochrome, CIConstantColorGenerator, CICrop,CIDarkenBlendMode, CIDifferenceBlendMode, CIExclusionBlendMode, CIExposureAdjust, CIFalseColor, CIGammaAdjust,CIGaussianGradient, CIHardLightBlendMode, CIHighlightShadowAdjust, CIHueAdjust, CIHueBlendMode, CILightenBlendMode,CILinearGradient, CILuminosityBlendMode, CIMaximumCompositing, CIMinimumCompositing, CIMultiplyBlendMode,CIMultiplyCompositing, CIOverlayBlendMode, CIRadialGradient, CISaturationBlendMode, CIScreenBlendMode, CISepiaTone,CISoftLightBlendMode, CISourceAtopCompositing, CISourceInCompositing, CISourceOutCompositing, CISourceOverCompositing,CIStraightenFilter, CIStripesGenerator, CITemperatureAndTint, CIToneCurve, CIVibrance, CIVignette, and CIWhitePointAdjust
GameKit
Match data for turn based matches is currently limited to 4 KB of data.
NEW: Events will be passed to the delegate whenever a turn is made on a match, instead of just when it becomes the local player’s turn.
FIXED: When logging in to Game Center, the password may clear and login may not complete. Trying a second time will succeed.
FIXED: In this beta, GameKit Invites may fail. As a workaround, try restarting the device.
iBooks
iBooks 1.2.2 may fail to display some text or images in books. Please update to iBooks 1.3 in the App Store.
iCloud Backup
As this is beta software, it is recommended that you do not use the iCloud services to store any critical data or information. If you enable iCloud Backup, automatic backup with iTunes when syncing will be disabled. We also suggest that you manually back up your device with iTunes. Backups made with earlier versions of iOS 5 beta will soon become incompatible, and will no longer be available. It is strongly advised you upgrade to this version of the iOS 5 beta in order to continue backing up your devices. If you encounter errors restoring from a backup, or enabling a backup more than one hour after signing into iCloud, try deleting your iCloud account from Settings and adding it back. If errors persist, please try erasing your device and initiating the restore again.
iCloud Storage
NEW: If you call either stringByResolvingSymlinksInPath or stringByStandardizingPath on a path descended from your container, you’ll never be able to use the result to successfully perform a coordinated read.
NEW: On KVS, the per-key limit has been raised to 64Kb (to match the per-app limit); and the maximum number of keys has been raised to 256.
During the iOS 5 beta period, any documents stored on the servers might be purged periodically before GM. Therefore, it is highly recommended that you do not store any critical documents or information on the servers.
Provisioning Profiles no longer need to be enabled for iCloud in the iOS Provisioning Portal. All newly generated provisioning profiles are now automatically enabled for iCloud. If you are using an Xcode managed Team Provisioning Profile, click refresh in the Xcode Organizer to obtain a new iCloud-enabled profile. To enable all other provisioning profiles for iCloud, simply regenerate your profiles in the iOS Provisioning Portal.
If your application is using the NSMetadataQuery class, you must set a predicate, even though the predicate itself is ignored.
In this beta, the setSortDescriptors: method of NSMetadataQuery is not supported.
FIXED: To use iCloud prior to beta 5, you had to manually specify various container identifiers (your application’s Display set) within an Entitlements file for both of your Mac OS X and iOS projects.Starting in beta 5, to enable iCloud storage within your apps, simply click the “Enable Entitlements” checkbox in the Summary pane of your project. Xcode will create a custom entitlements file for your project that automatically includes your Team ID. You can add additional iCloud Container values as required by your application. (Note that you must regenerate your existing provisioning profiles, either with Xcode or in the iOS Provisioning Portal, to use iCloud storage.)If you specify a custom identifier string for your iCloud Key-Value Store or iCloud Container entitlement values, you no longer need to prepend your Team ID to the beginning of the string. Xcode will prepend your Team ID to these entries automatically
The container identifier string you pass to the URLForUbiquityContainerIdentifier: method of NSFileManager MUST include the team ID at the beginning of the string. As a convenience, if you pass nil, Foundation uses the first document container ID specified in your app’s entitlements.
There are issues using the Cloud Storage document API in conjunction with protected data which can lead to data corruption.
FIXED: In this beta, document-based applications cannot always detect when files change, move, or are deleted out from underneath them.
In this beta, file presenters (objects that adopt the NSFilePresenter protocol) do not receive some of the messages that they’re supposed to receive, especially:
presentedItemDidChange
presentedSubitemDidAppearAtURL:
presentedSubitemDidChangeAtURL:
You can workaround this by implementing the relinquishPresentedItemToWriter: method and checking to see if the writer actually wrote when your file presenter reacquires. You can also use FSEvents to observe file system changes
In this beta, messages about changes to files in a directory are not getting delivered to objects that adopt the NSFilePresenter protocol.
While reporting a bug related to the iCloud storage interfaces, please include the logs collected during your debugging session. To generate these logs, you must install a special debug profile on your device.The debug profile can be obtained from http://connect.apple.com. This profile enables the generation of debug logs that are needed to diagnose any problems using iCloud storage. The instructions to collect the logs are:
1.Install the profile. (The easiest way to do this is to mail it to yourself and open the attachment on their device.)
2.Reproduce the bug.
3.Sync with iTunes to pull the logs off your device.
4.Attach the logs to your bug report. You can find the logs in ~/Library/Logs/CrashReporter/MobileDevice/DeviceName/DiagnosticLogs.
These logs can grow large very quickly, so you should remove the profile after you have reproduced the problem and pulled the logs for the bug report.
File names are case-insensitive in OS X but case-sensitive in iOS. This can lead to problems when syncing files between the two. You should take steps on iOS to avoid creating files whose names differ only by case.
iMessage
iMessage beta 1 will be unable to communicate with iMessage users on beta 2 or later.
NEW:Setup Assistant does not input AppleID password in for FaceTime of iMessage.
interface Builder
NEW:The top-level views in a document that uses autolayout cannot have width and height constraints added. To workaround this you can add desired width or height constraint manually in code.
NEW:In Interface Builder documents using autolayout and constraints that Xcode generates cannot be deleted. You can “delete” these constraints by creating a user constraint for the behavior you are expecting. For example, if you drag out a button and Xcode generates a leading constraint to the button’s superview, and you wanted a trailing edge to the superview constraint, creating one manually using “Add Constraint => Trailing Constraint to Superview” would remove the leading edge to superview constraint.
NEW:It is known that equal widths/heights constraints can be broken on views that fill a container when resizing the window. If you resize the window and a equal widths/height constraint is broken, re-adding it will properly adjust the window to accommodate the constraint.
NEW: When editing the value of a constraint in the inspector, the constraint remains selected, and the outline view continues to show the constraint as selected.
NEW:In XCode 4.2 when copying views (either a single view or multiple views), both the user defined constraints directly on the selected view and the user defined constraints between the views being copied are copied to the pasteboard.
NEW:In Xcode 4.2 for a document using Cocoa Auto Layout, “Select All” in the canvas no longer selects the constraints and subviews of the edited view. If a view is selected, it will only select views. If a constraint is selected, “Select All” will select all constraints.
NEW:Changing the segment style of an NSSegmentedControl to “Automatic” might crash in documents using Cocoa Auto Layout. To workaround the issue use an explicit segment style such as Round or Textured, and at runtime, change the segment style to automatic using -[NSSegmentedCell setSegmentStyle:]
iPod
FIXED: When using the volume buttons on the device, or on headphones, the volume slider in the UI of applications may not update even though the volume level has changed.
iTunes
The version of iTunes that comes with beta 5 cannot sync devices that have the beta 4 software installed. To avoid this problem, do the following:
1.Sync any devices that have beta 4 installed to the version of iTunes that came with beta 4.
2.Upgrade iTunes to the version that comes with beta 5.
3.Connect the device and install the beta 5 software. (Understand that you might see a failure to sync error when you first connect the device.)
4.After installing the beta 5 software, restore from your the backup you made in step 1.
Videos purchased from the iTunes Store do not play on a 2nd generation AppleTV over AirPlay with iTunes 10.5.
Mail
When changing the host name of an email account in settings, blank messages may be seen in the unified inbox. As a workaround, delete and re-add the account instead of changing its host name.
OTA Software Update
If you are doing an OTA software update, you will need to re-sync your photos with iTunes.”
Photos
FIXED: When restoring photo libraries from an iTunes backup, some photos may not appear in the Photos application after restore. Please back up your photos before updating to iOS Beta 5.
Reminders
NEW: If reminders syncing is enabled for a Yahoo account and there is no reminders collection on the server, it will continually get recreated by the phone. Due to a Yahoo server bug, that collection will show up as an event calendar.
Simulator
Location services are not functional in iOS 4.3 simulator running on Mac OS 10.7 with Xcode 4.2.
Springboard
Push and local notifications for apps appear in the new Notification Center in iOS 5. Notification Center displays notifications that are considered “unread.” In order to accommodate push and local notifications that have no “unread” status, developers can use their application badge count to trigger a clearing of notifications from Notification Center. When an application clears its badge count (by setting it to zero), iOS 5 will clear its notifications from Notification Center.
FIXED: The UIPrerenderedIcon key (in the Info.plist file) is not honored in this beta.
StoreKit
FIXED: In-App purchase will not work for developers testing their apps with the iTunes Sandbox.
UI Automation
NEW: There is a known issue when using the performTaskOnHost API in a UI Automation script. If the task being performed with the API outputs excessively (say, thousands of lines of text) to standard out or standard error, the task may deadlock until the timeout is reached, at which point it will throw a javascript exception.
The lock() and unlock() functions of UIATarget have been replaced with the lockForDuration(<seconds>) function.
Starting in iOS 5 beta 2, you can now trigger the execution of an UI Automation script on an iOS device from the host terminal by using the instruments tool. The command is:
instruments -w <device id> -t <template> <application>
When using the cli instruments for UI Automation you can now target the default Automation Template and pass the script and results path into the tool as environment variable options. For example:
instruments -w <device id> -t /Developer/Platforms/iPhoneOS.platform/Developer/Library/Instruments/PlugIns/AutomationInstrument.bundle/Contents/Resources/Automation.tracetemplate <application> -e UIASCRIPT <script> -e UIARESULTSPATH <results path>
UIKit
Starting in iOS 5 beta 3, the exclusiveTouch property of UIControl has returned to its original default value of NO.
Returning nil from the tableView:viewForHeaderInSection: method (or its footer equivalent) is no longer sufficient to hide a header. You must override tableView:heightForHeaderInSection: and return 0.0 to hide a header.
In the iOS 5 beta, the UITableView class has two methods to move one cell from one row to another with defined parameters. These APIs are:
moveSection:toSection:
moveRowAtIndexPath:toIndexPath:
Using the UIWebView class in Interface Builder, setting transparent background color is possible in iOS 5. Developers compiling against the new SDK can check their XIB for the UIWebView transparent setting.
In the iOS 5 beta, the UINavigationBar, UIToolbar, and UITabBar implementations have changed so that the drawRect: method is not called on instances of these classes unless it is implemented in a subclass. Apps that have re-implemented drawRect: in a category on any of these classes will find that the drawRect: method isn’t called. UIKit does link-checking to keep the method from being called in apps linked before iOS 5 but does not support this design on iOS 5 or later. Apps can either:
Use the customization API for bars that in iOS 5 and later, which is the preferred way.
Subclass UINavigationBar (or the other bar classes) and override drawRect: in the subclass.
The indexPathForRow:inSection:, section, and row methods of NSIndexPath now use NSInteger instead of NSUInteger, so that these types match with methods defined on UITableView.
Touch events are not getting forwarded to the view in the cameraOverlayView property of UIImagePickerController.
We have changed the behavior of scrollToRowAtIndexPath:atScrollPosition:animated: such that UITableViewScrollPositionTop andUITableViewScrollPositionBottom now adjust for the top and bottom portions of the contentInset property.
NEW: In releases prior to iOS 5.0, the UIPopoverController class would unconditionally set the autoresizing masks of view controllers which were the content view controller of the popover controller. It would also unconditionally set the autoresizing masks of the views of view controllers pushed on to a UINavigationController object which was the content view controller of the popover controller.In iOS 5.0, the UIPopoverController class will no longer do this for applications linked on iOS 5.0 or later. Developers should ensure that the autoresizing masks of views are set properly to allow for arbitrary resizing within any container, not just popovers. A mask of(UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight) would not be unreasonable.
The completion handler for saveToURL:forSaveOperation:completionHandler: is now being called outside of the coordinated write block, where it used to be called inside.
NEW: The autosaveWithCompletionHandler: method is now called only for period-based saves and it is safe to return without saving. Documents must save, though, if the saveToURL:forSaveOperation:completionHandler: method is invoked.
Safari and WebKit
In iOS 5, a new inherited CSS property, -webkit-overflow-scrolling, is available. The value touch allows the web developer to opt in to native-style scrolling in an overflow:scroll element. The default value for this property is auto, which allows single-finger scrolling without momentum.
FIXED: In beta 5, accessing sites that use client side SSL certificates does not work and may cause the application to crash.
The WebKit framework has picked up a newer WebKit engine, which closely matches Safari 5.1. Some areas to be aware of with the new WebKit framework on iOS:
There is a new HTML5-compliant parser.
Text layout width may change slightly because word-rounding behavior now has floating-point-based precision.
There is improved validation of the <input type=number> form field, which includes removing leading zeros and number formatting.
Touch events are now supported on input fields.
window.onerror is now supported.
There is a new user agent that does not have locale information in the User Agent string.
FIXED: URLs are now canonicalized by making the scheme all lowercase. If a fake URL is used to pass information from a UIWebView back to native code, make sure that the scheme is always lowercase, or that the native code compares the scheme in a case-insensitive manner.
Wi-Fi Syncing
In iOS 5 beta 4 and later, wireless syncing is now available on Windows as well as the Mac. (This support requires OS X 10.6.8 or Lion.) You will see an option to enable wireless syncing when you connect your device to iTunes with the USB cable. It is recommended you perform your initial sync with a cable after restoring your device.
Wireless syncing is triggered automatically when the device is connected to power and on the same network as the paired computer. Or, you can manually trigger a sync from iTunes or from Settings > General > iTunes Sync (same network as paired computer required).
If you find issues with apps, media and/or photos synced to your device, you can reset then resync. From Settings > General > Reset, choose Erase all Content and Settings. Then reconnect to iTunes and sync again.
FIXED: In some cases, your device may fail to sync contacts, calendars and account settings, or back up to iTunes. If this happens, reboot your device and re-sync.
Xcode
In some cases, Xcode 4.2 Organizer does not display a device that is in restore mode. As a workaround you can use iTunes to restore.
In iOS 5 beta 5, iOS Simulator is not compatible with previous releases of the iCloud Developer Seed for OS X. It is highly recommended that you update to the latest iCloud Developer Seed to ensure compatibility.
iOS 5.0 SDK supports both iOS 4.3 and iOS 5.0 simulators.
FIXED: Xcode fails to build a Page-based template. You can work around this issue by adding the Core Graphics framework to your project.

구글도 번역된 번역본 입니다.


노트 및 알려진 문제점
다음과 같은 문제가 코드를 개발하기 위해 5.0 SDK를 사용하여 관련.


계정
그것이 전체 이메일 주소가 아닌 MobileMe 계정이므로 iCloud 계정을 만들 때, 당신은 한 어떤 애플 ID를 사용할 수 있습니다. 여러분이 MobileMe 계정이있다면, 당신은 iCloud 해당 계정을 이동할 수 있습니다. http://developer.apple.com/icloud : 당신의 iCloud에 대한 자세한 정보를 찾을 수 있습니다
고정 설치 Assistant를 사용하고 내 아이폰에서 찾기 떠날 iCloud 또는 MobileMe 계정을 설정하면 실제로 설치 후에 제 아이폰을 찾아 설정 수도 있습니다. 설정 / 메일에서 확인하시기 바랍니다, 연락처는 달력 / 내 아이폰 찾기 YourAccount은 설치 보조를 떠난 이후에 토글됩니다.
고정 설정 길잡 iCloud 서비스를 사용하면 항상 올바르게 저장되지 않을 수 있습니다. 설정 도우미를 완료한 후에> iCloud는 iCloud 계정의 상태를 확인하기 위해 설정을 방문해야합니다. 여러 개의 iCloud 또는 장치에 구성된 MobileMe 계정이있다면 당신은 또한 설정의 각 계정을 확인하기> 메일, 연락처, 캘린더를 해당 계정의 각 페이지를 참조해야합니다.
고정 : 그것은 여러 계정에 즐겨찾기를 사용하지 않도록 설정하는 것이 좋습니다. 그들이 활성화된 경우, 결과는 정의되지 않은 수 있습니다.



AirPlay
IOS 5 시작, 응용 프로그램 및 웹 사이트에서 비디오 콘텐츠입니다 AirPlay 활성화 기본적으로.
IOS 5 AV 재단을 통해 비디오의 AirPlay를 지원합니다.



애플 TV
애플 TV 소프트웨어 베타 AirPlay를 사용하여 애플 TV (2 세대)에 iPad 2의 내용을 거울에 사용자 수 있습니다. 사용자가 iCloud에 저장된 사진을 액세스할 수 있도록이 베타 소프트웨어는 또한 애플 TV에서 사진 스트림 수 있습니다. 애플 TV 소프트웨어 베타 버전은 IOS 5 애플 리케이션 및 웹 사이트와 최신 AirPlay 기능을 테스트하기 위해 제공되고 있습니다. 귀하의 장치에서 애플 TV 소프트웨어 베타 버전을 설치하려는 경우, 먼저 IOS 개발자 프로그램 Portal에서 UDID 장치를 등록해야합니다.
홈 공유를 통해 재생할 TV 쇼 종료할 때 애플 TV는 기본 메뉴로 돌아갑니다 있습니다.
음악 재생 목록 홈 공유를 통해 액세스할 수 없습니다.



바이너리 호환성
IOS 5.0 SDK에 대한 링크 응용 프로그램에서 스크롤보기 콘텐츠 오프셋은 더 이상 핀치 제스처 중 필수적인 픽셀로 반올림되지 않습니다.



달력
생일 캘린더가 icloud.com 웹사이트를 통해 또는 Windows에서 현재 사용할 수 없습니다. 그들은 미래의 릴리스에서 사용할 수 있습니다.
고정 : 기본 일정 설정 도우미 동안 iCloud 계정 설정에도 불구하고 내 아이폰 캘린더에 아직도있다. 해결로서, 설정 설치 길잡이> 메일, 연락처, 캘린더> 기본 일정을 마치신 후 기본 일정을 다시 설정하십시오.
고정 밀어 iCloud 캘린더 데이터는 IOS에서 작동하지 않습니다. 귀하의 iCloud 캘린더를 동기화하려면, 캘린더 애플 리케이션을 실행하거나 수동으로 왼쪽 상단 모서리에있는 달력 버튼을 사용하여 캘린더를 새로 고치십시오.



코어 이미지
여러 필터는 베타 1 이후 추가되었습니다. CIAdditionCompositing, CIAffineTransform, CICheckerboardGenerator, CIColorBlendMode, CIColorBurnBlendMode, CIColorControls, CIColorCube, CIColorDodgeBlendMode, CIColorInvert, CIColorMatrix, CIColorMonochrome, CIConstantColorGenerator, CICrop, CIDarkenBlendMode, CIDifferenceBlendMode, CIExclusionBlendMode, CIExposureAdjust, CIFalseColor, CIGammaAdjust, CIGaussianGradient, CIHardLightBlendMode : 현재 목록은 이제 다음과 같은 필터를 포함 , CIHighlightShadowAdjust, CIHueAdjust, CIHueBlendMode, CILightenBlendMode, CILinearGradient, CILuminosityBlendMode, CIMaximumCompositing, CIMinimumCompositing, CIMultiplyBlendMode, CIMultiplyCompositing, CIOverlayBlendMode, CIRadialGradient, CISaturationBlendMode, CIScreenBlendMode, CISepiaTone, CISoftLightBlendMode, CISourceAtopCompositing, CISourceInCompositing, CISourceOutCompositing, CISourceOverCompositing, CIStraightenFilter, CIStripesGenerator, CITemperatureAndTint, CITo​​neCurve, CIVibrance , CIVignette 및 CIWhitePointAdjust



GameKit
차례를 기반으로 일치하는 현재 데이터 4 KB로 제한됩니다 데이터를 일치합니다.
NEW : 설정이 일치에서 만든, 대신가 로컬 플레이어의 차례가됩니다 직전의 때마다 이벤트가 대리인에게 전달됩니다.
고정 : 게임 센터에 로그인할 때, 암호가 명확하고 로그인 수가 완료되지 않을 수 있습니다. 두 번째 시간을 시도하면 성공할 것입니다.
고정이 베타 버전에서는 GameKit이 실패할 수 있습니다 초대합니다. 문제를 해결하려면, 장치를 다시 시작하십시오.



iBooks
iBooks 1.2.2 도서의 일부 텍스트 또는 이미지를 표시하지 못할 수 있습니다. 앱 스토어에서 iBooks 1.3 업데이 트하십시오.



iCloud 백업
이 베타 소프트웨어로, 그것은 어떤 중요한 데이터 또는 정보를 저장하는 iCloud 서비스를 사용하지 않는 것이 좋습니다. 동기화 때 아이튠즈와 iCloud 백업, 자동 백업을 설정하면 비활성화됩니다. 또한 수동으로 iTunes를 사용하여 장치에 백업하는 것이 좋습니다. IOS 5 베타의 이전 버전으로 만든 백업은 곧 호환이 될 것이며, 더 이상 사용할 수 없습니다. 그것은 적극 당신의 장치를 백업 계속하기 위해 IOS 5 베타 버전으로 업그레이 드하는 것이 좋습니다. 당신은 iCloud에 로그인 후 하나 이상의 시간을 백업에서 복원하거나 백업을 활​​성화 오류가 발생하면 설정에서 iCloud 계정을 삭제하고 다시 추가해보십시오. 오류가 계속되면 장치를 지우고 다시 복원을 시작 보시기 바랍니다.



iCloud 스토리지
NEW : 당신이 컨테이너의 후손 경로 stringByResolvingSymlinksInPath 또는 stringByStandardizingPath 중 하나를 호출하면 성공적으로 조정 읽기를 수행하는 결과를 사용할 수 없을거야.
NEW : KVS에서 당 키 제한이 64KB (당 응용 프로그램 제한을 일치)에 제기되었습니다, 그리고 키의 최대 수가 256 인상되었습니다.
IOS 5 베타 기간 동안 서버에 저장된 문서는 GM 전에 정기적으로 정화 수 있습니다. 따라서, 그것은 매우 당신이 중요한 문서 또는 서버에 정보를 저장하지 않는 것이 좋습니다.
프로 비저닝 프로필은 더 이상 IOS 프로 비저닝 Portal에서 iCloud에 사용할 필요가 없습니다. 모든 새로 생성된 프로 비저닝 프로파일이 자동으로 iCloud에 대해 활성화되어 있습니다. 당신이를 사용하는 경우 Xcode는 팀 프로 비저닝 프로필을 관리, 새로운 iCloud 활성화된 프로파일을 얻기 위해 Xcode의 Organizer에서 새로 고침을 누릅니다. iCloud에 대한 다른 모든 프로 비저닝 프로파일을 활성화하려면 IOS 프로 비저닝 포털에 프로필을 재생.
응용 프로그램이 NSMetadataQuery 클래스를 사용하는 경우, 당신은 술어 자체는 무시하더라도, 술어를 설정해야합니다.
베타에서 setSortDescriptors : NSMetadataQuery 방식은 지원되지 않습니다.
고정 전에 베타 5 iCloud 사용하려면, 당신은 내 iCloud 스토리지를 사용하려면 수동으로 Mac OS X 및 베타 5 projects.Starting IOS 모두를위한 권리 파일 내의 다양한 컨테이​​너 식별자를 (응용 프로그램의 디스플레이 설정)를 지정했다 애플 리케이션은, 단순히 프로젝트의 요약 패널에서 "사용 권리"확인란을 클릭하십시오. Xcode는 자동으로 팀 ID를 포함하는 프로젝트를위한 사용자 정의 권리의 파일이 만들어집니다. 귀하는 귀하의 응용 프로그램에 필요한 추가 iCloud 컨테이너 값을 추가할 수 있습니다. (이 iCloud 스토리지를 사용하는, 중 Xcode 또는 IOS 프로 비저닝 포털에서, 기존의 프로 비저닝 프로파일을 다시 생성해야합니다.) 당신이 iCloud 키 - 값 저장소 또는 iCloud 컨테이너 권리의 값을 정의 식별자 문자열을 지정하면, 당신이 더 이상 문자열의 시작 부분에 팀 ID를 앞에해야합니다. Xcode는 자동으로 해당 항목에 팀 ID를 앞에 것입니다
당신이 URLForUbiquityContainerIdentifier로 전달 컨테이너 식별자 문자열 NSFileManager의 방법은 문자열의 시작 부분에 팀 ID를 포함해야합니다. 이 전무 통과하면 편의, 재단은 귀하의 응용 프로그램의 권리에 지정된 첫 번째 문서 컨테이너 ID를 사용합니다.
데이터 손상을 초래할 수있는 보호된 데이터와 함께 클라우드 스토리지 문서 API를 사용하여 문제가 있습니다.
고정이 베타 버전으로, 문서 기반 응용 프로그램은 항상 파일 변경, 이동 또는 그들 아래에서 밖으로 삭제하는 경우 감지 수 없습니다.
이 베타 버전으로, 파일 발표 (NSFilePresenter 프로토콜을 채택 개체)은 특히, 수신을해야한다는 메시지의 일부가 나타나지 않습니다 :
presentedItemDidChange
presentedSubitemDidAppearAtURL :
presentedSubitemDidChangeAtURL :
때 파일 발표자 reacquires 작가가 실제로 썼다면 방법과 확인 검사 : 당신은 relinquishPresentedItemToWriter을 구현함으로써 해결이 있습니다. 당신은 또한 파일 시스템 변화를 관찰 FSEvents를 사용할 수 있습니다

이 베타 버전으로, 디렉토리에있는 파일에 대한 변경 사항 메시지는 NSFilePresenter 프로토콜을 채택 개체에 전달 받고되지 않습니다.
iCloud 스토리지 인터페이스와 관련된 버그를보고 있지만, 귀하의 디버깅 세션을 통해 수집된 로그를 포함하시기 바랍니다. 이러한 로그를 생성하려면, 당신이 device.The 디버그 프로필에 특별한 디버그 프로필을 설치해야합니다는 http://connect.apple.com에서 얻을 수 있습니다. 이 프로필은 iCloud 스토리지를 사용하는 문제를 진단하는 데 필요한 디버그 로그의 생성이 가능합니다. 로그를 수집하는 방법은 다음과 같습니다
프로필을 1.Install. (이 작업을 수행하는 가장 쉬운 방법은 자신에게 그것을 이메일과 장치에 첨부​​ 파일을 열 수 있습니다.)
버그를 2.Reproduce.
장치에서 로그를 당길 아이튠즈와 3.Sync.
여러분의 버그 리포트에 로그를 4.Attach. 당신은 ~ / 라이브러리 / 로그 / CrashReporter / MobileDevice / DeviceName / DiagnosticLogs에서 로그를 찾을 수 있습니다.
이러한 로그는 매우 빠르게 커질 수 있습니다 당신이 문제를 재현하여 버그 보고서에 대한 로그를 당긴 후에 당신이 프로필을 삭제해야한다.

파일 이름은 OS X에서 대소문자를 구분하지만, IOS에서 대소문자를 구분합니다. 둘 사이에 파일을 동기화 할 때이 문제가 발생할 수 있습니다. 당신은 누구의 이름 경우에 의해서만 차이가 파일을 생성하지 않도록 IOS에 대한 조치를 취해야한다.



iMessage
iMessage 베타 1 베타 2 이상 iMessage 사용자와 통신할 수 없습니다.
NEW : 설치 길잡이가 iMessage의 FaceTime을 위해 비밀 번호를 입력 AppleID하지 않습니다.



인터페이스 빌더
NEW : autolayout을 사용하는 문서에 최상위 수준의 전망 너비를 가질 수 없습니다 높이 제약 조건이 추가되었습니다. 해결 방법이 당신이 코드에서 수동으로 원하는 폭 또는 높이 제약 조건을 추가할 수 있습니다.
NEW가 : autolayout와 Xcode가 생성하는 제약 조건을 사용하여 인터페이스 빌더 문서에서 삭제할 수 없습니다. 당신이 기대하는 행동에 대한 사용자 제약 조건을 생성하여 이러한 제약을 '삭제'하실 수 있습니다. 예를 들어, 버튼을 드래그 Xcode는 버튼의 superview에 선도적인 제약을 생성하고, 수동으로 "추가 제약이 => Superview에 제약 트레 일링"첨단을 제거할 것입니다 사용하여 하나를 만들, superview 제약에 후행 가장자리를 원한다면 superview 제한합니다.
NEW : 그것은 같은 너비 / 높이 제한이 때 크기 창을 컨테이너를 채울 것을보기에 고장 수 있습니다 알려져있다. 당신이 창의 크기를 조정하고 동등한 너비 / 높이 제약 조건이 깨진 경우, 다시 추가가 제대로 제약 조건을 수용하기 위해 창문을 조정합니다.
NEW : 감독관의 제약의 값을 편집하면 제약 조건은 선택된 상태로 유지되며, 개요보기를 선택으로 제약 조건을 표시하고 있습니다.
NEW : XCode 4.2 때 복사 전망 (단일보기 또는 여러 전망 중), 모두 사용자가 직접 선택한보기에 제약을 정의하고 사용자가 복사되는 전망 사이의 제약이 두꺼운 종이에 복사됩니다 정의.
NEW : 코코아 자동 레이아웃을 사용하여 문서에 대한 Xcode 4.2, 캔버스에 더 이상 편집보기의 제약과 subviews을 선택하지 "모두 선택". 보기를 선택하면, 그것은보기를 선택할 수 있습니다. 제약 조건이 선택되어 있으면, 모든 제약 조건을 선택합니다 "모두 선택".
NEW : "자동"에 NSSegmentedControl의 세그먼트 스타일을 변경하면 코코아 자동 레이아웃을 사용하여 문서에서 충돌 수도 있습니다. [NSSegmentedCell setSegmentStyle :] - 해결 문제 같은 라운드이나 질감 같은 명시적인 세그먼트 스타일을 사용하고 런타임에서 자동으로 사용하는 세그먼트 스타일을 변경하려면



아이팟
고정 장치의 볼륨 버튼을 사용하는 경우, 또는 헤드폰에 응용 프로그램의 UI에있는 볼륨 슬라이더는 볼륨 레벨이 변경된 경우에도 업데이 트되지 않을 수 있습니다.



아이튠즈
베타 5와 함께 제공 아이튠즈의 버전은 베타 버전 4 소프트웨어가 설치된 장치를 동기화할 수 없습니다. 이 문제를 방지하려면 다음을 수행하십시오 :
베타 4 온 아이튠즈의 버전에 설치 베타 4가 1.Sync 모든 장치.
베타 5와 함께 제공되는 버전의 iTunes를 2.Upgrade.
장치를 3.Connect와 베타 5 소프트웨어를 설치합니다. (먼저 장치를 연결할 때 오류를 동기화하기 위해 실패를 볼 수도있다는 점 이해합니다.)
베타 5 소프트웨어를 설치 4.After, 당신이 1 단계에서 만든 사용자 백업에서 복원합니다.
아이튠즈 스토어에서 구입한 비디오는 iTunes를 10.5로 AirPlay을 통해 2 세대 AppleTV에서 재생되지 않습니다.



우편
설정에서 이메일 계정의 호스트 이름을 변경하면, 빈 메시지가 통일받은 편지함에서 볼 수 있습니다. 이 문제를 해결하려면 삭제하고 대신에 그 호스트 이름을 변경의 계정을 다시 추가합니다.



OTA 소프트웨어 업데이트
당신이 OTA 소프트웨어 업데이 트를하고있다면, iTunes를 사용하여 사진을 다시 동기화해야합니다. "



사진
고정 : 아이튠즈 백업에서 사진 라이브러리를 복원하는 경우, 일부 사진은 복원 후 사진 응용 프로그램에서 표시되지 않을 수 있습니다. IOS 베타 5 업데이 트하기 전에 사진을 백업하시기 바랍니다.



알림
NEW : 동기화 알림은 야후 계정 활성화 및 서버에 알림 수집가없는 경우, 그것이 지속적으로 전화로 재현하게됩니다. 야후 서버 버그로 인해, 그 컬렉션은 이벤트 캘린더로 나타납니다.



시뮬레이터
위치 서비스는 Xcode 4.2와 맥 OS 10.7에서 실행중인 IOS 4.3 시뮬레이터에서 작동하지 않습니다.



스프링 보드
애플 리케이션을위한 푸시 및 지방 알림 IOS 5 새로운 통지 센터에 나타납니다. 신고 센터 간주됩니다 알림 표시 "읽지 않은 있습니다."아니오 "읽지 않은"상태가없는 추진과 지역 알림을 수용하기 위해, 개발자는 신고 센터에서 알림 삭제를 실행하기 위해 응용 프로그램 배지 카운트를 사용할 수 있습니다. 응용 프로그램의 배지 수를 (제로로 설정하여) 지웁니다 때, IOS 5 신고 센터로부터 통지를 취소됩니다.
고정 UIPrerenderedIcon 키 (Info.plist 파일에)이 베타 버전으로 영광되지 않습니다.



StoreKit
고정 인 응용 프로그램 구입 아이튠즈 샌드 박스와 함께 자신의 애플 리케이션 테스트를 개발자가 작동하지 않습니다.



UI 자동화
NEW : UI 자동화 스크립트에 performTaskOnHost API를 사용할 때 알려진 문제가 있습니다. API로 수행되는 작업이 표준 밖으로 또는 표준 오류로 과도하게 출력 (말, 텍스트의 라인 수천명의) 경우에는 시간 제한에 도달할 때까지, 작업은 자바 스크립트 예외를 던질되는 시점, 교착 상태 수 있습니다.
UIATarget의 잠금 ()와 해제는 () 함수는 lockForDuration (<seconds>) 함수로 대체되었습니다.
IOS 5 베타 2에서 시작, 이제 악기 도구를 사용하여 호스트 터미널에서 IOS 장치에 대한 UI 자동화 스크립트의 실행을 실행할 수 있습니다. 명령은 다음과 같습니다 :
악기 - W <device ID> - T <template> <application>
UI 자동화를위한 CLI 악기를 사용하면 이제 기본 자동화 서식 파일을 대상 환경 변수 옵션으로 도구에 스크립트 및 결과 경로를 전달할 수 있습니다. 예를 들면 다음과 같습니다
악기 - W <device ID> - T <application> - E UIASCRIPT <SCRIPT> - E UIARESULTSPATH는 path> <results



UIKit
IOS 5 베타 3부터 UIControl의 exclusiveTouch 속성은 NO의 원래 기본값으로 반환했습니다.
viewForHeaderInSection : tableView에서 전무를 반환 방법을하면 (또는 바닥글 이에 상응하는 금액)은 더 이상 헤더를 숨기기에 충분한 없습니다. heightForHeaderInSection : 당신은 tableView을 무시해야하며 헤더를 숨길 0.0을 반환합니다.
IOS 5 베타에서 UITableView 클래스는 행 하나에서 정의된 매개 변수와 함께 다른 한 셀 이동 두 가지 방법이 있습니다. 이 API는 다음과 같습니다
moveSection : toSec​​tion :
moveRowAtIndexPath : toIndexPath :
투명한 배경 색상을 설정, 인터페이스 빌더에서 UIWebView 클래스를 사용하면 IOS 5 수 있습니다. 새 SDK에 대한 컴파일 개발자는 UIWebView 투명 설정을 위해 XIB를 확인하실 수 있습니다.
IOS 5 베타에서 UINavigationBar, UIToolbar 및 UITabBar 구현이 변경되도록 drawRect :가 하위 클래스에서 구현되지 않는 한 방법은이 클래스의 인스턴스에서 호출되지 않습니다. drawRect을 다시 구현 애플 리케이션 : 방법이라고 부르는것이 아니다 이러한 클래스 중 어느 카테고리에이 drawRect는 것을 알게됩니다. UIKit은 IOS 5 전에 연결된 애플 리케이션에서 호출되지 않도록하는 방법을 유지하는 링크 확인을 수행하지만, IOS 5 이상이 설계를 지원하지 않습니다. 애플 리케이션 중 하나 :
IOS 5 이상, 어떤이 선호하는 방법이라고 바에 대한 사용자 정의 API를 사용합니다.
하위 클래스의 UINavigationBar (또는 다른 막대 클래스)와 재정은 drawRect : 하위 클래스 인치
indexPathForRow : inSection : NSIndexPath의 섹션, 그리고 행 방법은 지금 이러한 유형은 UITableView에 정의된 메서드와 일치되도록 대신 NSUInteger의 NSInteger을 사용합니다.
터치 이벤트 UIImagePickerController의 cameraOverlayView 속성에서 볼 수있는 전달 받고되지 않습니다.
atScrollPosition : 우리는 scrollToRowAtIndexPath의 동작을 변경 애니메이션 : UITableViewScrollPositionTop andUITableViewScrollPositionBottom 지금 contentInset 재산의 상단과 하단 부분에 대한 조정 그러한.
NEW : 이전 IOS 5.0 릴리스에서 UIPopoverController 클래스가 무조건 popover 컨트롤러의 내용보기 컨트롤러되었다 볼 컨트롤러의 autoresizing 마스크를 설정해야합니다. 또한 무조건 볼 컨트롤러의 전망의 autoresizing 마스크가 popover controller.In IOS 5.0 내용보기 컨트롤러되었다 UINavigationController 개체에 밀어 설정 때문에, UIPopoverController 클래스는 더 이상 IOS 5.0 이상에 연결된 응용 프로그램에이 작업을 수행하지 않습니다 나중에. 개발자 전망의 autoresizing 마스크는 모든 컨테이너 내에서 임의의 크기 조정을 할 수 있도록 올바르게 설정되도록해야하지 그냥 popovers. 의 마스크 (UIViewAutoresizingFlexibleWidth | UIViewAutoresizingFlexibleHeight)은 부당 수 없습니다 것입니다.
saveToURL에 대한 완료 처리기 : forSaveOperation : completionHandler가 : 지금은 내부 호출하는 데 사용되는 조정 쓰기 블록, 외부 호출되고 있습니다.
NEW : autosaveWithCompletionHandler : 방법은 이제 단 기간 기반 절약을 촉구하고 저장하지 않고 반환하는 것이 안전입니다. forSaveOperation : completionHandler : 메서드 호출 saveToURL이 경우 문서는하지만, 저장해야합니다.



사파리 웹킷
IOS 5, 새 사용할 수 있습니다 CSS 속성 - 웹킷 - 오버플로 - 스크롤을, 상속. 스크롤 요소 : 값 터치는 웹 개발자가 오버플로 기본 스타일의 스크롤에 선택하실 수 있습니다. 이 속성의 기본값은 추진력없이 단일 손가락으로 스크롤을 허용 자동입니다.
고정 : 베타 5에서, 클라이언트 측 SSL 인증서를 사용하여 액세스하는 사이트가 작동하지 않고 응용 프로그램이 충돌이 발생할 수 있습니다.
웹킷 프레임 워크는 밀접하게 사파리 5.1 일치하는 새로운 웹킷 엔진을 포착했다. IOS에서 새로운 웹킷 프레임 워크로 인식하는 일부 지역 :
새로운 HTML5 호환 파서가 있습니다.
워드 라운딩 문제는 이제 부동 소수점 기반의 정밀도를 가지고 있기 때문에 텍스트 레이아웃 너비가 약간 변경될 수 있습니다.
제거 맨 앞에 0과 번호 서식을 포함하는 <input type=number> 양식 필드의 유효성 검사 향상이 있습니다.
터치 이벤트가 현재 입력 필드에서 지원됩니다.
window.onerror 이제 지원됩니다.
사용자 에이전트 문자열에 로케일 정보를 갖고 있지 않는 새로운 사용자 에이전트가 있습니다.
고정 URL은 이제 모두 소문자 체계를 만들어 canonicalized 수 있습니다. 가짜 URL이 네이티브 코드로 UIWebView 위로의 정보를 전달하는 데 사용되는 경우, 계획은 항상 소문자로되어 있는지 확인하거나 원시 코드는 대소문자를 구별하지 방식으로 구조를 비교 것을.



와이파이 동기화
IOS 5 베타 4 이후, 무선 동기화 윈도우에서뿐만 아니라 맥 지금처럼 사용할 수 있습니다. (이 지원이 OS X 10.6.8 또는 라이온이 필요합니다.) 당신이 USB 케이블로 아이튠즈에 장치를 연결할 때 동기화 무선을 활성화하는 옵션이 표시됩니다. 그것은 당신의 장치를 복원 후 케이블을 사용하여 초기 동기화를 수행하는 것이 좋습니다.
무선은 동기화는 장치가 전원에 연결된 경우 자동으로 트리거와 결합하여 컴퓨터와 동일한 네트워크에. 것입니다 또는 수동으로 iTunes에 또는 설정> 일반> 아이튠즈 동기화 (필수 이점 컴퓨터와 동일한 네트워크)에서 동기화를 실행할 수 있습니다.
당신은 애플 리케이션, 미디어 및 / 또는 장치에 동기화 사진과 함께 문제를 찾아내는 경우에, 당신은 resync 후 재설 정할 수 있습니다. 설정> 일반> 재설정에서 모든 콘텐츠 및 설정을 지우기를 선택합니다. 다음 iTunes를 다시 연결하고 다시 동기화.
고정 : 어떤 경우에는 해당 장치가 다시 아이튠즈에 연락처, 캘린더 및 계정 설정을 동기화에 실패, 또는​​ 수 있습니다. 이런 문제가 발생하면 해당 장치와 다시 동기화를 다시 부팅합니다.



Xcode
어떤 경우에는 Xcode 4.2 주최자는 복원 모드에있는 장치를 표시하지 않습니다. 해결로서 당신은 복원 iTunes를 사용할 수 있습니다.
IOS 5 베타 5에서, IOS 시뮬레이터 그것은 매우 당신이 호환성을 보장하기 위해 최신 iCloud 개발자 시드로 업데이 트하는 것이 좋습니다 OS X 용 iCloud 개발자 종자의 이전 릴리스와 호환되지 않습니다.
IOS 5.0 SDK는 IOS 4.3 IOS 5.0 시​​뮬레이터를 모두 지원합니다.
고정 Xcode는 페이지 기반의 템플릿을 만들 실패합니다. 귀하의 프로젝트에 코어 그래픽 프레임 워크를 추가하여이 문제를 해결할 수 있습니다.
Comments