Skip to content

Commit

Permalink
Merge pull request #88 from mattrubin/keychain-tests
Browse files Browse the repository at this point in the history
Update the note regarding keychain tests on iOS 10
  • Loading branch information
mattrubin authored Sep 19, 2016
2 parents 2e41dc5 + 89fe82a commit f4370aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Tests/KeychainTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@
// SOFTWARE.
//

// NOTE: Keychain access seems to be broken (error -34018) as of Xcode 8 beta 2.
// NOTE: Keychain access from test bundles seems to be broken (error -34018) in iOS 10.
// https://forums.developer.apple.com/thread/51071
// The current workaround for this issue is to enable the keychain sharing entitlement, but since
// entitlements appear to not affect test bundles, there isn't a fix for broken keychain tests.
// Until a future beta fixes the issue, keychain tests are disabled for iOS 10.
// Even basic (unshared) keychain access in iOS 10 requires the keychain sharing entitlement, but
// since entitlements do not apply to test bundles, there isn't a fix for broken keychain tests.
// Until a fix for the issue is found, keychain tests are disabled for iOS 10.

import XCTest
import OneTimePassword
Expand Down

0 comments on commit f4370aa

Please sign in to comment.