Open ricardo85x opened 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
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