Search Issue Tracker

Fixed in 5.3.9

Votes

0

Found in

5.5.0b2

Issue ID

833121

Regression

No

[iOS] Signing info gets broken when appeding a project which doesen't use automatic signing management

iOS

-

Basically this is by design, but it might make sense to consider this case:

1. Build any project.
2. Disabled automatic signing and a select a provisioning profile.
3. Build in Unity and use append on the generated project:

The provisioning profile remains the same, but the 'Team id' is overridden to an empty string (assuming it's not set in Player Settings), this is bad because in manual mode the team cannot be changed (it's read only) and only changes when the profile is selected.

I guess it would make sense to either override both fields or not set team id when appending or we could only set the team id if the string is not empty?

Add comment

Log in to post comment

All about bugs

View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.