Vis*_*ngh 19
从TARGETS(左侧导航栏)中选择目标并双击,然后重命名.
Ame*_*eer 10
如果要更改项目名称,目标名称,-Info.plist名称和-Prefix.pch名称,
- Select Project in Xcode (.xcodeproj file)
- Selecte file inspector
- In identity section change project name which u want to update & press enter
- After scanning whole project it will ask to change the file names i.e target, plist & pch file
- Select check boxes as per your need
Run Code Online (Sandbox Code Playgroud)
目标名称(TARGET_NAME)
要更改 a,Target name(TARGET_NAME)您可以:
target孔Project Settings(双击或按 Return)
更改目标名称后,您还可以:
schema通过Manage Schemas...-> 选择 -> 按 Return
重命名根Group通过Navigator。在这种情况下,您应该解决可能由过时路径引起的错误。例如:
Info.plist(INFOPLIST_FILE) 或
Build input file cannot be found: '<some_path>/Info.plist'
Run Code Online (Sandbox Code Playgroud)
Bridging Header(SWIFT_OBJC_BRIDGING_HEADER) 或
error opening input file '<some_path>/<module_name>-Bridging-Header.h' (No such file or directory)
Run Code Online (Sandbox Code Playgroud)
Umbrella header '<name>.h' not found
Run Code Online (Sandbox Code Playgroud)