distriqt / ANE-AndroidSupport

Android Support Library Native Extension
https://airnativeextensions.com
22 stars 4 forks source link

After latest update now seeing errors on iOS #12

Closed urthling closed 2 years ago

urthling commented 2 years ago

See this when trying to launch on iPhone -- launch fails -- 33.1.620

Rolling back to 33.1.575 -- all is well -- creating post on Runtime Support now

Error occurred while packaging the application:


Warning: Using default implementation for native extension 'androidx.transition'
Warning: Using default implementation for native extension 'androidx.appcompat'
Warning: Using default implementation for native extension 'androidx.recyclerview'
Warning: Using default implementation for native extension 'com.distriqt.playservices.Identity'
Warning: Using default implementation for native extension 'com.android.installreferrer'
Warning: Using default implementation for native extension 'io.reactivex'
Warning: Using default implementation for native extension 'com.distriqt.square.picasso'
Warning: Using default implementation for native extension 'com.google.protobuflite'
Warning: Using default implementation for native extension 'com.distriqt.playservices.CloudMessaging'
Warning: Using default implementation for native extension 'com.google.android.datatransport'
Warning: Using default implementation for native extension 'androidx.browser'
Warning: Using default implementation for native extension 'androidx.vectordrawable'
Warning: Using default implementation for native extension 'androidx.constraintlayout'
Warning: Using default implementation for native extension 'com.distriqt.square.okhttp3'
Warning: Using default implementation for native extension 'androidx.cardview'
Warning: Using default implementation for native extension 'com.google.code.gson'
Warning: Using default implementation for native extension 'com.distriqt.CustomResources'
Warning: Using default implementation for native extension 'com.distriqt.playservices.Auth'
Warning: Using default implementation for native extension 'com.jetbrains.kotlin'
Warning: Using default implementation for native extension 'com.google.dagger'
Warning: Using default implementation for native extension 'com.distriqt.playservices.Location'
Warning: Using default implementation for native extension 'com.distriqt.playservices.Analytics'
Warning: Using default implementation for native extension 'androidx.exifinterface'
Warning: Using default implementation for native extension 'androidx.core'
Warning: Using default implementation for native extension 'io.grpc'
Warning: Using default implementation for native extension 'androidx.work'
Warning: Using default implementation for native extension 'com.distriqt.playservices.Base'
marchbold commented 2 years ago

Those aren't errors, just normal warnings that these ANEs don't have an iOS implementation. This is totally expected and normal.

Your error will be elsewhere. If it is crashing on launch then check the device logs on the device.

urthling commented 2 years ago

It's not getting to launch -- it fails with these warnings and doesn't install on the device, so I can't check the device logs.

I'll post the ADT logs to Runtime Support

marchbold commented 2 years ago

Ah okay, you'll need to find the actual error then, it will be further down after the warnings. Best to follow up on Runtime support.

urthling commented 2 years ago

Thank you for following up Michael. Aye, they released a new adt https://github.com/airsdk/Adobe-Runtime-Support/issues/1169 that solved the issue :)

marchbold commented 2 years ago

Brilliant, great to hear!