Search found 6 matches

by kippllo
Tue Apr 17, 2018 6:52 pm
Forum: Support and Development
Topic: love.math.random not working on iOS in Love V 11.1
Replies: 3
Views: 3555

love.math.random not working on iOS in Love V 11.1

Hello all, I am working on a game with a background built from pixels with a random value for the grass color. I use this code to get the pixel color values: pixels .g = love.math.random(125, 200) On the PC build I get pic 1. But whenever I put it on iOS I get pic 2. I suspect the is some problem wi...
by kippllo
Mon Apr 16, 2018 12:40 am
Forum: Support and Development
Topic: Building Game in xCode 9.x
Replies: 5
Views: 4365

Re: Building Game in xCode 9.x

Ok so I thought I had downloaded the new source, but I guess I didn't.
I have now downloaded the right source and it worked!!! Thank you so much!!!
One more question, when I compile in xCode I get TONS of warnings, but it still works. Is that normal?
by kippllo
Sun Apr 15, 2018 11:15 pm
Forum: Support and Development
Topic: Building Game in xCode 9.x
Replies: 5
Views: 4365

Re: Building Game in xCode 9.x

I aslo uploaded a pic of the error message
by kippllo
Sun Apr 15, 2018 11:15 pm
Forum: Support and Development
Topic: Building Game in xCode 9.x
Replies: 5
Views: 4365

Re: Building Game in xCode 9.x

Ok I downloaded the update, but I'm still getting the same problem. I would like to note that I tried building to the simulator instead of my iPhone and it worked fine for that. The problem seems to be in building for a real device...
by kippllo
Sun Apr 15, 2018 2:30 am
Forum: Support and Development
Topic: Building Game in xCode 9.x
Replies: 5
Views: 4365

Building Game in xCode 9.x

Hello, I'm new to this forum so hello! I've run into a problem when trying to build a love game for iOS using the fuse technique... Screen Shot 2018-04-15 at 5.50.37 PM.png All the frameworks have errors and are shown in red, and the build always fails. I've done some digging and most people say to ...