I built a project by vs2012, it can run and the window appeared. But the codes cannot run on the Xcode7 as vs2012.It shows the project “built succeeded”,but no window appeared.
Please help me out. Thank you!
I built a project by vs2012, it can run and the window appeared. But the codes cannot run on the Xcode7 as vs2012.It shows the project “built succeeded”,but no window appeared.
Please help me out. Thank you!
This can happen if you build the “openframeworks” scheme instead of the one for your app.
This gif shows how to fix it in Xcode 6, but it looks similar in Xcode 7 (top left, beside the “play” button)
The problem was solved! Thank u !