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
…d and run too! In Podfile re-comment out use_frameworks.
Apparently pod BlurryModalSegue has not been updated to be compatible with use_frameworks.
Citrrus/BlurryModalSegue#28
Currently 4 unit tests fail.
I think this is caused by a combination of different changes to nearly the entire tool stack for iOS. Xcode 8 handles things differently as does CocoaPods 1.x and pods must be updated to be compatible with those changes, which this pod was not. You can use CocoaPods to install this pod then copy the pod locally to your project and modify the #import to function in your project until this pod gets updated (unlikely considering it's last update was in 2014).
Abstract
After
pod install
in my Swift project,below error is happen.
The text was updated successfully, but these errors were encountered: