IOS - using @import when disabling modules

I get this error when using the DCPathButton library (via podspec).

Modules are included in my project settings. Do I need to do something to enable modules in containers?

+5
source share
2 answers

Set "Link Structures Automatically" to YES

+1
source

If the assembly settings are already set to "Link Frames Automatically", you must set to "Enable Modules (C and Objective-C)".

+1
source

Source: https://habr.com/ru/post/1209061/


All Articles