标签:
error: cannot find interface declaration for ‘UIView‘, superclass of ‘TestmageView‘
error: cannot find interface declaration for ‘UIScrollView‘, superclass of ‘TestmageView‘
要在工程文件中加prefix文件,文件名为:工程名_Prefix.pch,内容如下
#import <UIKit/UIKit.h>
#import <Foundation/Foundation.h>
http://iphonedevsdk.com/forum/iphone-sdk-development/48864-static-library-cannot-find-interface-declaration-for-uiview.html
标签:
原文地址:http://www.cnblogs.com/appleice/p/4555314.html