keithito / SimpleAnimation

A UIView extension that makes adding basic animations, like fades and bounces, simple.
MIT License
78 stars 16 forks source link

Multiple commands produce "Info.plist" #18

Closed Machipla closed 6 years ago

Machipla commented 6 years ago

Hi there.

There's a bug i've been encountering since I've installed this pod. It seems that cocoapods is taking the "Info.plist" into the "Compile Sources", producing a compile error. I've seen the SimpleAnimation podspec and I think it's because of the "source_files" parameter, I think it should something like "s.source_files = 'Source/*.swift'"

I've encountered this error on XCode 9.4.1 and XCode 10.0 and it's fixed by deleting the Info.plist from the "Compile Sources" in SimpleAnimation target that cocoapods make.

SimpleAnimation-issue

keithito commented 6 years ago

Thanks for reporting this bug! This is fixed by https://github.com/keithito/SimpleAnimation/commit/d5638649aefbfb7403d06b34bc080f9d58babcff, and available in the latest release, https://github.com/keithito/SimpleAnimation/releases/tag/0.4.1