Swift bridging header file won't work with use_frameworks

前端 未结 6 2185
春和景丽
春和景丽 2020-12-30 01:51

I\'m trying to use GoogleidentityToolkit library to handle login an things. I enable use_frameworks! on my pod file, but the module GITkit can\'t be found. I\'m trying to fi

6条回答
  •  温柔的废话
    2020-12-30 02:28

    First create briding header file with named "projectname-bridging-header.h" at your project root level.

    Now in build settings set your bridging header file path and its objc compatibility header.

    Once done, Clean and build your project its work fine.

提交回复
热议问题