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
0
votes
1 answer

.app domian Apache directive only added to port 80 config not loading - works on other gTLDs

So I have the following settings in my apache http virtualhost :80 config: ProxyPreserveHost On ProxyPass "http://192.168.1.1/" ProxyPassReverse "http://192.168.1.1/" This works fine when connecting…
Dieskim
  • 600
  • 3
  • 12
0
votes
0 answers

Why Mac osx .App not running on prior MAC OSX 10.0 version

I am facing problem of MAC OS App not opening prior 10.10 OSX version. My MAC machine have 10.13 OSX version and on this version MAC App running perfectly. In my App have only .Jar file and and Launcher file which is addressing to .Jar file.…
Om Prakash
  • 9,191
  • 1
  • 12
  • 20
0
votes
0 answers

MacOS running jar from Applications/app.app ends with incorrect path error during loading .fxml

I have created an java application that i would like to convert to MacOS .app. I managed to run java packager against my jar file, which created .pkg file for me. After installation app is starting (preloader) but it end with .fxml file load problem…
wolffiq
  • 1
  • 2
0
votes
1 answer

Py2app app not launching just asks if I want to terminate the app or open console

So I am working on a little project of mine that I want to distribute easily so naturally, I use py2app to make a single .app file that will execute on any Mac computer. I tried this tutorial:…
0
votes
1 answer

Handling SIGABRT in Mac Apps

I have created a very simple Desktop app for Mac OS. Due to restrictions, I could not use xcode. I am building the .app directory by hand, and the main executable at the moment is a shell script. When I was trying my app out, I noticed that if I…
ffConundrums
  • 765
  • 9
  • 24
0
votes
1 answer

Building a binary executable for a MacOS app, on Linux

I have at the core a very simple program. A shell script that can run on either mac or ubuntu. I have the requirement to distribute it on both platforms (in the mac case, must be a .app), however, I must build it exclusively on Ubuntu. I was…
ffConundrums
  • 765
  • 9
  • 24
0
votes
0 answers

How to troubleshoot .app bundle not working

I have been making an application using Javafx, and have finished the project turning it into an application. However, when I try to run the application it immediatley crashes with know error messages, nothing is printed to the console. As a note,…
joshLor
  • 1,034
  • 1
  • 12
  • 27
0
votes
0 answers

App bundle unable to read the json schema file on MAC OSX

I have created a app bundle using CMake. My executable is in Demo.app/Contents/MacOS. I have a json schema and data file which is used by my application. The files are also present in the same location as executable (i.e Demo.app/Contents/MacOS).…
R.V
  • 1
0
votes
2 answers

.app file not recognized by Appium

I am trying to launch my app in Appium by providing the .app file of my app. But its throwing an error message - "Be sure the Appium server is running with an application opened by using the "App Path" parameter in Appium.app (along with package and…
S S
  • 55
  • 11
0
votes
0 answers

Java app does not open on MacOS Sierra

I developed a Java application and created .app package. When I download from any website this .app (in .zip), App crashes in MacOS Sierra, but, if I execute JavaAppLauncher manually, inside .app contents, it's work perfect. Or if I copy .zip in…
0
votes
1 answer

Ios upload and download .app file via browser or some other app with url

Using Xcode 7 to build and generate NamApp.app file If i plugin USB and copy this app file to the mobile->Applications, It works fine I have uploaded the same NamApp.app file on the server say https://namwebsite/path/folder/NamApp.app I want to…
Sujay U N
  • 4,974
  • 11
  • 52
  • 88
0
votes
2 answers

iOS entitlements where is it stored inside the .app

I have an iOS app and I couldn't find entitlements.plist or somethig inside the app but I can find info.plist and the contents of entitlements are not there too. when I run the below command in terminal I am getting the entitlements. codesign -d…
0
votes
0 answers

Python .app executable not working

I made a GUI program with Tkinter, and the .py version works fine but when I make a .app file with pyinstaller, the file won't open and I get the following errors in the console. The same happens when I use py2app. Anyone know why this happens?
multigoodverse
  • 7,638
  • 19
  • 64
  • 106
0
votes
1 answer

Application runs fine when built from Xcode, won't run directly from the .app

Working on a c++ mac application in Xcode. When I hit run everything is fine (debug and release mode). But when I go into finder into the Products/Release folder and double click on the .app directly, the app immediately closes with an error…
Dylan
  • 45
  • 1
  • 8
0
votes
0 answers

Is there a way to add the setuid bit to a mac application bundle?

I want to make a separate version of TextEdit owned by root with setuid so I didn't always have to use nano and other terminal-based text editors to edit config files and the like. Is there an easier way to do this other than just invoking their…
Morgan H
  • 70
  • 1
  • 10