Coder Social home page Coder Social logo

withmukeshjoshi / payumoneysdk Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 3.0 1.08 MB

Flutter Plugin for PayUMoney Payment Gateway. Android & iOS Supported

License: MIT License

Java 30.79% Shell 2.01% Swift 21.87% Objective-C 4.55% Dart 21.95% Ruby 6.29% Kotlin 0.33% HTML 9.87% JavaScript 2.35%
android dart flutter flutter-plugin ios payumoney

payumoneysdk's People

Watchers

 avatar

payumoneysdk's Issues

Generate Checksum

Hello,
The hashurl parameter, I have passed a hash value generated from server but it seems to crash. Can u guide me on what value should be given to hashurl and how to generate that.
Thanks

Unable to generate IOS build

Swift Compiler Error (Xcode): Unknown type name 'CGSize'; did you mean 'Size'?
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-AssetLibrary/PayUAssetLibraryKit.framework/Headers/PayUAssetLib
raryKit-Swift.h:267:22

Swift Compiler Error (Xcode): Could not build Objective-C module 'PayUAssetLibraryKit'
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-AssetLibrary/PayUAssetLibraryKit.framework/Modules/PayUAssetLib
raryKit.swiftmodule/arm64-apple-ios.private.swiftinterface:6:18

Swift Compiler Error (Xcode): Failed to build module 'PayUAssetLibraryKit'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.2
(swiftlang-5.7.2.135.5 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)'). Please select a toolchain which
matches the SDK.
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-CheckoutPro/PayUCheckoutProKit.framework/Modules/PayUCheckoutPr
oKit.swiftmodule/arm64-apple-ios.private.swiftinterface:6:7

Swift Compiler Error (Xcode): No such module '_StringProcessing'
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-PayUParams/PayUParamsKit.framework/Modules/PayUParamsKit.swiftm
odule/arm64-apple-ios.private.swiftinterface:9:7

Swift Compiler Error (Xcode): Failed to build module 'PayUParamsKit'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.2
(swiftlang-5.7.2.135.5 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)'). Please select a toolchain which
matches the SDK.
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-CheckoutProBase/PayUCheckoutProBaseKit.framework/Modules/PayUCh
eckoutProBaseKit.swiftmodule/arm64-apple-ios.private.swiftinterface:5:7

Swift Compiler Error (Xcode): Failed to build module 'PayUParamsKit'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.2
(swiftlang-5.7.2.135.5 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)'). Please select a toolchain which
matches the SDK.
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-NativeOtpAssist/PayUNativeOtpAssist.framework/Modules/PayUNativ
eOtpAssist.swiftmodule/arm64-apple-ios.private.swiftinterface:10:7

Swift Compiler Error (Xcode): Failed to build module 'PayUParamsKit'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.2
(swiftlang-5.7.2.135.5 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)'). Please select a toolchain which
matches the SDK.
/Users/apple/Documents/development/octoflutter/build/ios/Release-iphoneos/XCFrameworkIntermediates/PayUIndia-UPICore/PayUUPICoreKit.framework/Modules/PayUUPICoreKit.swiftmo
dule/arm64-apple-ios.private.swiftinterface:10:7

Swift Compiler Error (Xcode): Failed to build module 'PayUCheckoutProKit'; this SDK is not supported by the compiler (the SDK is built with 'Apple Swift version 5.7.1
(swiftlang-5.7.1.135.3 clang-1400.0.29.51)', while this compiler is 'Apple Swift version 5.5.2 (swiftlang-1300.0.47.5 clang-1300.0.29.30)'). Please select a toolchain which
matches the SDK.
/Users/apple/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/payumoney_pro_unofficial-0.0.9/ios/Classes/SwiftPayumoneyProUnofficialPlugin.swift:2:7

Encountered error while building for device.

Generate CheckSum issue in ios

For android working fine, but ios issues coming with Generating Checksum

Error:
Issue
Issue
payumoney_pro_unofficial/generateChecksum.swift:17: Fatal error: Unexpectedly found nil while unwrapping an Optional value

  • thread #1, queue = 'com.apple.main-thread', stop reason = Fatal error: Unexpectedly found nil while unwrapping an Optional value
    frame #0: 0x0000000186601ebc libswiftCore.dylib_swift_runtime_on_report libswiftCore.dylib:
    -> 0x186601ebc <+0>: ret
    libswiftCore.dylib: 0x186601ec0 <+0>: b 0x186601ebc ; _swift_runtime_on_report libswiftCore.dylib:
    0x186601ec4 <+0>: adrp x8, 461964
    0x186601ec8 <+4>: ldrb w0, [x8, #0x2cc]
    Target 0: (Runner) stopped.
    Lost connection to device.
    Exited

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.