当前位置: 代码迷 >> 综合 >> Static Library: Cannot find interface declaration for 'UIImage'
  详细解决方案

Static Library: Cannot find interface declaration for 'UIImage'

热度:79   发布时间:2023-12-21 00:26:11.0

问题:建立静态库时发生错误  cannot find interface declaration for 'UIView', superclass of 'TestmageView'

解决方法:引入框架  <UIKit/UIKit.h>

                  在中XXX-Prefix.pch this: #import <UIKit/UIKit.h>


  相关解决方案