Xcode not copying latest resource file to iPhone

前端 未结 11 1347
我寻月下人不归
我寻月下人不归 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:26

    I work on this in device build when resource updated:

    1. In Xcode, Right Click your .app file in Products Group
    2. Choose 'Show in Finder'
    3. Clean the files that where .app file located
    4. Run again

    this works fine for me on device building that won’t cost much time.

提交回复
热议问题