code works fine on windows corona sim but gives errors on mac corona sim......

Hi, 

My app works just fine on the corona simulator in my windows machine … however … when i copy that app into my macbook and run it on the corona simulator… it gives errors, specifically “Attempt to perform arithmetic on field ‘text’ (a string value)”. When I fix that error… then the buttons don’t work (which have nothing to do with the line of code modified)…

The whole point is that the simulator is suppose to work regardless of the OS in which is running… so how come the SAME code is working fine in windows environment and not working at all in mac environment? 

I’m I missing something here?

Thanks in advance…

If you could post your code it would help with us being able to provide assistance.

Usually, we have same problems because Win-simulator is NOT case-sensetive, whenever MAC-simulator IS case-sensetive.
Look for names of yor images at files and at code.

If you could post your code it would help with us being able to provide assistance.

Usually, we have same problems because Win-simulator is NOT case-sensetive, whenever MAC-simulator IS case-sensetive.
Look for names of yor images at files and at code.