A
A
Arsen Forexamle2016-12-07 17:44:23
iOS
Arsen Forexamle, 2016-12-07 17:44:23

How to sign (codesign) ios project?

How to sign an ios project in Teamcity (and, in principle, in any other CI), followed by archiving and exporting to an ipa file?
Tried to execute before assembly

security unlock-keychain ~/Library/Keychains/teamcity.keychain-db -p [password]
codesign --force -s "iPhone Distribution: Hello world (QWERTY123)" %env.plistfile%

%env.plistfile% - путь к plist-файлу в проекте
Но всеравно получаю Code signing is required for product type 'Application' in SDK 'iOS 10.1'
Как можно побороть это?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question