Tap-Payments / gosellSDK-Flutter

Flutter plugin for goSellSDK
MIT License
11 stars 24 forks source link

TapFont enums not found in branch Xcode_12 #17

Open wal33d006 opened 3 years ago

wal33d006 commented 3 years ago

/Users/runner/work/1/s/ios/Pods/goSellSDK/goSellSDK/Core/UI/Public/Extensions/TapFont+Additions.swift:38:23: error: type 'TapFont' has no member 'circeBold' "circe-bold":

This is the exception that happens on Flutter latest stable version, XCode 12.2.

There are four enums not found: circe-regular circe-light circe-extra-light circe-bold

When I comment the lines in auto generated TapFont+Additions.swift, it works fine on my system, but the build server pulls the Tap SDK through this git branch.

Please fix this asap, I am working on a production level application.

rao21 commented 3 years ago

I find a issue is that it get TapFontsKitV2 version (0.0.3) with resources that have only 3 file in resources HelveticaNeueLTW20-Bold,light,Roman.. but with version 0.0.2 of TapFontsKitV2 it has all files with circle font as well.. Also This mean that sdk when fetch TapFontsKitV2 it not get all font files.

Reproduce steps : fresh create a project and integrate go_sel_sdk . environment: sdk: ">=2.1.0 <3.0.0" in pubsepec.yaml . Please response.

@tappayments @kareem5 @olamonir @halaq