ios-cmake
ios-cmake copied to clipboard
[bug] Incorrect information in the README file
Describe the bug
The README file states the OS64COMBINED flag builds a fat lib including iphoneOS and iphoneOS Simulator, but in the toolchain file the statement is completely different.
To Reproduce
Expected behavior The documentation is correct
Environment
# OS64COMBINED = Build for arm64 x86_64 iphoneOS. Combined into FAT STATIC lib (supported on 3.14+ of CMakewith "-G Xcode" argument ONLY)
This has now been clarified the the ios.toolchain.cmake file as well as that the cmake --install step is necessary. Please respond is OK, and then I'll close this issue.
@leetal my main concern is that on the main page, master branch, the information is still incorrect in the README.md. I read there, that the fat lib can be generated via specifying OS64COMBINED, which is not correct.
