Reputation: 163
I am working on my first iOS app. It works and build correctly but when I wanna to find .app file I cant find it. My appname.app is red and I cant "show in finder". Where can be the problem that I havent developer account?
Thank you for replies.
Upvotes: 0
Views: 65
Reputation: 4404
Assuming you run this app in the simulator from XCode:
~/Library/Application Support/iPhone Simulator/7.1 (or whatever OS you run it out of XCode)/Applications
In here you will find some folders with random names. One of these is your app.
Upvotes: 2
Reputation: 2988
1) Set your build for "iOS Device" (not simulator).
2) Product/Build.
Then you will see the .app file created.
Upvotes: 1