Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Archiving fails by default because Skip Install = YES #149

Closed
frosty opened this issue May 6, 2014 · 5 comments · Fixed by #151
Closed

Archiving fails by default because Skip Install = YES #149

frosty opened this issue May 6, 2014 · 5 comments · Fixed by #151

Comments

@frosty
Copy link

frosty commented May 6, 2014

When creating a new project with Liftoff, the main target's Skip Install build setting is set to YES. Because of this, when I try to archive a build to send to a client, the archive isn't created. I have to manually change Skip Install back to NO and then archiving completes successfully.

It's my understanding that Skip Install should only be set to YES for static libraries. As such, should Liftoff not change this from the default?

@gfontenot
Copy link
Member

Gah, right. I ran into this too, and forgot. Thanks for opening this.

@frosty
Copy link
Author

frosty commented May 6, 2014

I presume you might just be able to delete a build setting, like with OTHER_LDFLAGS?

@gfontenot
Copy link
Member

It's an easy fix, but it should really be fixed in Xcodeproj. We'll probably patch it here locally, but the default for creating an application target should match Xcode.

@colinhumber
Copy link

+1

@gfontenot
Copy link
Member

This will be fixed real soon with #151. Thanks for the report, folks.

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

Successfully merging a pull request may close this issue.

3 participants