简体   繁体   中英

Xcode is not running updated code on the simulator or a connected physical device

I'm in the process of adding features to my app but whenever I run the app on iPad simulators or a connected physical device, none of my updated code appears. I have tried:

  • Cleaning the build folder

  • Deleting the derived data folder

  • Rebooting the simulator

  • Relaunching XCode

  • Rebooting my computer

  • Deleting the offending portions of my storyboard and code and
    re-typing them

  • Resetting all content and settings and rebooting the simulator

So far nothing has worked. What else should I try?

I figured out the issue. The text contained within the text view as attributed and would not update until I updated the attributed string in the view controller.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM