xcoder icon indicating copy to clipboard operation
xcoder copied to clipboard

How to add external file to a project?

Open Rameshv opened this issue 10 years ago • 0 comments

I wanted to copy a file (one zip) to the app base path when building it. The zip file is the input to the app. Is there a way to do it. I have tried adding the file on the sources_build_phase using the project.file 'MyStory.zip'. But it breaks. project.file 'MyStory.zip' always returns nil.

I am new to iOS development. So any help much appreciated.

Rameshv avatar Apr 09 '14 14:04 Rameshv