We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When i run Sample Project, show "'DDLog.h' file not found " Error
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
@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.
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
No branches or pull requests
When i run Sample Project, show "'DDLog.h' file not found " Error
The text was updated successfully, but these errors were encountered: