You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With gigya_flutter_plugin version 1.0.8, getting error failed to build iOS app
Swift Compiler Error (Xcode): Incorrect argument label in call (have 'url:callback:completionHandler:', expected 'url:callbackURLScheme:completionHandler:')
/Users/runner/work///ios/Pods/Gigya/GigyaSwift/Global/Providers/WebLogin/SsoLoginWrapper.swift:210:53
Swift Compiler Error (Xcode): Type 'String?' has no member 'customScheme'
/Users/runner/work///ios/Pods/Gigya/GigyaSwift/Global/Providers/WebLogin/SsoLoginWrapper.swift:210:75
Reproduction
When we run Github worflow using Fastlane
Workflow fails in iOS but works in Android.
Additional context
No response
SDK version
1.0.8
Android/iOS
iOS
The text was updated successfully, but these errors were encountered:
Checklist
Description
With gigya_flutter_plugin version 1.0.8, getting error failed to build iOS app
Swift Compiler Error (Xcode): Incorrect argument label in call (have 'url:callback:completionHandler:', expected 'url:callbackURLScheme:completionHandler:')
/Users/runner/work///ios/Pods/Gigya/GigyaSwift/Global/Providers/WebLogin/SsoLoginWrapper.swift:210:53
Swift Compiler Error (Xcode): Type 'String?' has no member 'customScheme'
/Users/runner/work///ios/Pods/Gigya/GigyaSwift/Global/Providers/WebLogin/SsoLoginWrapper.swift:210:75
Reproduction
Additional context
No response
SDK version
1.0.8
Android/iOS
iOS
The text was updated successfully, but these errors were encountered: