I created an application with a UI using swift for mac with xcode
. I built the application to run on mac 10.10
and above but when I built it to run and ran it on another mac which had os 10.10.5
the application opened a window but, the window was much smaller than the window size I set and it doesn't display any of the UI elements either
.
This application when run on my mac which runs on os 10.13
works perfectly but doesn't on others what am i doing wrong or how can I figure out what is going wrong.
someone on reddit suggested notarising
the application may fix it but if that doesn't work is there anything else that I can do to fix this?