Where is the .app program? (Mac OS X and iOS) - objective-c

I'm trying to find the .app file in my project folders but I can't find it. As I remember it was just to go into the build folder in the project folder and the .app file should be there but now I don't have a build folder in those app.
Thank you in advance!

In Xcode: expand Products then, right click on your app and from the menu click on Show on Finder or Reveal on Finder.

In Xcode 4, build products are stored by default in:
~/Library/Developer/Xcode/DerivedData/AppName-lotsofrandomchars/Build/Products/

If you've upgraded to Xcode 4, things have changed. Click Product/Archive to build a release version of your app, then Window/Organizer, and select the Archives pane. Select the archive you just built, then click the "share" button towards the top right.

Related

Can't Add ReactNativeNavigation.xcodeproj to Libraries in Xcode

I can't add the ReactNativeNavigation.xcodeproj file to my projects Libraries. Any ideas on how to get around this? I left click on Libraries then click add files to my project then go into node_module → react-native-navigation → iOS but then I can't click on the Xcode.proj is like a disabled button when I click on it.
I'm using Xcode 9.4.1.
Screenshot:
Solution:
Some how (probably my doing) the ReactNativeNavigation was added to the main project folder so I dragged it down to where the Libraries folder was, and the problem was solved. I suggest if you have this issue to search all the folder in your project, because it is probably already added somewhere in the project.
I discovered ReactNativeNavigation was added to the main project folder so I dragged it down to where the Libraries folder was, and the problem was solved. I suggest if you have this issue to search all the folder in your project, because it is probably already added somewhere in the project.

Xcode 8 iOS 10 archiving/uploading to TestFlight takes very long

Since I updated to XCode 8, it takes a long time archiving/uploading an app to TestFlight. While preparing archive (right after I press "Upload to Appstore"and select the appropriate Apple account), it starts Codesigning all the frameworks included in the project (I am using Cocoapods).
Any help would be highly appreciated as I am managing around 10 different accounts and it wastes a lot of time.
You can use this method to create ipa file,
right click your Archive and select show in finder
Again right click on resulted file in finder and select show package content
from result open product folder --> Application folder --> and select ".app" file
Simply add this .app file under apps of iTunes software on mac
After completing adding process right click on app icon in iTunes and show in finder which will give you iPA file.

Xcode 5 Build .app without showing package contents

I have just finished to build my app in Xcode 5 using a cocoa project.
The final result is a .app if I right click on it I can open the folder with all the files in it.
I was wondering if there is a way to build the app without the "Show Package Contents" Option if right clicked.
What is the best way to achieve this?

XCODE can find .app file

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.
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.
1) Set your build for "iOS Device" (not simulator).
2) Product/Build.
Then you will see the .app file created.

How to put xcode in my /applications folder, preferably in a /developer sub-folder

Not sure why, but currently the only way I can access xcode is by going into finder and typing 'xcode'.
How can I link xcode from my applications folder, and pref. put it into a 'developer' sub-folder.
(new'ish to mac)
Xcode is installed in /Developer/Applications/, just open it using spotlight and when the icon is in the dock, right click and select Keep in dock.
Find xcode in spotlight.
press command+enter to open it in a Finder window
drag the icon to the dock
or drag it to another folder while
pressing command+alt (to create a
link/alias)