SyntaxFix
Write A Post
Hire A Developer
Questions
I was testing the Sparkle framework with CocoaPods.
Sadly, I put pod 'Sparkle', '~> 1.21' in the PodFile in the wrong place. I put it underneath Testing (for unit tests).
pod 'Sparkle', '~> 1.21'
Once placed in correct spot in PodFile, everything's fine.