Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.4.X
Votes
2
Found in
2018.4.0f1
2019.2
2019.3
2019.3.0f3
2020.1
Issue ID
1216005
Regression
Yes
[iOS] "Append" is enabled when building an project targeting "Device SDK" on top of a project built for the "Simulator SDK"
How to reproduce:
1. Open the attached EmptyProject.zip project
2. Switch to iOS platform and Set iOS Target SDK to Simulator SDK
3. Build for iOS
4. Set iOS Target SDK to Device SDK
5. Build for iOS by leaving the same name and pressing "Append", deploy the Xcode project to the iOS device
Expected: Build succeeds
Actual: Build fails with a thrown error: /Users/vita/Downloads/case_1216005-EmptyProject/hgfd/Libraries/libiPhone-lib.dylib: No such file or directory (in target 'Unity-iPhone' from project 'Unity-iPhone') (see the full error in the Edit section)
Reproducible with: 2018.4.0f1, 2018.4.17f1, 2019.2.19f1, 2019.3.0f6, 2020.1.0a22
Not reproducible with: 2017.4.36f1
Regressed in: 2018.4.0f1
Note: The Xcode project is not updated correctly. This only happens when building Simulator first, then Device. It doesn't happen in the other direction
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
sandeepsmartest
Apr 13, 2020 12:44
Temporary fix: Replace the build instead of append
sandeepsmartest
Apr 13, 2020 12:37
Did anyone solve this??