You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
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.
The text was updated successfully, but these errors were encountered: