linagora / linshare-mobile-flutter-app

Mobile application for LinShare - https://linshare.org/
GNU Affero General Public License v3.0
16 stars 16 forks source link

CI build iOS local failed #963

Open hoangdat opened 2 months ago

hoangdat commented 2 months ago

Description

Screenshot 2024-06-28 at 11 07 18

After the fixed PR: https://github.com/linagora/linshare-mobile-flutter-app/pull/962 We also have another issue, prevent us in building in CI

Cc: @tk-nguyen

tk-nguyen commented 2 months ago

This is not an issue, code signing and provision profiles are installed correctly: https://github.com/linagora/linshare-mobile-flutter-app/actions/runs/9693250017/job/26748300699#step:9:158

hoangdat commented 2 months ago

hi @tk-nguyen what is the root cause of it? Thank you.

tk-nguyen commented 2 months ago

It's in the action run details: https://github.com/linagora/linshare-mobile-flutter-app/actions/runs/9693250017

Specifically the deployment target is too old:

image

hoangdat commented 2 months ago

okie, let's me check in detail