Coder Social home page Coder Social logo

eros-plugin-ios-alipay's People

Contributors

zhongdom avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

eros-plugin-ios-alipay's Issues

支付宝插件run failed的bug及处理

按照教程会报以下错误:

错误1:文件AppDelegate.m报错, Use of undeclared identifier 'AlipaySDK'
解决: 在#import "AppDelegate.h"下一行增加引入#import <AlipaySDK/AlipaySDK.h>

错误2:插件内文件ZDAliPayModule.m报错,WeexPluginLoader/WeexPluginLoader.h file not found
解决: 代码 #import <WeexPluginLoader/WeexPluginLoader.h> 替换成 #import <WeexPluginLoader/WeexPluginLoader/WeexPluginLoader.h>

错误3:插件内文件ZDAliPayModule.h报错,WXModuleProtocol.h file not found with include;
解决:代码 #import <WXModuleProtocol.h> 替换成 #import <WeexSDK/WeexSDK.h>

以上代码替换后可以成功运行并支付

pod update 支付宝插件出现错误

Your questions.

Environment.

  • Mobile model: iphoneX
  • Mobile system: iOS 11
  • Dev platform: mac
  • Node: v8.9.2
  • Npm: 4.6.1
  • Ruby: 2.5
  • eros verison : 2.0.8 beta 3

image

What do you think may be caused by the analysis of the problem.

Reappearance of the problem (It's best to have a screenshot).

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.