I have a static environment mesh that displays fine in the editor but disappears in the iOS build. The shader used is mobile/unlit (supports Lightmaps). There is no culling mask being applied to the mesh. What could be the problem here?
Problem solved. Still unsure of the cause, but everything works fine after deleting the GameObject and re-adding it to the scene.