ofxiOSBoost icon indicating copy to clipboard operation
ofxiOSBoost copied to clipboard

iOS Boost Library 1.60.0 (arm64, armv7, i386, x86_64) Pre-compiled and Build Script (libc++ and libstdc++) - Boost iOS

Results 15 ofxiOSBoost issues
Sort by recently updated
recently updated
newest added

## Just to help and save other developers time ### I've made a [repository](https://github.com/blazorin/EssentialLibs) which contains Boost and OpenSSL built and ready for iOS and macOS architectures. **Includes thread-safe libraries...

Please help me to build latest version of boost library

Plans to update for new targets and build systems in the works

When you attempt to add libboost.a to "Link binary with binaries" it shows up as red. Later when compiling the build fails due to > ld: library not found for...

The project appears to be completely broken Showing Recent Messages /Users/Caleb/Coding/GitHub/ofxiOSBoost/example-oF/Project.xcconfig:6: could not find included file '../../../libs/openFrameworksCompiled/project/ios/CoreOF.xcconfig' in search paths (in target 'emptyExample')

I added the library following your instructions, but when I try to build I get the following errors ld: warning: directory not found for option '-L/Users/../ofxiOSBoost-master/libs/boost/lib/ios' ld: library not found...

**Update for all recent versions of Boost and make releases: ** - [ ] 1.61.0 - [ ] 1.62.0 - [ ] 1.63.0 - [ ] 1.64.0 - [ ]...

i add the include file and static library to my project and it take error like 'boost/core/noncopyable.hpp' file no found how can i deal with this problem

e.g. https://github.com/danoli3/ofxiOSBoost/blob/1.60.0/ofxiOSBoost.podspec#L3

Hello, I got a problem like this, Undefined symbols for architecture arm64: "typeinfo for boost::archive::detail::basic_pointer_oserializer", referenced from: and I used serialization libraries with LLVM 8.0 - c++, any solutions for...