com.gluonhq.impl.maps.MapTile on iPhone does not work - gradle

I use the MapLayer class of com.gluonhq.maps; but on the iPhone I don't see the map, but always a white screen. On Android the problem does not occur. This is the error I have in the run:
com.gluonhq.impl.maps.MapTile lambda $ new $ 1
Error: java.util.concurrent.CompletionException: java.lang.RuntimeException: Error No route to host

Related

CodePush 400: {"status":400,"name":"Error","message":"Missing required query parameter \"deployment_key\""}

After rebuilding with React Native 0.70.1/react-native-code-push 7.05 project/Xcode 14/Monterey , npx react-native run-ios launch successfully without any error but the console screen throws error:
[CodePush] An unknown error occurred.
LOG [CodePush] 400: {"status":400,"name":"Error","message":"Missing required query parameter \"deployment_key\""}
Then I create a new app in MS appcenter for IOS and replaced the app secret with the new one just created in AppCenter-Config.plist in Xcode. But the error is the same. Before rebuilding the app, I verify that the latest react native code push 7.0.5 works with the release of React Native 0.70.
The app build in Xcode 14 went successfully. What is missing with the appcenter or app config?
In my case, I got this error because I forgot to set the CodePushDeploymentKey inInfo.plist :)
Now that I have a configuration-specific CODEPUSH_KEY in build settings, and have set the CodePushDeploymentKey to $(CODEPUSH_KEY) in Info.plist, it works!

docker compose on mac m1 error: Function not implemented

i'm use new mac book with m1
if docker compose up, one of the containers throws an error:
Unhandled Exception: System.IO.IOException: Function not implemented
at System.IO.FileSystemWatcher.StartRaisingEvents()
at System.IO.FileSystemWatcher.StartRaisingEventsIfNotDisposed()
at System.IO.FileSystemWatcher.set_EnableRaisingEvents(Boolean value)
at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.TryEnableFileSystemWatcher()
at Microsoft.Extensions.FileProviders.Physical.PhysicalFilesWatcher.CreateFileChangeToken(String filter)
at Microsoft.Extensions.Primitives.ChangeToken.OnChange(Func`1 changeTokenProducer, Action changeTokenConsumer)
at Microsoft.Extensions.Configuration.FileConfigurationProvider..ctor(FileConfigurationSource source)
at Microsoft.Extensions.Configuration.Json.JsonConfigurationSource.Build(IConfigurationBuilder builder)
at Microsoft.Extensions.Configuration.ConfigurationBuilder.Build()
at Microsoft.AspNetCore.Hosting.WebHostBuilder.BuildCommonServices(AggregateException& hostingStartupErrors)
at Microsoft.AspNetCore.Hosting.WebHostBuilder.Build()
at BackOffice.Host.Program.BuildWebHost(String[] args)
qemu: uncaught target signal 6 (Aborted) - core dumped
Aborted
please tell me what could be the reason and how you can get rid of this error
It’s related to docker compose v2 beta which is experimental feature
Here

Nativescript Vue RadSideDrawer undefined

I try to create start RadSideDrawer example https://play.nativescript.org/?template=play-vue&id=AZnAQ0
It works well with playground, but when I build it with
tns run android --bundle
I get an error
An uncaught Exception occurred on "main" thread.
java.lang.RuntimeException: Unable to start activity ComponentInfo{org.nativescript.application/com.tns.NativeScriptActivity}: com.tns.NativeScriptException:
Calling js method onCreate failed
TypeError: Could not load view for: nativeradsidedrawer. TypeError: Cannot read property 'extend' of undefined
File: "file:///data/data/org.nativescript.application/files/app/vendor.js, line: 59885, column: 6
StackTrace:
Frame: function:'getViewClass', file:'file:///data/data/org.nativescript.application/files/app/vendor.js', line: 63313, column: 11
What did I do wrong?
First we need to build the app using below command
tns build android --bundle
Once build is successful we have to run below command
tns run android --bundle
Need to update tns
tns update next

Failed to enable Hyperloop

Using a Pro account, I created a new app (using Studio), when tried to enable Hyperloop, the popup of progress just disappear without any message and still hyperloop disabled.
After checking the Studio logs, I found an error and a suggestion of using the CLI for that.
!ENTRY com.aptana.core 1 0 2016-07-18 20:00:53.309
!MESSAGE (Build 4.7.0.201607130543) [INFO] com.aptana.core/debug/shell/output Process Output:
Failed to enable Hyperloop: Error: TypeError: undefined is not a function
Unable to register the new app with Appcelerator Platform either due to limited connectivity or other unexpected problem. Please retry later using the command 'appc new --import --project-dir /path/to/project' { [Error: ArrowDB apps already exist for this app_guid]
success: false,
description: 'ArrowDB apps already exist for this app_guid',
code: 400,
internalCode: undefined }
When I tried the appc new --import --project-dir ., I got the same message, even removing the app from the platform I can't get hyperloop to work, the other ArrowDB don't seem to have an error (I don't use that personally).
Anything missing?
appc -v = 5.4.0-31
appc ti sdk = 5.4.0.v20160712013704

My iOS simulator doesn't work from the root account, but works from the user's accounts

When running from the root account only shows a black screen iOS simulator.
How to solve this problem?
UPD:
sh-3.2# /Applications/Xcode.app/Contents/MacOS/Xcode
com.apple.dt.instruments.backgroundinstruments: Already loaded
2012-05-20 21:57:32.871 Xcode[2538:107] ERROR: Failed to create an alert for ID "enabled" based on defaults: 1
2012-05-20 21:57:34.277 Xcode[2538:107] Error launching simulated application: Error Domain=DTiPhoneSimulatorErrorDomain Code=1 "iOS Simulator failed to install application." UserInfo=0x400e8b820 {NSLocalizedDescription=iOS Simulator failed to install application., DTiPhoneSimulatorUnderlyingErrorCodeKey=-1}
UPD:
Launching the iOS simulator from the root account
Link: pastebin.com/1Z8XxxcH
Screenshot: imageshack.us/photo/my-images/594/20120520101127pm.png

Resources