Skip to content

Commit

Permalink
fix: Compilation error on macOS `Undefined symbol: OBJC_CLASS$_PFProd…
Browse files Browse the repository at this point in the history
…uctsRequestHandler` (#1739)
  • Loading branch information
dplewis authored Sep 30, 2023
1 parent 4c130ee commit 7231bf7
Showing 1 changed file with 4 additions and 0 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

0 comments on commit 7231bf7

Please sign in to comment.