noahsw / google-analytics-sdk-for-osx

Track usage of OS X applications
MIT License
56 stars 10 forks source link

DDLog.h file not found #10

Open guodong000 opened 10 years ago

guodong000 commented 10 years ago

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

noahsw commented 10 years ago

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 commented 9 years ago

@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 commented 9 years ago

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

git clone --recursive git@github.com:noahsw/google-analytics-sdk-for-osx.git