When I connect to my MacBook over SSH and run this code:

titanium build \
    --force \
    --platform ios \
    --device-family universal \
    --target dist-adhoc \
    --distribution-name "[NAME]" \
    --pp-uuid "[UUID]" \
    --output-dir "./"

I get the following error:

** BUILD FAILED **
The following build commands failed:
CodeSign build/Release-iphoneos/App.app
有帮助吗?

解决方案

Over SSH, first run this command and enter the password:

security unlock-keychain
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top