Undefined symbols for architecture .. in dynamic framework

前端 未结 1 958
失恋的感觉
失恋的感觉 2021-02-09 22:08

I am working on an iOS framework which holds several third party frameworks and communicates with Unity using the UnitySendMessage C method.

I want to create a Dynamic F

相关标签:
1条回答
  • 2021-02-09 23:06

    Make sure that the framework target in Build settings Build active architecture only = NO

    if you are using cocoapod for managing your dependencies check pod target and put the Build active architecture only = NO

    0 讨论(0)
提交回复
热议问题