Questions tagged [.app]

.app is an extension given to application bundles on Mac OS X.

.app is an extension given to both Mac OS X and iOS applications.

The bundle typically includes everything the application needs to run, such as references, frameworks, resources, and localization information.

160 questions
125
votes
9 answers

How to get .app file of a xcode application

I have created an xcode project. Now I want to give .app file to my friend to use that application. From where do I get this file? How to install this .app file in his Applications folder using an installer package?
Shakti
  • 1,889
  • 4
  • 18
  • 29
30
votes
2 answers

What is the difference betwen .ipa and .app format in iOS?

I tried Adobe flash professional CS5 based to develop an iPhone application in windowsOS but when I publish it's out will be .ipa format. Will this work properly for an iPhone? Can anyone explain .ipa and .app? And also is it possible to develop…
vijayakumar flex
  • 553
  • 1
  • 12
  • 37
18
votes
6 answers

iOS: Failed to launch .app file

I don't know why it is looking for directory inside my .app file. Every time I run application it installs the App on iPhone but doesn't run and gives below error. Could anyone please tell me where's this settings stored? Thanks. error: failed to…
Paresh Masani
  • 7,474
  • 12
  • 73
  • 139
17
votes
4 answers

Where can I purchase .app TLD?

Where can I purchase a .app Top Level Domain (TLD)? I've gone to Network Solutions, GoDaddy, etc and can't find someone who is selling .app domains (e.g. http://example.app).
nickb
  • 9,140
  • 11
  • 39
  • 48
12
votes
5 answers

Run .app file in iOS 8 simulator

I have a .app file shared from a developer which i would like to run in iOS 8 simulator. I have seen similar questions which has solutions for older versions of iOS which is no longer working for iOS 8. Can someone point out what needs to be done to…
user2990765
  • 387
  • 2
  • 3
  • 16
12
votes
3 answers

How to run .app on iOS device

I have .app file of application I have mac and iPhone but do not have Xcode installed. How to install app on iPhone without Xcode?
Arpi
  • 397
  • 2
  • 5
  • 14
11
votes
1 answer

iPhone: Compressing .app files in command line (Mac OS X) removes CodeSigning

I am trying to do a simple build automation of my iPhone apps with TeamCity, but having this nagging issue.. When I manually pickup and install .app file from the build folder it works great (syncs smoothly with iTunes and I can see the app on my…
Santthosh
  • 1,083
  • 1
  • 12
  • 30
7
votes
1 answer

how to get .mobileprovision file and .app file

I am new to the iphone development. And i am using Hackintosh and i do not have any user ID of apple. Now my clients need two file( .mobileprovision file and .app file) for creating ad hoc distribution. Now is it possible to create .mobileprovision…
Ashish
  • 207
  • 1
  • 3
  • 19
7
votes
3 answers

How to purge "You can’t open the application “q.app” because it may be damaged or incomplete" status?

I am trying to create a simple .app bundle. I made a mistake in the Info.plist and the finder shows it with a "barred" sign over the icon, and I get that message when I try to click over it. I fixed the error in the Info.plist, I am sure 100 % the…
Stefano Borini
  • 138,652
  • 96
  • 297
  • 431
6
votes
1 answer

How to configure .app files in the UTIs section with Xcode 11?

I'm working on an app in which at some point I need to import once at a time several different kind of binary and ascii files, with different extensions, such as .bin, .app, .crc, etc. In order to enable this, I prepared in the project target, in…
Salva
  • 707
  • 2
  • 9
  • 18
6
votes
3 answers

Tkinter program converted to .app using PyInstaller closes immediately

Have a Tkinter battleship game application I wrote that I am trying to convert to an .app file so I can run it easily on Mac OS X computers. After using cd to navigate to the directory with both the main .py file, and all the subfiles (three other…
RobertR
  • 745
  • 9
  • 27
5
votes
3 answers

Can I convert my python script to a .app?

Is it possible to convert my .py script to a .app that works through a text box or something? Thanks
Shameer
  • 189
  • 1
  • 3
  • 10
5
votes
0 answers

Opening .app on Mac OS X 10.8.5 results in error -10658

I have Wrapped a .jar in an .app and tried opening it on Mac 10.8.5 But i get the following error 2014-08-05 18:09:12.067 open[20857:707] JLRequestRuntimeInstall: CFMessagePortSendRequest: error -1 LSOpenURLsWithRole() failed with error -10658 for…
shridatt
  • 896
  • 4
  • 15
  • 39
4
votes
1 answer

MacOS .app can't open file by double click

I have a c++ program, which should get the file name from argv, open this file, and work with it. Program works perfectly well, because: when I call binary (Unix Executable) from the terminal, program gets th name from argv and works with it, but…
zolars
  • 79
  • 6
4
votes
1 answer

How to find the .app file to submit application to AppStore?

I am attempting to submit an application to the AppStore but I am running into some trouble. When I build the application am unable to find the .app file. In xCode4, I expand the Products folder and myapp.app file is red and right clicking on it…
wibosco
  • 967
  • 1
  • 11
  • 32
1
2 3
10 11