当前位置:编程学习 > wap >>

iOS 协同开发 问题

问题描述:在A机器上新建项目 然后拷贝到B机器上 工程配置文件报错。

fatal error: file '***-Prefix.pch' has been modified since the precompiled header was built

 

 

解决方案:

1.找到 ***.Prefix.pch文件  注释掉:

#ifdef __OBJC__
    #import <UIKit/UIKit.h>
    #import <Foundation/Foundation.h>
#endif

编译项目

 


2.打开1.中的注释

再次编译

至此, ok!

 

补充:移动开发 , IOS ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,