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
Comments (2)
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
- "Create Empty Child" Option Creates Root Object When No Parent Is Selected
- Freeze/Crash when entering Play Mode in a specific project
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
- Multiple '-' symbols are allowed to appear in a row when inputting '.' into a non-decimal numeric field
sandeepsmartest
Apr 13, 2020 12:44
Temporary fix: Replace the build instead of append
sandeepsmartest
Apr 13, 2020 12:37
Did anyone solve this??