Xcode not copying latest resource file to iPhone

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

    I had the same problem today using Xcode 11.1. I tried deleting the app from my device, cleaning the project and rebuilding, deleting the resources and re-adding them to the project, none of which worked.

    What eventually worked was this: I opened the project window, then went to 'Build Phases', then opened 'Copy Bundle Resources' and simply moved some of the resources up and down in the list. I suppose that told Xcode that something had changed.

提交回复
热议问题