Приложение jfxmobile не может быть установлено на эмуляторе iphone из-за отсутствия файлов приложения - PullRequest
0 голосов
/ 25 декабря 2018

Кодовая база работает на десктопе и Android, теперь нужен шаг к iOS.То, что есть «ОШИБКА», но без объяснения чего, странно.Основная проблема заключается в том, что папка «Приложение» пуста.

Я вижу, что запускается эмулятор, появляется значок приложения, начинается установка, а затем отображается исключение.Компиляция с --info не раскрывает никакой дополнительной информации.

...
[02:05:55:833] com.gluonhq.higgs.Compiler: halfway done round 14 
[02:05:56:201] com.gluonhq.higgs.Compiler: done round 14 
[02:05:56:201] com.gluonhq.higgs.Compiler: Waiting for remaing classes to be compiled on executor  
[02:05:56:202] com.gluonhq.higgs.Compiler: active count = 0 and coresize = 2 and queuesize = 0 
[02:05:56:202] com.gluonhq.higgs.Compiler: shutdown executor 
[02:05:56:202] com.gluonhq.higgs.Compiler: shutdown executor done  
[02:05:56:202] com.gluonhq.higgs.Compiler: await term done 
[02:05:56:202] com.gluonhq.higgs.Compiler: All classes are now compiled 
[02:05:56:202] com.gluonhq.higgs.Compiler: Compiled 0 classes in 25.835 seconds 
[02:05:56:224] com.gluonhq.higgs.Higgs: non-fatal issue for class com.gluonhq.impl.charm.a.b.b.f (no known superclass) 
[02:05:56:225] com.gluonhq.higgs.Higgs: non-fatal issue for class com.gluonhq.impl.charm.a.b.b.m (no known superclass) 
[02:05:56:226] com.gluonhq.higgs.Higgs: non-fatal issue for class com.gluonhq.impl.charm.a.b.b.o (no known superclass) 
[02:05:56:226] com.gluonhq.higgs.Higgs: non-fatal issue for class com.gluonhq.impl.charm.a.b.b.v (no known superclass) 
[02:05:56:232] com.gluonhq.higgs.Higgs: ERROR for class com.sun.javafx.property.adapter.PropertyDescriptor$Listener 
[02:05:56:233] com.gluonhq.higgs.Higgs: ERROR for class com.sun.javafx.property.adapter.ReadOnlyPropertyDescriptor$ReadOnlyListener 
[02:05:56:263] com.gluonhq.higgs.Higgs: non-fatal issue for class javafx.scene.web.JSObjectIosImpl (no known superclass) 
[02:05:56:267] com.gluonhq.higgs.Higgs: non-fatal issue for class net.miginfocom.layout.BoundSize$1 (no known superclass) 
[02:05:56:268] com.gluonhq.higgs.Higgs: ERROR for class net.miginfocom.layout.LayoutUtil$1 
[02:05:56:269] com.gluonhq.higgs.Higgs: non-fatal issue for class net.miginfocom.layout.UnitValue$1 (no known superclass) 
ERR: Launch simulator on simudid: B3D4F644-FC5F-4DBE-8586-9C3D0D6E4E70 and launchDir = /Users/user/Documents/tesla/teslaApp/build/gvm/teslaApp.app

[SUB] Failed to install application. Error Domain=IXUserPresentableErrorDomain Code=1 "This app could not be installed at this time." UserInfo={NSLocalizedFailureReason=Failed to chmod /Users/user/Library/Developer/CoreSimulator/Devices/B3D4F644-FC5F-4DBE-8586-9C3D0D6E4E70/data/Bundle/Application/4C023753-2AC3-42BC-95E9-C46FCF4996D6/teslaApp.app/TeslaTasks : No such file or directory, NSUnderlyingError=0x7fdf2cf19870 {Error Domain=MIInstallerErrorDomain Code=4 "Failed to chmod /Users/user/Library/Developer/CoreSimulator/Devices/B3D4F644-FC5F-4DBE-8586-9C3D0D6E4E70/data/Bundle/Application/4C023753-2AC3-42BC-95E9-C46FCF4996D6/teslaApp.app/TeslaTasks : No such file or directory" UserInfo={NSLocalizedDescription=Failed to chmod /Users/user/Library/Developer/CoreSimulator/Devices/B3D4F644-FC5F-4DBE-8586-9C3D0D6E4E70/data/Bundle/Application/4C023753-2AC3-42BC-95E9-C46FCF4996D6/teslaApp.app/TeslaTasks : No such file or directory, LegacyErrorString=ExecutableTwiddleFailed, FunctionName=-[MIExecutableBundle makeExecutableWithError:], SourceFileLine=1221, NSUnderlyingError=0x7fdf2cf1b180 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}}, NSLocalizedRecoverySuggestion=Failed to chmod /Users/user/Library/Developer/CoreSimulator/Devices/B3D4F644-FC5F-4DBE-8586-9C3D0D6E4E70/data/Bundle/Application/4C023753-2AC3-42BC-95E9-C46FCF4996D6/teslaApp.app/TeslaTasks : No such file or directory, NSLocalizedDescription=This app could not be installed at this time.}
...