Folder structure

hey, i’m pretty new to ionic. here is my question: every time i open the app on xcode (the starterapp.xcodeprojec inside - ios - platform) all I get to see is the www that it’s outside of the platform folder. why is that? how can I see my www from the inside the platform? because that’s the one I should be editing on sublime, right?

The www folder inside platform folder is the build source that should not be edited ! Your stincts were right, you need the edit the www folder outside the platform folder.

Check yourself and hit cordova ios build in terminal, and u’ll see that your platform/ios folder will be deleted and created again :smile:

1 Like