Xcode 11 Build System Bugged?

不羁的心 提交于 2020-01-21 17:52:46

问题


i have Xcode 11 GM with macOS Mojave 10.14.6. I have been experiencing problems with my app builds. What i mean is that the first time i compile and app on my iPhone, its okay but then if i make changes to the code and compile again it doesn't show those changes. But when i do it in the simulator the changes do show. In order to see the changes on my phone i have to uninstall and reinstall the app. I have also been looking for known issues on apples website: https://developer.apple.com/documentation/xcode_release_notes/xcode_11_release_notes?preferredLanguage=occ but i cant seem to find a specific bug for what i am experiencing? My iPhone is the Xr model version 13.1.2. Thank you.


回答1:


I had the same issue and what did it for me was to chose the Legacy build system instead of the New build system in the Workspace settings:

  1. Click on "File" in Xcode top menu
  2. Click on "Workspace settings"
  3. Chose the Legacy build system for the Build system setting

I hope it helps



来源:https://stackoverflow.com/questions/58210666/xcode-11-build-system-bugged

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!