You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I install the async lib(https://github.com/duemunk/Async) using the cocoaPod and then just add the file from xcode->New->File and the LFTPulseAnimation.swift file and it show me this error . but before adding the LFTPulseAnimation.swift file and right after installing the async lib though Pod , it was working file and project was running properly. Not sure what I am missing here .
using
Xcode Version 6.3.1 (6D1002)
Swift 1.2
The text was updated successfully, but these errors were encountered:
Please make sure that Async gets linked properly from the Pods against the right target. But it has nothing to do with LFTPulseAnimation, since it's just searching for this class ;) Maybe I should just remove the Async dependency and use the standard GCD call.
I install the async lib(https://github.com/duemunk/Async) using the cocoaPod and then just add the file from xcode->New->File and the LFTPulseAnimation.swift file and it show me this error . but before adding the LFTPulseAnimation.swift file and right after installing the async lib though Pod , it was working file and project was running properly. Not sure what I am missing here .
using
Xcode Version 6.3.1 (6D1002)
Swift 1.2
The text was updated successfully, but these errors were encountered: