Hi everybody,
Sorry, I have been away for long time.
As I understand latest moe gradle version 1.9.0 in maven.
In some topics it is mentioned about 1.10 snapshot versions, how can I access these versions?
And my other question about xcode 15 beta and ios 17, is moe 1.9.0 compatible with these?
Also when I was try to make http request with moe 1.9.0 in android studio there is no problem
but when I open project with directly xcode by clicking .xcodeproj file and run project in simulator or real device (it does not matter) the exception below occurs:
*** Terminating app due to uncaught exception ‘java.lang.ExceptionInInitializerError’, reason: 'java.lang.ExceptionInInitializerError
at android.icu.text.IDNA.convertIDNToASCII(IDNA.java:666)
at java.net.IDN.toASCII(IDN.java:65)
at java.net.IDN.toASCII(IDN.java:79)
at com.android.okhttp.HttpUrl$Builder.domainToAscii(HttpUrl.java:1358)
at com.android.okhttp.HttpUrl$Builder.canonicalizeHost(HttpUrl.java:1241)
at com.android.okhttp.HttpUrl$Builder.parse(HttpUrl.java:1002)
at com.android.okhttp.HttpUrl.getChecked(HttpUrl.java:617)
at com.android.okhttp.OkHttpClient$1.getHttpUrlChecked(OkHttpClient.java:165)
at com.android.okhttp.internal.huc.HttpURLConnectionImpl.newHttpEngine(HttpURLConnectionImpl.java:333)
at com.android.okhttp.internal.huc.HttpURLConnectionImpl.initHttpEngine(HttpURLConnectionImpl.java:319)
at com.android.okhttp.internal.huc.HttpURLConnectionImpl.connect(HttpURLConnectionImpl.java:115)
at com.android.okhttp.internal.huc.HttpURLConnectionImpl.getOutputStream(HttpURLConnectionImpl.java:249)
at org.ksoap2.transport.ServiceConnectionSE.openOutputStream(ServiceConnectionSE.java:131)
at org.ksoap2.transport.HttpTransportSE.sendData(HttpTransportSE.java:292)
at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:184)
at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:118)
at org.ksoap2.transport.HttpTransportSE.call(HttpTransportSE.java:113)
at com.test.ui.mobile.SoapRequests.getData(SoapRequests.java:50)
at com.test.ui.asycntasks.SendSignTask.doInBackground(SendSignTask.java:76)
at com.test.ui.asycntasks.AsyncTask$1$1.call_dispatch_async(AsyncTask.java:42)
Caused by: java.util.MissingResourceException: could not locate data
at android.icu.impl.ICUData.getStream(ICUData.java:138)
at android.icu.impl.ICUBinary.getData(ICUBinary.java:493)
at android.icu.impl.ICUBinary.getRequiredData(ICUBinary.java:447)
at android.icu.text.StringPrep.getInstance(StringPrep.java:331)
at android.icu.impl.IDNA2003.(IDNA2003.java:33)
… 21 more
’
*** First throw call stack:
(
0 CoreFoundation 0x00007ff80048d28d __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff800057894 objc_exception_throw + 48
2 MOE 0x00000000191a81d6 _Z35setCurrentInitTargetOnCurrentThreadP8_jobject + 0
3 MOE 0x00000000191af3f9 Z24nativeToJavaBlockHandlerP7ffi_cifPvPS1_S1 + 1187
4 MOE 0x00000000191b46e2 ffi_closure_unix64_inner + 489
5 MOE 0x00000000191b3cbc ffi_closure_unix64 + 72
6 libdispatch.dylib 0x00000000179a39f7 _dispatch_client_callout + 8
7 libdispatch.dylib 0x00000000179a64eb _dispatch_queue_override_invoke + 1487
8 libdispatch.dylib 0x00000000179b77f1 _dispatch_root_queue_drain + 369
9 libdispatch.dylib 0x00000000179b83b5 _dispatch_worker_thread2 + 277
10 libsystem_pthread.dylib 0x0000000017322c0f _pthread_wqthread + 257
11 libsystem_pthread.dylib 0x0000000017321bbf start_wqthread + 15
)
libc++abi: terminating due to uncaught exception of type ObjCException
thank you in advance.