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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Add comment