-
Notifications
You must be signed in to change notification settings - Fork 477
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use of unresolved identifier 'XCGLoggerVersionNumber' #3
Comments
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.
The text was updated successfully, but these errors were encountered: