Skip to content

Commit

Permalink
fix: Mac build Undefined symbol: OBJC_CLASS$_PFProductsRequestHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Sep 28, 2023
1 parent 4c130ee commit d8723d2
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 357 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#import "PFPurchaseController.h"

#if TARGET_OS_IOS || TARGET_OS_TV

#import <StoreKit/StoreKit.h>

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

@end

#endif
Loading

0 comments on commit d8723d2

Please sign in to comment.