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
Bolts-ObjC-master/Bolts/iOS/BFAppLinkReturnToRefererView.m:33:1: error: cannot synthesize weak property in file using manual reference counting @implementation BFAppLinkReturnToRefererView {
^
In file included from Bolts-ObjC-master/Bolts/iOS/BFAppLinkReturnToRefererView.m:11:
Bolts-ObjC-master/Bolts/iOS/BFAppLinkReturnToRefererView.h:57:70: note: property declared here @Property (nonatomic, weak) id delegate;
For at least xcode 8.3.2. MacOS, and iOS targets.
The text was updated successfully, but these errors were encountered:
Hi,
Bolts-ObjC-master/Bolts/iOS/BFAppLinkReturnToRefererView.m:33:1: error: cannot synthesize weak property in file using manual reference counting
@implementation BFAppLinkReturnToRefererView {
^
In file included from Bolts-ObjC-master/Bolts/iOS/BFAppLinkReturnToRefererView.m:11:
Bolts-ObjC-master/Bolts/iOS/BFAppLinkReturnToRefererView.h:57:70: note: property declared here
@Property (nonatomic, weak) id delegate;
For at least xcode 8.3.2. MacOS, and iOS targets.
The text was updated successfully, but these errors were encountered: