LottieFiles / dotlottie-ios

.lottie player for iOS
MIT License
42 stars 6 forks source link

Wrong minimum OS Version on binary target #16

Closed tuannguyenanh177 closed 2 months ago

tuannguyenanh177 commented 7 months ago

Hello,

I can not upload my app to AppStore due invalid minimum OS Version in binary target. I tried change this value to 13.0 however it doesn't work. Could you please help check on this issue?

My project iOS target: 15.0

Screenshot 2024-02-22 at 9 58 55 PM Screenshot 2024-02-22 at 10 02 08 PM
samuelOsborne commented 7 months ago

hi @tuannguyenanh177 I'm going to investigate and get back to you shortly

samuelOsborne commented 7 months ago

hi @tuannguyenanh177 Please try with v0.2.2 of the player

tuannguyenanh177 commented 7 months ago

hi @tuannguyenanh177 Please try with v0.2.2 of the player

Hi @samuelOsborne still have same issue above: Invalid Bundle. The bundle XXX.app/Frameworks/DotLottiePlayer.framework does not support the minimum OS Version specified in the Info.plist

Here is what I did:

PollyVern commented 5 months ago

Good afternoon, @samuelOsborne . I have the same situation as the previous comments. Is there a solution to fix this problem? photo_2024-04-12 15 20 59

samuelOsborne commented 5 months ago

hey @PollyVern What minimum OS version are you trying to support? At the moment Im still looking for a fix

PollyVern commented 5 months ago

@samuelOsborne Minimum OS version in project - 14.0

samuelOsborne commented 5 months ago

hi @PollyVern I think ive located the problem. Inside our plist files the min version is 13.0 but the binaries have it set to 17.0

Currently investigating why this is happening

samuelOsborne commented 5 months ago

hi @PollyVern thanks for your patience, atm the early minimum os version I can get to is 15.5 via our github ci/cd build pipeline

Im gonna to try and build the core player locally with lower ios sdks if I manage to get them out of xcode

PollyVern commented 5 months ago

@samuelOsborne Thank you so much for quickly trying to rectify the situation. Sure wish you could find a solution, because we won't be able to get the project version up to 15.5. I look forward to any changes

samuelOsborne commented 4 months ago

hi @PollyVern @tuannguyenanh177. After updating our workflow, the lowest SDK version i've managed to use for iOS is 15.4, you can find the release here ➡️ https://github.com/LottieFiles/dotlottie-ios/releases/tag/v0.4.1

I know you both wanted lower versions, but for the moment this is the lowest our github runners will allow without breaking :(

PollyVern commented 4 months ago

@samuelOsborne Thank you for trying to solve the problem. On the current project, alas, I will just use the "Lottie" library

badepaz commented 4 months ago

I'm having the same issue. And my project's iOS minimum version is set to iOS 16.

screenshot

samuelOsborne commented 4 months ago

hi @badepaz sorry about that, will continue looking in to it and let you know

samuelOsborne commented 3 months ago

hi @badepaz Please try out the latest release of dotlottie-ios for the fix!

cheers