How to run specific views on Xcode simulator? – Ios swift
My project can only run on devices and not simulator, it's an object-recognition app, is it possible to run a single view of my project that doesn't use any technology and is able to run on simulator? I need to…