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:
@QRCharlie Thank you for the fixes. However, we cannot change the Gigya POD file because if I edit it manually, the fix will be removed after running the Pod install command.
@QRCharlie Thank you for the fixes. However, we cannot change the Gigya POD file because if I edit it manually, the fix will be removed after running the Pod install command.
Usually you run pod install once before working on your project. If you need to install/update your pods you will surely lose the changes to SsoLoginWrapper.swift.
So just make sure you modify SsoLoginWrapper.swift each time you install/update the pods.
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: