Why is SenTestingKit causing my app to crash?

拟墨画扇 提交于 2019-12-04 07:44:21

Just because you are not importing the SenTestingKit-Headers, does not mean that you are not linking its library.

Check your Build-Configuration/s => Target => Build Phases => Link Binary With Libraries for the entry SenTestingKit.framework. If that is present in anything but a Test-Target, remove it.

A Test-Target is symbolized by a little box

, as opposed to an App-Target which is symbolized by a little house

.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!