Tap-Payments / goSellSDK-iOS

goSell iOS SDK
MIT License
19 stars 20 forks source link

'shared' is unavailabe in application extensions for iOS: User view controller based solutions where appropriate instead #54

Open devahmedshendy opened 2 years ago

devahmedshendy commented 2 years ago

Hi,

I just added goSellSDK pod and got the following errors:

Screen Shot 2022-03-27 at 1 28 40 AM

and this screenshot if or one of them:

Screen Shot 2022-03-27 at 1 29 00 AM

From this tweet, I can learn this is an issue with Xcode future features, but mine is 13.2.1 a bit older, and it has the same issue.

Here the Podfile of the project I am working on:

platform :ios, '12.0'

$FirebaseSDKVersion = '8.12.0'

source 'https://cdn.cocoapods.org/'

target 'Waffer' do
  ...
  pod 'goSellSDK'
  ...
  target 'OneSignalNotificationServiceExtension' do
    #only copy below line
    pod 'OneSignal', '>= 3.0.0', '< 4.0'
  end

end

The version installed for goSellSDK is 2.3.6, I couldn't find higher version to try.

That's all for now, please let me know if I should mention more details.