Search Issue Tracker
Fixed in 2018.1.X
Fixed in 2017.3.X
Votes
0
Found in
5.5.0
Issue ID
946822
Regression
Yes
[iOS][Regression] Signing info gets broken when appending a project which doesen't use automatic signing management
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.
The expected behavior is that if provisioning is not setup in Unity, it does not overwrite the settings in the project on append. That is, no overwrite should happen if either:
- automatic signing is on and team id is not set
- automatic signing is off and provisioning profile id is not set
This is regression after fix for case 833121.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Profiler connects to a different opened Editor project when more than one project is open and building for WebGL with Autoconnect Profiler enabled
- Creating and then deleting the "Integration Update: Rotation" block breaks and makes unusable VFX Graph
- “ArgumentNullException: Value cannot be null.” when deleting a newly created input action
- Undoing the creation of the "Button - TextMeshPro" GameObject only removes Canvas and EventSystem GameObjects
- A distorted audio clip is played when transitioning to another audio clip using Pitch Shifter Audio Effect
Add comment