Could not build Objective-C module 'TwitterKit'

前端 未结 2 1135
天命终不由人
天命终不由人 2021-01-25 04:23

I\'m trying to install TwitterKit on my project via Fabric, but got stuck on this issue:

Could not build Objective-C module \'TwitterKit\'

I\'m using Swift and T

2条回答
  •  离开以前
    2021-01-25 04:45

    There's a slight chance that the deployment target value of the project's target is lower than that the TwitterKit supports.

    In my case this was the problem. If the above solution does not work, you may check if the __IPHONE_OS_VERSION_MIN_REQUIRED value in TWTRKit.h is compatible with the target's settings.

提交回复
热议问题