mrdishant / Paytm-Flutter-Plugin

A Flutter plugin to use the Paytm as a gateway for accepting online paymnets in Flutter app.
Other
10 stars 6 forks source link

'paytm/paytm-Swift.h' file not found #import <paytm/paytm-Swift.h> #11

Closed kkmadhpuriya closed 4 years ago

kkmadhpuriya commented 5 years ago

i am getting this error.

Xcode's output: ↳ === BUILD TARGET url_launcher OF PROJECT Pods WITH CONFIGURATION Debug === /Users/jyotsana/Desktop/flutter/.pub-cache/hosted/pub.dartlang.org/paytm-0.0.5/ios/Classes/PaytmPlugin.m:2:9: fatal error: 'paytm/paytm-Swift.h' file not found

import <paytm/paytm-Swift.h>

mrdishant commented 4 years ago

Try flutter clean then pod install (Delete PodFile.lock and PODS folder)