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
The Boost libs cannot be linked with your own lib because Boost is built for iphoneos and your code is built for iphonesimulator.
Expected behavior
The Boost static libs are built for iphonesimulator and linking works.
Failure logs ld: in /somethingSomething/build/ios-simulator-arm64-debug/vcpkg_installed/arm64-iossimulator13.7/debug/lib/libboost_thread.a(thread.o), building for iOS Simulator, but linking in object file built for iOS
Additional context
Other libs build correctly for the ARM64 simulator so I think the triplet is correct.
I suspect that VCPKG_OSX_SYSROOT is not passed to b2 or that b2 ignores it.
Unfortunately I have zero experience with b2 so I hope someone is able to give some hints.
The text was updated successfully, but these errors were encountered:
Describe the bug
When building Boost for the ARM iOS simulator it still builds for iPhone.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Boost static libs are built for iphonesimulator and linking works.
Failure logs
ld: in /somethingSomething/build/ios-simulator-arm64-debug/vcpkg_installed/arm64-iossimulator13.7/debug/lib/libboost_thread.a(thread.o), building for iOS Simulator, but linking in object file built for iOS
Additional context
Other libs build correctly for the ARM64 simulator so I think the triplet is correct.
I suspect that VCPKG_OSX_SYSROOT is not passed to b2 or that b2 ignores it.
Unfortunately I have zero experience with b2 so I hope someone is able to give some hints.
The text was updated successfully, but these errors were encountered: