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

Fix dynamic library link issue

Open halx99 opened this issue 3 years ago • 1 comments

refer to: #158

halx99 avatar Sep 09 '22 13:09 halx99

are you sure that every single dynamic library is affected?

there's -DENABLE_STRICT_TRY_COMPILE=ON configure flag that you can pass without modifying the toolchain file.

kambala-decapitator avatar Sep 12 '22 10:09 kambala-decapitator

are you sure that every single dynamic library is affected?

there's -DENABLE_STRICT_TRY_COMPILE=ON configure flag that you can pass without modifying the toolchain file.

The default setting of toolchian file should works for ios dynamic framework, right?

halx99 avatar May 31 '23 22:05 halx99

The default setting of toolchian file should works for ios dynamic framework, right?

yes, haven't seen any issues with building dylibs for iOS with this project.

kambala-decapitator avatar Jun 01 '23 08:06 kambala-decapitator