xcode5 - How to add files in a folder outside of Xcode project's root folder? -


i have xcode project in structure:

myproject/ lib/

and xcode project sits inside myproject folder. without project symlink points lib folder.

if drag files directly lib xcode project, xcode having issue finding files , gives "file not found" error when building.

due current restriction, won't able move lib myproject. don't have freedom move xcodeproj file outside of myproject.

is there solution this?

move file ever want, in "attributes inspector", click folder icon:

enter image description here

then chose file placed to.

the other way is, create files same names in "lib" folder, delete files. , use method said above, point missing files actual files.

hope helps.


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -