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

支持ios模拟器 #11

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open

支持ios模拟器 #11

wants to merge 6 commits into from

Conversation

abcjjy
Copy link

@abcjjy abcjjy commented Feb 12, 2018

luajit在模拟器上运行不了,是汇编代码里的问题。只能用lua5.1.5。改了一下编译脚本,可以在编译时通过参数选择是用lua还是luajit。但是对模拟器只用lua5.1.5。已经分别在模拟器和真机测试过。

模拟器虽然慢,但是有时候还是方便一点的。

abcjjy added 6 commits August 11, 2017 21:15
Change tolua min ios version to 7.0
Remove armv7s build from tolua makefile
Disable shared library building of luajit for iOS
Remove derived files from git
`./build_ios.sh lua` will use lua5.1.5 as lua backend for device and
simulator
`./build_ios.sh` will use luajit for device and use lua5.1.5 for
simulator
ToLua can run on ios simulator with this new build
@Aaron-Chan
Copy link

luajit在模拟器上运行不了,是汇编代码里的问题。只能用lua5.1.5。改了一下编译脚本,可以在编译时通过参数选择是用lua还是luajit。但是对模拟器只用lua5.1.5。已经分别在模拟器和真机测试过。

模拟器虽然慢,但是有时候还是方便一点的。

请问你知道什么原因导致模拟器很慢吗?现在有解决方案吗?

@abcjjy
Copy link
Author

abcjjy commented Oct 28, 2019

luajit在模拟器上运行不了,是汇编代码里的问题。只能用lua5.1.5。改了一下编译脚本,可以在编译时通过参数选择是用lua还是luajit。但是对模拟器只用lua5.1.5。已经分别在模拟器和真机测试过。
模拟器虽然慢,但是有时候还是方便一点的。

请问你知道什么原因导致模拟器很慢吗?现在有解决方案吗?

可能是手机的性能太强了,电脑已经不太能跟上了。慢一些,也还能承受。解决办法就是换最新型号最高配置的mac。。。

@youdk
Copy link

youdk commented Jan 22, 2020

各位,我现在需要一个支持模拟器的库,请问我从哪里去找啊。
我想把tolua在xcode模拟器上跑起来,详细步骤是什么啊

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

Successfully merging this pull request may close these issues.

3 participants