Cassiano Monteiro

Results 8 comments of Cassiano Monteiro

I'm getting the following error when trying to build 3.2 with carthage: `Dependency "ZSWTappableLabel" has no shared framework schemes for any of the platforms: iOS`

+1. We do need to send the refresh token to our backend server.

@mr-fixit I got a different error from branch `bug/fix-build-error` ``` In file included from /Users/cassiano/Library/Developer/Xcode/DerivedData/Dialpad-dcrsnbdqvqefaudlnsocmkwonmef/SourcePackages/checkouts/NYTPhotoViewer/NYTPhotoViewerGIF/NYTPhotosViewController.m:15: /Users/cassiano/Library/Developer/Xcode/DerivedData/Dialpad-dcrsnbdqvqefaudlnsocmkwonmef/SourcePackages/checkouts/NYTPhotoViewer/NYTPhotoViewerGIF/include/NYTScalingImageView.h:27:33: error: unknown type name 'PINAnimatedImageView'; did you mean 'PINAnimatedImage'? @property (nonatomic, readonly) PINAnimatedImageView *imageView;...

@mr-fixit Hi! Any ideas on this?

I was able to work around it by enabling all orientations on my app and using this on my AppDelegate: ``` func application(_ application: UIApplication, supportedInterfaceOrientationsFor window: UIWindow?) -> UIInterfaceOrientationMask...