BlakeKaufman / BlitzWallet

Self-custodial bitcoin lightning, liquid, and Ecash wallet using the Breez_SDK, Greenlight, LWK, and Boltz
http://blitz-wallet.com
Other
30 stars 3 forks source link

NotificationService build error #38

Closed BlakeKaufman closed 1 week ago

BlakeKaufman commented 1 week ago

when adding the notification service target to the podfile it causes a build error with VisionCamera. I believe this is being caused by the main Blitz Wallet pods being run in a service extension which don't have the same environment conditions.

target 'NotificationService' do
  pod 'BreezSDK'
  pod 'KeychainAccess'
end