iOSKit and iOSDesignExtensions together

Is it possible to have iOSKit and iOSDesignExtensions together in the same project. When I try it I get compile errors while the two separately no problem. Any tips?

Thank you

Erwan

Last I knew they were compatible if you remove the UIKit module from iOSDesignExtentions because they have conflicting names the constant re-definitions. You might have to copy any classes present in it to iOSKit but I know that there are many people using them simultaneously.

Hi,
Thank you so much.

Erwan

You need to suppress UIKit module from iOSDesignExtentions

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.