JRG-Developer / AutoLayoutCells

AutoLayoutCells makes working with dynamic table view cells easy.
MIT License
26 stars 4 forks source link

Linker error when archiving application with version 0.9 #13

Closed AnthonyMDev closed 8 years ago

AnthonyMDev commented 8 years ago

I'm getting a linker error when archiving an application with a dependency on this pod.

This was due to ALImageDownloadTaskKey being defined in the header for UIImageView+ALImageWithURL.h. I've moved the definition into the implementation file, and everything works.

I've fixed the error on /development and tagged a new patch version, but I don't believe I have trunk access for this library yet. @JRG-Developer can you please push this? Thank you!

AnthonyMDev commented 8 years ago

Version 0.10.0 has been pushed. This should be fixed now.