문제

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