简体   繁体   中英

Xcode Lua. Lua file in wrong place

I have lua working in my iPhone project, but I have one annoying problem. When I add a new lua file I use xcode to create a default Empty file. Xcode recognize the ".lua" extension as a source file and places it in my Target's "Compile Sources" folder instead of the "Copy Bundle Resources".

Is there a way to have xcode place the my lua file in the "Copy Bundle Resources", without manually moving it?

Thanks.

That is odd. When I create a .lua file as you described, it places it in the Copy Bundle Resources phase.

Do you have some kind of custom specifications installed in Xcode to manage Lua? It is possible that is an issue with the specification.

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