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
- CSS is not applied when using USS type selector "GridBackground"
- Player .exe remains open as a background task after closing it when Active Input Handling is set to "Input System Package (New)"
- Exception block is being rewritten to throw an incorrect number of exceptions when running a project built using IL2CPP Scripting Backend
- [Android] [Vulkan] Warning "AndroidPlayer "<device>" VULKAN: GENERAL WARNING: The following warning was triggered: VKDBGUTILWARN003." spammed every frame when the application is actively running on a device
- Skinning Editor missing tooltips
sandeepsmartest
Apr 13, 2020 12:44
Temporary fix: Replace the build instead of append
sandeepsmartest
Apr 13, 2020 12:37
Did anyone solve this??