Skip to content

Commit 7231bf7

Browse files
authored
fix: Compilation error on macOS Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler (#1739)
1 parent 4c130ee commit 7231bf7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Parse/Parse/Internal/Purchase/Controller/PFPurchaseController.m

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99

1010
#import "PFPurchaseController.h"
1111

12+
#if TARGET_OS_IOS || TARGET_OS_TV
13+
1214
#import <StoreKit/StoreKit.h>
1315

1416
#if __has_include(<Bolts/BFTaskCompletionSource.h>)
@@ -237,3 +239,5 @@ - (PFPaymentTransactionObserver *)transactionObserver {
237239
}
238240

239241
@end
242+
243+
#endif

0 commit comments

Comments
 (0)