[ad_1]
once I construct the flutter app in GitHub Actions utilizing this command:
flutter construct ios --release --no-sound-null-safety
reveals error like this:
Run flutter construct ios --release --no-sound-null-safety
Constructing com.reddwarf.musicapp for system (ios-release)...
Upgrading AppFrameworkInfo.plist
Mechanically signing iOS for system deployment utilizing specified growth workforce in Xcode challenge: ***
Working pod set up... 3.7s
Working Xcode construct...
Xcode construct completed. 7.3s
Didn't construct iOS app
Error output from Xcode construct:
↳
** BUILD FAILED **
Xcode's output:
↳
be aware: Utilizing new construct system
be aware: Constructing targets in parallel
be aware: Planning construct
be aware: Establishing construct description
error: No profile for workforce '***' matching 'match AdHoc com.reddwarf.musicapp' discovered: Xcode could not discover any provisioning profiles matching '***/match AdHoc com.reddwarf.musicapp'. Set up the profile (by dragging and dropping it onto Xcode's dock merchandise) or choose a unique one within the Signing & Capabilities tab of the goal editor. (in goal 'Runner' from challenge 'Runner')
Encountered error whereas constructing for system.
Error: Course of accomplished with exit code 1.
why this occur? I might construct in my native machine XCode successs. However I couldn’t construct in GitHub Actions, what ought to I do to repair this construct drawback? That is the native xcode config:
[ad_2]

