ios-cmake icon indicating copy to clipboard operation
ios-cmake copied to clipboard

[bug] Incorrect information in the README file

Open arsdever opened this issue 3 years ago • 2 comments
trafficstars

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)

arsdever avatar Aug 17 '22 08:08 arsdever

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 avatar Aug 18 '22 10:08 leetal

@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. Screen Shot 2022-08-24 at 14 09 32

arsdever avatar Aug 24 '22 10:08 arsdever