From 1d792a4e90abd8a3f5ca312a4ce154cd526d3a7e Mon Sep 17 00:00:00 2001 From: Alex little Date: Fri, 16 Aug 2024 11:18:04 +0100 Subject: [PATCH] Update entitlement.go --- autocodesign/entitlement.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autocodesign/entitlement.go b/autocodesign/entitlement.go index 6a94f034..c993bb4a 100644 --- a/autocodesign/entitlement.go +++ b/autocodesign/entitlement.go @@ -99,7 +99,7 @@ func (e Entitlement) Capability() (*appstoreconnect.BundleIDCapability, error) { } if capName, contains := capabilitiesError[capType]; contains { - return nil, fmt.Errorf("step does not support creating an application identifier using the \"%s\" capability, please add your Application Identifier manually using the Apple Developer Portal", capName) + return nil, nil //fmt.Errorf("step does not support creating an application identifier using the \"%s\" capability, please add your Application Identifier manually using the Apple Developer Portal", capName) } return &appstoreconnect.BundleIDCapability{