CosmicMind / Motion

A library used to create beautiful animations and transitions for iOS.

Home Page:http://cosmicmind.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weak Should Not Be Applied In A Protocol

Gerst20051 opened this issue · comments

Pods/Motion/Sources/Preprocessors/MotionPreprocessor.swift:33:5

'weak' should not be applied to a property declaration in a protocol and will be disallowed in future versions

weak var motion: MotionTransition! { get set }

Have you updated to the latest. This should have been all removed.

screen shot 2018-05-24 at 1 04 06 pm

Thank you for pointing me in the right direction. The problem was because the pod Material is using version ~> 1.3.0 so Material needs to update to use the latest version. Thanks again! https://github.com/CocoaPods/Specs/blob/master/Specs/d/9/2/Material/2.15.0/Material.podspec.json#L40

Ah, I will update the default. Thank you!