You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Occasionally, when building the iOS app, the build will fail with many errors related to Skie_DefaultArguments (see screenshot below).
It doesn't happen all the time, and I can't pinpoint any one way to consistently reproduce it.
When it does happen, I can fix it by disabling the default arguments feature, doing a build (which will fail since I have code that is relying on default arguments), and then re-enabling the default arguments feature.
The text was updated successfully, but these errors were encountered:
@TadeasKriz we chatted about this issue on slack awhile back. I was curious if any progress has been made on this issue? I'm using SKIE 0.10.0 and we still run into the problem occassionally. I MAY have narrowed it down a little bit. I think it maybe happens anytime we add a new (public) method that has default arguments. I haven't been able to confirm that 100% though.
I have a basic KMP application (created in Android Studio Koala).
I am using SKIE, and have the Default Arguments feature enabled.
I am using the following library versions:
Occasionally, when building the iOS app, the build will fail with many errors related to
Skie_DefaultArguments
(see screenshot below).It doesn't happen all the time, and I can't pinpoint any one way to consistently reproduce it.
When it does happen, I can fix it by disabling the default arguments feature, doing a build (which will fail since I have code that is relying on default arguments), and then re-enabling the default arguments feature.
The text was updated successfully, but these errors were encountered: