Skip to content

Commit d8723d2

Browse files
committed
fix: Mac build Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler
1 parent 4c130ee commit d8723d2

File tree

5 files changed

+87
-357
lines changed

5 files changed

+87
-357
lines changed

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

Lines changed: 4 additions & 0 deletions
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)