fastlane-old / sigh

Because you would rather spend your time building stuff than fighting provisioning
https://fastlane.tools
959 stars 87 forks source link

sign constantly creates new profiles #238

Closed dumoko closed 8 years ago

dumoko commented 8 years ago

Hi!

I have that constant problem that sigh continues to create new profiles:

[17:11:44]: No existing profiles, creating a new one for you
[17:11:47]: The name '<sigh default naming> AppStore' is already taken, using another one.
[17:11:47]: Creating new provisioning profile for '<bundle id>' with name '<sigh default naming> AppStore 1451401907'

Versions fastlane 1.48.0 sigh 1.2.1

What is the actual issue? What info can I provide to you so this issue can be more useful?

anton-matosov commented 8 years ago

Same here fastlane 1.49.0

anton-matosov commented 8 years ago

Seems to duplicate https://github.com/fastlane/sigh/issues/236

KrauseFx commented 8 years ago

Closed as duplicate of https://github.com/fastlane/sigh/issues/236

Basically this means, that you're missing a local code signing identity. You can run sigh --skip_certificate_verification to not verify the local certificates. In general, it's recommended to use match to setup code signing.

fastlanebot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/2865. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: