美文网首页
彻底修改项目名后的错误

彻底修改项目名后的错误

作者: Just丶Go | 来源:发表于2018-03-21 11:35 被阅读0次

1.修改项目名


图片.png

2.修改文件名

图片.png
记得同时把xxxTests内的.m文件名也修改掉
接着就会报错 :library not found for -lPods
把以下文件全部删除,重新pod install
图片.png

同时记得同步Podfile文件内的任务名称

  1. 报错:
    could not read data from xxx路径: The file “Info.plist” couldn’t be opened because there is no such file.
    此时只需要修改info.plist 文件的路径即可
    图片.png
    info.plist的路径为MVVM_RAC_TableView_Demo/Info.plist
    4.编译成功
    图片.png

相关文章

网友评论

      本文标题:彻底修改项目名后的错误

      本文链接:https://www.haomeiwen.com/subject/ppiwqftx.html