crushlovely / Amaro

Featureful iOS Boilerplate
388 stars 36 forks source link

Unable to create project #28

Closed kronik closed 10 years ago

kronik commented 10 years ago

Initializing submodules and CocoaPods... 💀 Error Command: pod install --silent Output: [!] Unable to satisfy the following requirements:

misterfifths commented 10 years ago

Yikes! Thanks for pointing that out. CocoaLumberjack's API has been changing dramatically in the 2.0 branch (it is beta, after all...). I've pinned the version Amaro tries to install to the 1.9 branch. It should be working now. Let me know if you have any issues!

ValCapri commented 10 years ago

Why not update Sidecar and Amaro for CocoaLumberjack 2.0 beta as CrashlyticsLumberjack is also updated to 2.0 beta. It will be also cool to re-open the Swift Amaro's issue. CocoaPods is going to support swift 0.36.0 and the swift branch of cocoapods is quickly evolving as stated in CocoaPods/CocoaPods#2835. Something like Amaro 2.0

misterfifths commented 10 years ago

@ValCapri Well, the problem is that CocoaLumberjack 2.0 beta is kind of a moving target. Stuff that worked in beta 1 broke in 2, then again in 4. I don't really know why they're even publishing those versions in CocoaPods. It's not really worth the time at the moment -- Amaro, Sidecar, and CrashlyticsLumberjack all have to stay in lockstep on the same version of the beta.

I'm still not sure where Swift fits in to Amaro. I've been following the CocoaPods updates to support it, and I'll definitely make sure Amaro still works properly under those. But as I stated in the readme, there's nothing stopping anyone from using Swift in Amaro-based projects. What would you like to see in terms of Swift support?