Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pod search LuaViewSDK #16

Open
JJXYZ opened this issue Apr 25, 2016 · 6 comments
Open

pod search LuaViewSDK #16

JJXYZ opened this issue Apr 25, 2016 · 6 comments
Assignees

Comments

@JJXYZ
Copy link

JJXYZ commented Apr 25, 2016

[!] Unable to find a pod with name matching `LuaViewSDK'

没有找到相关的SDK

@mazhao
Copy link

mazhao commented Apr 27, 2016

稍安勿躁、我们会尽快解决。

@dongxicheng
Copy link

Podfile里可以这样引用LuaViewSDK:
pod 'LuaViewSDK', :git => 'https://github.com/alibaba/LuaViewSDK', :branch=> 'master'
后续有更好的解决方案, 继续贴在这里

@tangyiyang
Copy link

先降级到pod 0.3.9 然后pod setup 后,再pod install 。install 完成之后可以再将pod升级回来可解决此问题。

@RainyofSun
Copy link

您好,使用cocoapods 配置SDK,使用的是3楼的命令pod 'LuaViewSDK', :git => 'https://github.com/alibaba/LuaViewSDK', :branch=> 'master'。但是配置完成之后,编译工程报错,缺少以下头文件:
#import "lua.h"
#import "lauxlib.h"
#import "lualib.h"
#import "lstate.h"
#import "lgc.h"
#import "lapi.h"
求解决方法!!

@eudaemonia2xl
Copy link

我直接导入LuaViewSDK文件包编译,提示少头文件
#import "lua.h"
#import "lauxlib.h"
#import "lualib.h"
#import "lstate.h"
#import "lgc.h"
#import "lapi.h"
求解决方法!!

@shengdoushi
Copy link

pod search LuaViewSDK , 出来个 VPLuaViewSDK 是这个。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants