1.选择project 修改identity type Name,然后会弹框,rename,最后enable, 2.如果项目中使用pod, 可能会抱错library not found[library 是pod导入的],这个时候好删除Podfile.lock,Pods,*.xcworkspace 这三个文件,然后重新pod install。 3.如果有测试文件。如果报 <XCTest/XCTest.h> not found, 选择*test.m文件,重新添加项目