You can Right-Click (if you have a 2 or 3 button mouse), or CMD-Click with the touch pad or a single button mouse on Xcode, and choose “Show Package Contents”. That will open the app and you can see the contents in it. The application is actually a folder and in this case it’s Xcode.app. Finder hides the .app and knows you want to run the program when you click on it. But by showing the package contents, you can then drill in and see more items.
I don’t have Xcode 10.3 installed so I can’t find you the exact path for it.
You can have multiple Xcode’s installed. You can open up the Terminal app, and run the command:
xcode-select --print-path
And it will tell you which Xcode it’s using. Xcode 11.1 should be in
/Applications/Xcode.app/Contents/Developer
If it’s pointing to your downloads folder, then you want to do:
xcode-select /Applications/Xcode.app/Contents/Developer
to point it back to the Installed version. If it’s pointing the the right place, actually run Xcode out of the Applications folder and click on the Xcode menu->About Xcode and see what version it says.
From there we need to make sure you’re using a version of Corona that matches the Xcode version.