kstenerud / iOS-Universal-Framework

An XCode project template to build universal frameworks (arm7, arm7s, and simulator) for iOS / iPhone.
2.95k stars 473 forks source link

Linker error #103

Open manray opened 11 years ago

manray commented 11 years ago

I successfully built a fake framework for log4cxx but got the following linker errors when including and building into a project.

Undefined symbols for architecture i386: "_apr_atoi64", referenced from: log4cxx::helpers::StringHelper::toInt64(std::string const&) in log4cxx(log4cxx) "_apr_atomic_dec32", referenced from: log4cxx::helpers::ObjectImpl::releaseRef() const in log4cxx(log4cxx) "_apr_atomic_inc32", referenced from: log4cxx::helpers::ObjectImpl::addRef() const in log4cxx(log4cxx)

Any hints as to what I might be missing with either the fake framework build or the project build? Thanks