Could someone explain the difference between the Copy Bundle Resources phase of Xcode and a Copy Files phase? When would I use “Copy Files”?
Could someone explain the difference between the Copy Bundle Resources phase of Xcode and
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Copy Bundle Resourcesphase copies files that you want to be available in your bundle (.app). On the other handCopy Filesphase copies files to other (standard) locations accessible from your application (for example to /Library/Fonts) giving you also the option to copy them only when installing. You can also see relevant documentation here