Build fails with error TypeError Cannot read property map of undefined
This is likely due to the fact that one of your classes/variables is named map
which is a keyword in Bridge.NET
, subsequently it causes conflicts.
To find out what other keywords to avoid using click here.
Possible solution:
- Change the name of the class/variable to something else.