Search Issue Tracker
Not Reproducible
Votes
0
Found in
2017.4.11f1
Issue ID
1088693
Regression
No
[iOS] Automatic Signing Team ID isn't saved unless Inspector is first changed to Debug mode and back to Normal
The appleDeveloperTeamID field ("Automatic Signing Team ID") in the Player Settings (ProjectSettings.asset) is not saved unless the Inspector is placed in Debug mode and back to Normal. After that, it is possible to change the value in Normal mode and it will get saved every time until User enters to Play mode or restart Unity, where it will fail to save in Normal mode
To reproduce:
1. Download attached project "appleDeveloperTeamID not saved.zip" and open in Unity
2. Open "Scene" scene
3. Open Player Settings
4. Select the iOS tab
5. Change the "Automatic Signing Team ID" value to something like "abcd"
6. Save project
7. Open ProjectSettings.asset in the Text Editor and search for the "appleDeveloperTeamID" which is empty
8. Change the Inspector to Debug mode using the top right dropdown, and then back to Normal
9. Confirm that "Automatic Signing Team ID" is now empty
10. Change it to "abcd" again
11. Save project
12. Open ProjectSettings.asset in the Text Editor and search for the "appleDeveloperTeamID" which is now "abcd". You can keep changing it and saving and it will change in the file.
13. Enter Play mode and exit Play mode or restart Unity
14. Try to change "abcd" to something else like "1234".
15. Save project
16. Open ProjectSettings.asset in the Text Editor and search for the "appleDeveloperTeamID" which is still "abcd" and didn't register the change once again
17. Changing to Debug mode and back to Normal will fix this again
Notes:
- This issue appears on both Windows and macOS
Reproduced on Unity 2017.4.13f1, 2018.1.9f2 and 2018.2.12f1
Not reproduced on Unity 2018.3.0b5 and 2019.1.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment