I really need to get this working! A publisher asked me to update my game hoping they could publish it - they wanted firebase in, so I did that…but then firebase plugin was crashing program on device. I looked into this and it seems plugin has been updated to new 64bit version and wont work on the released version…
Tell me if I’m wrong about this but thats what I got from the forum posts.
So I decided it was time to update to the daily builds…but it won’t build for me. Says ‘cannot find the path specified’ - here is the detailed debugging log.
Seems like it is not creating the temp file in that final command line (I looked for it and its not on my pc)
A temporary fix that worked for me was copying the project to the drive where corona is installed. For example in my PC I have C and D drives, in C drive corona is installed and in D drive my projects rest. I copied the project in C:/src folder and tried building it and it was successful.
Try at first to build the sample projects, because initially few tools are downloaded locally which takes a while depending on network connectivity. Once you get successful sample project builds then try the above solution that worked for me.
My first post had the full console log in the pastebin link I posted - this hasn’t changed.
As I said I did build one of the sample projects and it failed to build exactly the same way - thats why I asked if there was a specific sample project you thought _would_ build.
A temporary fix that worked for me was copying the project to the drive where corona is installed. For example in my PC I have C and D drives, in C drive corona is installed and in D drive my projects rest. I copied the project in C:/src folder and tried building it and it was successful.
Try at first to build the sample projects, because initially few tools are downloaded locally which takes a while depending on network connectivity. Once you get successful sample project builds then try the above solution that worked for me.
My first post had the full console log in the pastebin link I posted - this hasn’t changed.
As I said I did build one of the sample projects and it failed to build exactly the same way - thats why I asked if there was a specific sample project you thought _would_ build.