目标指定产品类型\'com.apple.product-type.framework\'

问题描述

| 我正在按照以下说明尝试为iPhone使用Soundcloud API包装器,现在出现此错误
target specifies product type \'com.apple.product-type.framework\',but there\'s no such product type for the \'iphoneos\' platform
关于如何解决这个问题的任何想法?     

解决方法

        SoundCloud API有两种产品:
SoundCloudAPI.framework
(适用于Mac OS X的框架)
libSoundCloudAPI.a
(iOS的静态库) 如果您要为iOS开发应用程序,则仅需要添加libSoundCloudAPI.a作为直接依赖项。您也已将该框架添加为依赖项,这就是为什么您会收到此错误的原因。