devonboyer / DBProfileViewController

A customizable library for creating stunning user profiles.
MIT License
15 stars 3 forks source link

DBProfileViewController stopped working all of a sudden #21

Open Jackson0111 opened 8 years ago

Jackson0111 commented 8 years ago

Hi! I did a pod update, and I saw bunch of compile errors that just appeared out of nowhere. I'm not sure if this has anything to do with the library or my pod is not updated or something else. But take a look and please let me know if you know what's going on.

screen shot 2016-05-20 at 2 44 26 am

devonboyer commented 8 years ago

Thanks for letting me know!

Did you update CocoaPods to 1.0.0? I was having many similar problems myself after updating CocoaPods (http://stackoverflow.com/questions/37222742/updating-project-to-cocoapods-1-0-0-resulting-in-many-errors)

The solution that finally worked was to remove use_frameworks! from the Podfile since it appears to be bugged in CocoaPods 1.0.0 (which I know is not ideal since this prevents using Swift pods).

I am still searching for a better solution to this problem. I will put some time in today to see if I can fix things but for right now I'm blaming CocoaPods 1.0.0.

Jackson0111 commented 8 years ago

Yes I did update to 1.0.0, after hours of trying to fix this issue, I gave up and started a new project and copy paste all my old code. Somehow that seems to work now, haha. Thanks!

rsacchi commented 8 years ago

Having the same issue, but using CP 0.39.0 Cannot remove use_frameworks! since I am using swift libraries.