Skip to content
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

Closed
neowinston opened this issue Jun 25, 2014 · 7 comments
Closed

Use of unresolved identifier 'XCGLoggerVersionNumber' #3

neowinston opened this issue Jun 25, 2014 · 7 comments

Comments

@neowinston
Copy link

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.

@Phillipus
Copy link

I've done the same adding this:

let XCGLoggerVersionNumber = 1.0

@neowinston
Copy link
Author

Thanks for the reply Phillipus, I've done similarly to what you did.

@DaveWoodCom
Copy link
Owner

Did you guys add the source to your project directly, or set it up with the full framework?

@Phillipus
Copy link

I just grabbed the XCGLogger.swift file and added it to my project. How do you add it as a framework?

@Phillipus
Copy link

I just cannot figure out how to add it as a framework to a Xcode project.

@neowinston
Copy link
Author

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.

@DaveWoodCom
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants