You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the solution for that will be adding src folder dynamically instead of having it pre made in the template.
we can use a blue (dynamic) folder also as proposed in this PR openframeworks/openFrameworks#8179
but this would limit XCode usage to 16+
When a template or project has a .mm (objective-c++) ofApp or main the project generator doesn't link to the .mm
Need to make it check if the ofApp.cpp or ofApp.mm / and or main.cpp or main.mm and generate the correct extension
The text was updated successfully, but these errors were encountered: