简体   繁体   中英

XCode building files into app

I have a project inside XCode that I'm compiling into a .app file for iOS. The problem that I'm getting is that the files(non source code files) in my app are being compiled into the wrong directory of my application. For example a file thats in myproject/media/intro/movie.avi is being built into myproject.app/movie.avi and it should be built into myproject.app/media/intro/movie.avi

Does anyone know how to fix this?

to fix this issue, you need to import the complete folder "media" with option
Create Folder references for any folder added in the folder radio button while selecting folder.

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