Auto-Linking framework not found

前端 未结 8 1400
春和景丽
春和景丽 2021-01-17 08:31

I have forked a framework called BTNavigationDropdownMenu (swift project for ios). all worked fine till I tried to add a dependency to the latest version in the

8条回答
  •  醉话见心
    2021-01-17 09:33

    This can also be an error if you use a framework that has Bitcode Enabled on false. Bitcode Enabled can only be true if all frameworks also have Bitcode enabled true. Go to your targets build settings and disable bitcode.

提交回复
热议问题