Skip to content
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.

Copying header files during build -- necessary? #18

Open
mharper opened this issue Sep 23, 2011 · 0 comments
Open

Copying header files during build -- necessary? #18

mharper opened this issue Sep 23, 2011 · 0 comments

Comments

@mharper
Copy link

mharper commented Sep 23, 2011

I am using the latest arcified branch as a git submodule in an iOS project. I setup my application target to depend on the iOS static library target in the LRResty project. Two header files get copied as "public headers" during the build of the static library. This ends up causing problems creating an Archive of my application.

The header files being copied are:

  • LRRestyClient+DELETE.h
  • RemoteRepositoryExample.h

These don't really look like they ought to be copied as public headers for the static library, do they? When I remove them from the Copy Headers build phase, my application archive problem goes away.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant