target specifies product type 'com.apple.product-type.framework'

为君一笑 提交于 2019-12-05 20:01:21

The SoundCloud API has two products:

  • SoundCloudAPI.framework (a framework, for Mac OS X)
  • libSoundCloudAPI.a (a static library, for iOS)

If you're building an app for iOS you need to add libSoundCloudAPI.a only as a direct dependency. You've added the framework as a dependency too, which is why you're getting this error.

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