I have a problem.
I have the latest Gideros (2018.6.3, also tried with 2018.6.2)
I tried to install Gideros Player for iOS.
First of all - the latest Gideros ships with a very old iOS player GiderosiOSPlayer.zip (from 2016 which does not work for me).
This is not a big deal since we can export "Player" only (from Export Project).
So I exported a player only, compiled in Xcode and installed on an iOS device.
The player starts just fine, but when I try to run something it says:
module 'box2d' not found:
no field package.preload['box2d']
no file './box2d.lua'
no file './box2d/init.lua'
no file './_LuaPlugins_/box2d.lua'
no file './_LuaPlugins_/box2d/init.lua'
no file '/usr/local/share/lua/5.1/box2d.lua'
no file '/usr/local/share/lua/5.1/box2d/init.lua'
no file '/usr/local/lib/lua/5.1/box2d.lua'
no file '/usr/local/lib/lua/5.1/box2d/init.lua'
no file './box2d.so'
no file '/usr/local/lib/lua/5.1/box2d.so'
no file '/usr/local/lib/lua/5.1/loadall.so'
Tried the export on Windows and Mac - same thing - no box2d.
(FYI: I have one project that does not use box2d and it works).
Please help!
------------------------
When I run this in the Gideros player:
for k in pairs(package.preload) do
print(k)
end
I get the following from the built in player:
lsqlite3
box2d
bit
accelerometer
cbump
lpeg
microphone
mime.core
gyroscope
json.safe
steam
lfs
geolocation
theora.core
controller
camera
clipper
socket.core
media
struct
json
liquidfun
And just this on iOS player:
gyroscope
geolocation
accelerometer
Comments
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
https://play.google.com/store/apps/developer?id=razorback456
мій блог по гідерос https://simartinfo.blogspot.com
Слава Україні!
Also hope it is completely compatible, otherwise I am screwed...
Tested on project by replacing "require "box2d"" with "liquidfun" - works so far ... which is good.
Likes: totebo, antix, SinisterSoft
Likes: totebo
https://deluxepixel.com
https://www.facebook.com/anthony.ball.66/videos/vb.1268113038/10214722626160449
https://deluxepixel.com