faithfracture / Apple-Boost-BuildScript

Script for building Boost for Apple platforms (iOS, iOS Simulator, tvOS, tvOS Simulator, OS X)
279 stars 111 forks source link

*.xcframework is not working in iOS project #73

Open mamunabcoder opened 2 years ago

mamunabcoder commented 2 years ago

Boost serialization error found. below screen shots

Please help me to fix below issues

154460608-12bed515-b13a-44b7-93a7-89a5e80a3d23
mamunabcoder commented 2 years ago

Boost error: screen shots boost

guillaumealgis commented 2 years ago

@mamunabcoder I think you haven't added the Boost libs you are depending on in your iOS project when building Boost. Please look at the --boost-libs option of the script.

--boost-libs "{all|none|(lib, ...)}"
        Specify which libraries to build. Space-separate list. Pass 'all' to
        build all optional libraries. Pass 'none' to skip building optional
        libraries.
        Defaults to: atomic chrono date_time exception filesystem program_options random system thread test