QuetzalMX / QuetzalXLSReader

XLS Parser by Quetzal
37 stars 9 forks source link

Ambiguous reference to member String on Xcode 7 #10

Open ricardo85x opened 9 years ago

ricardo85x commented 9 years ago

Hi,

When I use this framework on Xcode 7 I got this error when I try to create a variable like that:

var list = [String: String]() Also the AppDelegate.swift have this line by default when you use coredata: var dict = [String: AnyObject]()

And if I just add this framework to the project I god this error and the project won't compile.

Thanks