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

Client projects have to include Alamofire.framework even though it’s optional? #3

Closed
pcantrell opened this issue Aug 31, 2015 · 1 comment

Comments

@pcantrell
Copy link
Member

Alamofire is an optional dependency, but getting weird errors from example project when I remove it. Investigate.

@pcantrell
Copy link
Member Author

Confirmed. Removing all references to Alamofire.framework from the example project’s xcodeproj should work just fine, since Alamofire is an optional dependency and the example project uses the default Siesta’s NSURLSession network. The project does indeed build and launch in this form, but crashes in strange ways that suggest memory clobbering.

This outstrips my understanding of frameworks. I’ll probably just move Networking-Alamofire.swift to another target (but will that confuse poor Carthage?) or another project, but would love it if anyone with a better understanding of frameworks can figure this out.

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

No branches or pull requests

1 participant