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
In file included from .../Pods/Parse+PromiseKit/Parse+PromiseKit.m:8:
.../Pods/Parse+PromiseKit/Parse+PromiseKit.h:216:12: error: cannot find interface declaration for 'PFImageView'; did you mean 'UIImageView'?
@interface PFImageView (PromiseKit)
^~~~~~~~~~~
UIImageView
In module 'UIKit' imported from .../Pods/Target Support Files/Pods-greylog-Parse+PromiseKit/Pods-greylog-Parse+PromiseKit-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBar.h:19:8: note: 'UIImageView' declared here
@class UIImageView;
^
.../Pods/Parse+PromiseKit/Parse+PromiseKit.m:87:15: warning: 'refreshInBackgroundWithBlock:' is deprecated: Please use -fetchInBackgroundWithBlock: instead. [-Wdeprecated-declarations]
[self refreshInBackgroundWithBlock:PMKPFObjectResultBlock];
^
In file included from .../Pods/Parse+PromiseKit/Parse+PromiseKit.m:8:
In file included from .../Pods/Parse+PromiseKit/Parse+PromiseKit.h:9:
In file included from .../Pods/Headers/Public/Parse/Parse.h:13:
In file included from .../Pods/Headers/Public/Parse/PFAnonymousUtils.h:11:
In file included from .../Pods/Headers/Public/Parse/PFUser.h:11:
.../Pods/Headers/Public/Parse/PFObject.h:520:1: note: 'refreshInBackgroundWithBlock:' has been explicitly marked deprecated here
- (void)refreshInBackgroundWithBlock:(PF_NULLABLE PFObjectResultBlock)block PARSE_DEPRECATED("Please use -fetchInBackgroundWithBlock: instead.");
^
.../Pods/Parse+PromiseKit/Parse+PromiseKit.m:249:17: error: cannot find interface declaration for 'PFImageView'; did you mean 'UIImageView'?
@implementation PFImageView (PromiseKit)
^~~~~~~~~~~
UIImageView
In module 'UIKit' imported from .../Pods/Target Support Files/Pods-greylog-Parse+PromiseKit/Pods-greylog-Parse+PromiseKit-prefix.pch:2:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBar.h:19:8: note: 'UIImageView' declared here
@class UIImageView;
^
.../Pods/Parse+PromiseKit/Parse+PromiseKit.m:254:15: error: no visible @interface for 'UIImageView' declares the selector 'loadInBackground:'
[self loadInBackground:^(UIImage *image, NSError *error) {
~~~~ ^~~~~~~~~~~~~~~~
1 warning and 3 errors generated.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: