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

Undefined symbols for architecture armv7: "_LOG_OBJC_MAYBE", referenced from: #176

Open
WDDong opened this issue Dec 19, 2016 · 2 comments

Comments

@WDDong
Copy link

WDDong commented Dec 19, 2016

-[DAVConnection httpResponseForMethod:URI:] in DAVConnection.o
-[DAVResponse initWithMethod:headers:bodyData:resourcePath:rootPath:] in DAVResponse.o
-[DELETEResponse initWithFilePath:] in DELETEResponse.o
-[HTTPAsyncFileResponse initWithFilePath:forConnection:] in HTTPAsyncFileResponse.o
-[HTTPAsyncFileResponse abort] in HTTPAsyncFileResponse.o
-[HTTPAsyncFileResponse pauseReadSource] in HTTPAsyncFileResponse.o
-[HTTPAsyncFileResponse resumeReadSource] in HTTPAsyncFileResponse.o
...
___51-[HTTPAsyncFileResponse openFileAndSetupReadSource]_block_invoke in HTTPAsyncFileResponse.o
-[HTTPAsyncFileResponse contentLength] in HTTPAsyncFileResponse.o
-[HTTPAsyncFileResponse offset] in HTTPAsyncFileResponse.o
-[HTTPAsyncFileResponse setOffset:] in HTTPAsyncFileResponse.o
-[HTTPAsyncFileResponse readDataOfLength:] in HTTPAsyncFileResponse.o
-[HTTPConnection realm] in HTTPConnection.o

@cherpake
Copy link

added this to my Podfile

post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= ['$(inherited)', 'DD_LEGACY_MACROS=1']
end
end
end

or you can just define it on your project: DD_LEGACY_MACROS=1

@0x0c
Copy link

0x0c commented Feb 22, 2017

@cherpake It works! Thank you.

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