-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error adaptyUI after update adapty_flutter 3.2.2 -> 3.2.4 #136
Comments
Hi @Silverviql, please provide your |
@x401om • No issues found!
|
@Silverviql do you have the same error while building our Example app? |
@x401om me change platform :ios, '15.0' and target 'Runner' do flutter_install_all_ios_pods File.dirname(File.realpath(FILE)) end this is what android studio returns
|
@x401om I ran your example through xcode, this is what it returns essentially the same as in debug ![]() |
Hi @Silverviql, please try 3.2.5 |
@x401om Hi, I have already rolled back to version 3.2.2 in my project, so I checked it in the Example app, it started for me and there is no more error |
After update package return this error
/ios/Pods/AdaptyUI/AdaptyUI/Rendering/Elements/AdaptyUIElementView.swift:98:13 Call to main actor-isolated initializer 'init(_:additionalPadding:drawDecoratorBackground:)' in a synchronous nonisolated context
/ios/Pods/AdaptyUI/AdaptyUI/Rendering/Templates/AdaptyUIFlatContainerView.swift:30:17 Call to main actor-isolated initializer 'init(:additionalPadding:drawDecoratorBackground:)' in a synchronous nonisolated context
/ios/Pods/AdaptyUI/AdaptyUI/Rendering/Templates/AdaptyUIFlatContainerView.swift:34:13 Call to main actor-isolated initializer 'init(:additionalPadding:drawDecoratorBackground:)' in a synchronous nonisolated context
pod --version
1.16.2
ruby -v
ruby 3.2.2 (2023-03-30 revision e51014f9c0) [arm64-darwin23]
The text was updated successfully, but these errors were encountered: