[codenameone-discussions] Re: ios builds failing again?

2020-06-25 Thread Shai Almog
It seems your certificate is missing from the build. Did something change 
in your paths?
Did your certificate expire?

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/9153c788-fc51-4ae1-aab7-e126f17dbcafo%40googlegroups.com.


Re: [codenameone-discussions] Re: importing costum swift framework into my project codenameone?

2020-06-25 Thread Shai Almog
Hi,
you need a static library not a framework. You can open the framework 
directory and find the actual binary file within rename it to 
libMyFramework.a and move that into the native/ios directory together with 
your headers.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/44f7966e-ec87-409b-ac14-525637cbb62fo%40googlegroups.com.


[codenameone-discussions] Re: Debugging not possible - error

2020-06-25 Thread Shai Almog
We're pushing out a new version of the IntelliJ plugin today. It should 
resolve that issue (hopefully).
Which JDK are you using? 
Notice we only support JDK 11 or Oracle JDK 8/ZuluFX 8.

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/9f97623b-9f02-489f-a99d-3e79f0112aeao%40googlegroups.com.


[codenameone-discussions] Re: Almost every run creates a new simulator instance

2020-06-25 Thread Shai Almog
This is intentional. Simulator loads instantly so you just close/open it 
unlike Android which takes forever.
You can also debug things side by side e.g. make a change run the simulator 
again and hold the simulators one next to another to compare behavior. You 
can also debug networking apps more conveniently this way.

This exception is related to JavaFX which is a bag of troubles and pain. 
We've started on the long process to dump that disaster: 
https://www.codenameone.com/blog/moving-away-from-fx.html

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/2f29b3fb-8f42-433a-bebd-168176d4ed6eo%40googlegroups.com.


Re: [codenameone-discussions] Re: importing costum swift framework into my project codenameone?

2020-06-25 Thread Amine ABIABA
Hi Shai ,
When i exported the code source and integrated it in the Xcode and i
integrated the framework in the project codenameone , it works well. But
when I transform the generale changit in target, i  changed the embed by
"embed without singing", how I can change it on hinds build ?
[image: Annotation 2020-06-25 111838.png]
ᐧ

Le sam. 20 juin 2020 à 06:31, Shai Almog  a écrit :

> You can't import a swift file directly. You need to use xcode to generate
> a static library with an Objective-C exported header from that library.
>
> --
> You received this message because you are subscribed to the Google Groups
> "CodenameOne Discussions" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to codenameone-discussions+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/codenameone-discussions/dd58adf3-edd2-4d82-8761-0087fead9881o%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CABLoU%3D-b-FRjBLWsb21vnVrCO6VpNGJoVVokz00DSAvFsXR76g%40mail.gmail.com.


[codenameone-discussions] Debugging not possible - error

2020-06-25 Thread 'Angelo Maci' via CodenameOne Discussions
IDE: IDEA
Desktop OS Ubuntu
Simulator 
Device

Hello,I am trying to debug with breakpoints but I get:

Restarting JVM with JavaFX in the classpath.
NOTE: If you are trying to debug the project, you'll need to cancel this 
run and try running debug on the project again. JavaFX should now be in 
your classpath.
OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated 
in version 9.0 and will likely be removed in a future release.
ERROR: transport error 202: connect failed: Connessione rifiutata
ERROR: JDWP Transport dt_socket failed to initialize, TRANSPORT_INIT(510)
JDWP exit error AGENT_ERROR_TRANSPORT_INIT(197): No transports initialized 
[src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c:735]
Disconnected from the target VM, address: '127.0.0.1:42589', transport: 
'socket'

Process finished with exit code 2Which JVM are you using for debugging. 

It seems JavaFX isn't working for that VMI do not know how to check and 
which settings to change, please give me suggestion
OpenJDK
At project creation I saw the right JDK. 
I cannot find a place in the settings where the debug JDK is pointed. 

Run configuration just works. 
Thanks in advance

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/2da990c1-8d0f-4798-b599-6cb2e4a24b82o%40googlegroups.com.


[codenameone-discussions] Almost every run creates a new simulator instance

2020-06-25 Thread 'Angelo Maci' via CodenameOne Discussions
If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: IDEA
Desktop OS Ubuntu 20.04
Simulator 
Device: iPadMini, etc

Almost every run creates a new simulator instance. I have to close the 
previous one so to clear the windows on my system.
Notice that usually it's not blocking but I experienced an error with 
BrowserComponent that seems to lock some folder onto my system.
[JavaFX Application Thread] 0:0:2,889 - WebError: WebErrorEvent [source = 
javafx.scene.web.WebEngine@478a1ef9, eventType = 
USER_DATA_DIRECTORY_ALREADY_IN_USE, message = "User data directory 
[/home/pc/.cn1/.fxuserdata] is already in use", exception = 
javafx.scene.web.DirectoryLock$DirectoryAlreadyInUseException: 
/home/pc/.cn1/.fxuserdata]

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/ebcd95db-afd9-44f4-8f6f-55c1126b54b9o%40googlegroups.com.