Trigger.io error "/usr/bin/codesign no identity found" can't create package or run the app on the device -
i have problem when trying run application on device or create ipa file.
i followed steps here , have error when trying run on ios option:
[error] failed when running /usr/bin/codesign: fdawadev: no identity found
i tried make throw terminal command
forge package ios --ios.profile.provisioning_profile development.mobileprovision
and i'm getting error
/applications/triggertoolkit.app/contents/macos/forge -v package ios --ios.profile.provisioning_profile development.mobileprovision [ info] forge tools running @ version 3.3.43 [ debug] checking update zip... [ error] couldn't import generation code: no module named generate_dynamic [ debug] traceback (most recent call last): file "/applications/triggertoolkit.app/contents/macos/build-tools/forge/async.py", line 98, in run result = self._target(*self._args, **self._kwargs) file "/applications/triggertoolkit.app/contents/macos/build-tools/forge/main.py", line 443, in package generate_dynamic = forge_build.import_generate_dynamic() file "/applications/triggertoolkit.app/contents/macos/build-tools/forge/build.py", line 67, in import_generate_dynamic raise forgeerror("couldn't import generation code: {0}".format(e)) forgeerror: couldn't import generation code: no module named generate_dynamic
i removed triggertoolkit , download latest one, installed again , i'm still getting same error.
what missing?
the first error configuration problem: you're pointing @ ios developer identity called "fdawadev" when 1 doesn't exist in keychain.
unless have several identities, can safely leave "certificate" local config setting empty in toolkit.
if have several identities, should specify 1 iphone developer: james brady
.
for second problem, when using command line tools, have manually run build before doing run or package action, e.g.:
% forge build ios && forge package ios
Comments
Post a Comment