Closed neowinston closed 10 years ago
I've done the same adding this:
let XCGLoggerVersionNumber = 1.0
Thanks for the reply Phillipus, I've done similarly to what you did.
Did you guys add the source to your project directly, or set it up with the full framework?
I just grabbed the XCGLogger.swift file and added it to my project. How do you add it as a framework?
I just cannot figure out how to add it as a framework to a Xcode project.
I did the same as Phillipus did. I just dragged and dropped the XCGLogger.swift to my project and I also don't know how to add it as a framework. Thanks.
I've changed the way the versioning works, basically handling it manually instead of using Xcode's versioning since Xcode 6 Betas have issues using Swift Frameworks right now.
I'm getting this error message when trying to run my project using XCGLogger:
/XCGLogger/XCGLogger.swift:389:90: Use of unresolved identifier 'XCGLoggerVersionNumber'
For now I've added the global var manually just to run the project.
Thanks.