Relative Content

Tag Archive for iosswiftflutterpodfileflutter-stripe

Trying to implement stripe in Flutter/iOS and I get errors in all the generated files in Pod, So, I can’t even run the app

Swift Compiler Error (Xcode): Missing return in closure expected to return ‘String’ /Users/mac/Documents/Programming/Projects/yay_food/ios/Pods/StripeCore/StripeCore/StripeCore/Source/Analytics/AnalyticLoggableError.swift:62:8 Swift Compiler Error (Xcode): Missing return in closure expected to return ‘String’ /Users/mac/Documents/Programming/Projects/yay_food/ios/Pods/StripeCore/StripeCore/StripeCore/Source/Analytics/AnalyticLoggableError.swift:69:8 I have searched everywhere but It doesn’t seem like a problem regarding swift cause those are self generated files that stripe has generated for ios. I tried doing flutter […]