You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use xcconfig files to define CODE_SIGN_IDENTITY, PROVISIONING_PROFILE and DEVELOPMENT_TEAM as I need to build multiple variants of my app.
I noticed that if I run the exact same xcodebuild command without CODE_SIGNING_ALLOWED=NO it runs successfully. This seems to be caused by the following change: 4e2c2b1
If I add CODE_SIGNING_ALLOWED=YES to additionalParameters that seems to cause other issues.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
I'm trying to upgrade from 0.15.4 and I'm having some issues when generating iOS builds for distribution.
This used to work perfectly with 0.15.4. I'm using Xcode 11.6 and my
xcodebuild
config looks like:I use xcconfig files to define
CODE_SIGN_IDENTITY
,PROVISIONING_PROFILE
andDEVELOPMENT_TEAM
as I need to build multiple variants of my app.I noticed that if I run the exact same
xcodebuild
command withoutCODE_SIGNING_ALLOWED=NO
it runs successfully. This seems to be caused by the following change:4e2c2b1
If I add
CODE_SIGNING_ALLOWED=YES
toadditionalParameters
that seems to cause other issues.Thanks in advance.
The text was updated successfully, but these errors were encountered: