1.修改项目名
2.修改文件名
记得同时把
xxxTests
内的.m
文件名也修改掉接着就会报错 :
library not found for -lPods
把以下文件全部删除,重新pod install
同时记得同步Podfile文件内的任务名称
- 报错:
could not read data from xxx路径: The file “Info.plist” couldn’t be opened because there is no such file.
此时只需要修改info.plist 文件的路径即可
info.plist的路径为MVVM_RAC_TableView_Demo/Info.plist
4.编译成功