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
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.