You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Undefined symbols for architecture i386:
"_DLog", referenced from:
-[BDMultiDownloader connection:didFailWithError:] in BDMultiDownloader.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
I have replace DLog with NSLog now in this commit here bb00707
However, I haven't had time to update the podspec. Please update manually with the latest commit at this time.
get this error on iOS 7.1 with Xcode 5.1.1
Undefined symbols for architecture i386:
"_DLog", referenced from:
-[BDMultiDownloader connection:didFailWithError:] in BDMultiDownloader.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: