arrays - xcode6-beta5 crashes when creating a dictionary -


i'm little puzzled why switching xcode6-beta4 xcode6-beta5 bring breaking changes app! however, here looking at,

an image of error, cannot initialize array<nsdictionary>

this code belongs view controller. i'm not sure other information helpful. trying things @ point...

another error replacing swift nsdictionary nsdictionary

and in console read fatal error: array element cannot bridged objective-c, leads me think can't have nsdictionary in array?

i rewrote

var suggestions:array<dictionary<string, string> > = [["str1": "s1", "str2": "s2"]]

but don't know why can't have nsdictionary in swift array.


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -