Xcode not copying latest resource file to iPhone

前端 未结 11 1117
我寻月下人不归
我寻月下人不归 2021-02-02 09:53

I\'m writing an iPhone app in Objective-C with Xcode and I have some Lua scripts that run on the device.

I\'m having an issue where if I edit a Lua script, save, flick o

11条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-02 10:23

    I see this problem once in a while with a sqlite database that I have included in my project. Sometimes it just doesn't get the updated version.

    Typically my fix for this is to go into the Application Support/iPhone Simulator folder and delete the app inside the Application folder and also delete the Caches folder.
    This will force the Simulator to reconstruct all of this and get fresh files.

提交回复
热议问题