On Jul 27, 2015, at 3:06 PM, Quincey Morris 
<[email protected]> wrote:

> The problem is that kSecReturnData is a CFString, which is not a type that’s 
> bridged automatically in the construction of a dictionary. The following 
> works for me in a playground (b4):
> 
>       let d1 = [ kSecReturnData as NSString : true ]


or
        let d1 = [ String(kSecReturnData) : true ]

if you can/want to use a String type.

Marc
_______________________________________________

Cocoa-dev mailing list ([email protected])

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to