找不到错误“ PixateFreestyle / PixateFreestyle.h”文件

时间:2019-04-22 21:52:26

标签: objective-c pixate

enter image description here我正在尝试运行一个运行正常的应用程序,但现在显示以下错误。

找不到“ PixateFreestyle / PixateFreestyle.h”文件

有人会建议解决这个问题吗?

Xcode 10.1 iOS 9.3

Pod文件

取消注释下一行以为您的项目定义一个全局平台

platform:ios,'9.3'

目标'Abaris'做   #如果您使用的是Swift或想使用动态框架,请取消注释下一行    use_frameworks!

pod'PixateFreestyle'

pod“ iCarousel”    荚'UIImage + ImageWithColor'    吊舱“ LHSKeyboardAdjusting” 结束

我已经运行了Pod安装命令

//
//  main.m
//  Abaris
//


#import <UIKit/UIKit.h>
#import "AppDelegate.h"
#import <PixateFreestyle/PixateFreestyle.h>
#import "Constantes.h"





int main(int argc, char * argv[]) {
    @autoreleasepool {

        [PixateFreestyle initializePixateFreestyle];
        NSString* cssurlstring = [[NSBundle mainBundle] pathForResource:@"design" ofType:@"css"];
        [PixateFreestyle styleSheetFromFilePath:cssurlstring withOrigin:PXStylesheetOriginApplication];

   // [PixateFreestyle initializePixateFreestyle]
        return UIApplicationMain(argc, argv, nil, NSStringFromClass([AppDelegate class]));
    }
}

0 个答案:

没有答案