Hello Stack Overflow neighborhood,
I am encountering a problem with a GitHub Actions workflow for an iOS app(Flutter) construct utilizing Xcode. The construct course of fails with the next error:
Did not construct iOS app
Error (Xcode): Construct enter file can't be discovered: '/Customers/Paperwork/fn7 recordsdata/GoogleService-Data.plist'. Did you neglect to declare this file as an output of a script part or customized construct rule which produces it?
Encountered error whereas constructing for system.
Error: Course of accomplished with exit code 1.
Though I’ve declared GoogleService-Data.plist
in secrets and techniques, the workflow nonetheless exhibits it utilizing a command output:
Run ls -la /Customers/runner/work/fn7-mobile/fn7-mobile/ios/Runner
complete 32
drwxr-xr-x 8 runner employees 256 Jan 23 20:32 .
drwxr-xr-x 11 runner employees 352 Jan 23 20:32 ..
-rw-r--r-- 1 runner employees 448 Jan 23 20:32 AppDelegate.swift
drwxr-xr-x 4 runner employees 128 Jan 23 20:32 Belongings.xcassets
drwxr-xr-x 4 runner employees 128 Jan 23 20:32 Base.lproj
-rw-r--r-- 1 runner employees 1311 Jan 23 20:32 GoogleService-Data.plist
-rw-r--r-- 1 runner employees 2040 Jan 23 20:32 Data.plist
-rw-r--r-- 1 runner employees 38 Jan 23 20:32 Runner-Bridging-Header.h
Kindly assist me to resolve this situation. Thanks.