Where is the executable file for iOS and Xcode bundle? -


I have only header and M files and myApp.xcodeproj files but do not have "executable file" in my bundle? Can anyone say that where can I find this?

Open the Organizer Projects tab. In the list on the left, select your project. Click the small arrow located to the right of the derived data path. The folder should open in Finder Open the subfolder whose name is your project name, followed by a long string of garbage. Under that subfolder, Build & gt; Open Products & gt; Debug-isoimimulator (or release- ifofmessimator or debug-iphone or whatever you want).

Demo:



Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -