exponea / exponea-flutter-sdk

MIT License
7 stars 9 forks source link

README says min SDK for iOS is 10.3, but build error claims 15.4 #6

Closed mobikats closed 2 years ago

mobikats commented 2 years ago

Could not build the precompiled application for the device. Swift Compiler Error (Xcode): 'isElementFullscreenEnabled' is only available in iOS 15.4 or newer /Users/mike/WorkArea/Projects/MobiKats/Movement/Benefit/Development/benefitapp/ios/Pods/ExponeaSDK/ExponeaSDK/ExponeaSDK/Classes/InAppMessages/View/InAppMessageWebView.swift:91:24

mobikats commented 2 years ago

Which is a pain because pod install is called whenever I try to make a release build, meaning I need to do them via Xcode after manually changing the build target to 15.4...

mobikats commented 2 years ago

Ok I solved it with a Podfile script addition. But you should probably set your minimum build target appropriately anyway :)

xcibik00 commented 2 years ago

Hi @mobikats - the fix is already released in native iOS SDK, so for the flutter wrapper will be also part of next release.