我正在尝试通过 xcodebuild 命令使用 Jenkins 构建 iOS 应用程序。
问题是 xcodebuild 没有检测到带有德语变音符号 ü 的目标。
$ /usr/bin/xcodebuild -target AppNameWithUmlautü -configuration Debug clean build
给我以下错误:
xcodebuild: error: The project 'AppNameWithUmlautü.xcodeproj' does not contain a target named 'AppNameWithUmlautü'.
我使用以下命令检查了目标的存在:
xcodebuild -list
Information about project "AppNameWithUmlautü":
Targets:
AppNameWithUmlautü
AppNameWithOutUmlaut
Build Configurations:
Debug
Release
Ad Hoc
If no build configuration is specified and -scheme is not passed then "Release" is used. This project contains no schemes.
没有变音符号的目标有效。