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

DDLog.h file not found #10

Open
guodong000 opened this issue May 4, 2014 · 3 comments
Open

DDLog.h file not found #10

guodong000 opened this issue May 4, 2014 · 3 comments

Comments

@guodong000
Copy link

When i run Sample Project, show "'DDLog.h' file not found " Error

@noahsw
Copy link
Owner

noahsw commented May 8, 2014

Hmm, what version of Xcode and OS X are you on? Can you paste the entire error message? I just tried the latest pull myself and it worked fine.

@nielse63
Copy link

@geekdonie If you downloaded the zip directly instead of cloning from the repo you won't get the CocoaLumberjack submodule at the specific commit.

Download CocoaLumberjack at commit 6c978fdab4 and move the DDLog and DDTTYLogger classes into your copy of google-analytics-sdk-for-osx, then try compiling again.

@WillChilcutt
Copy link

Make sure you use --recursive in your git clone command to also get the CocoaLumberjack submodule:

git clone --recursive [email protected]:noahsw/google-analytics-sdk-for-osx.git

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

5 participants
@nielse63 @WillChilcutt @noahsw @guodong000 and others