Skip to content

Instantly share code, notes, and snippets.

@5lineofcode
Created May 9, 2019 09:32
Show Gist options
  • Save 5lineofcode/2de7881e01180176561a6b18496c2dcd to your computer and use it in GitHub Desktop.
Save 5lineofcode/2de7881e01180176561a6b18496c2dcd to your computer and use it in GitHub Desktop.
Flutter Fix : Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
=== BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Release ===
ç Files/Pods-Runner/Pods-Runner.release.xcconfig"
Release.xcconfig line 1: Unable to find included file "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
Code Signing Error: No profiles for 'com.example.flutterUikit' were found: Xcode couldn't find any iOS App Development
provisioning profiles matching 'com.example.flutterUikit'. Automatic signing is disabled and unable to generate a profile.
To enable automatic signing, pass -allowProvisioningUpdates to xcodebuild.
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 12.1'
Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 12.1'
On IOS Directory, run this command:
pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment