E0200: iOS build failed

Hello, I have this please help me, thank you!


MacBook-Pro-de-User:Armenia Joyeria Boutique user$ uno build --target=ios --configuration=Release
Uno 0.32.2 (build 3045) OS X 10.11 i386 2c7172c

Configuring (7.33s)
Installing dependencies
stuff: GET https://az664292.vo.msecnd.net/files/DVC806fPtYY4Z4hr-uno-base-0.8.614-iOS.zip
(43.56s)

Compiling syntax tree (3.55s)
Generating code and data
(11.16s)

Building iOS app
Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “com.umbralweb.armeniajb” were found.
 BUILD FAILED 


The following build commands failed:
    Check dependencies
(1 failure)
=== BUILD TARGET ArmeniaJoyeriaBoutique OF PROJECT ArmeniaJoyeriaBoutique WITH THE DEFAULT CONFIGURATION (Release) ===

Check dependencies
(unknown): E0200: iOS build failed
(14.29s)

Build completed in 79.98 seconds
    1 error

Code Sign error: No matching provisioning profiles found: No provisioning profiles with a valid signing identity (i.e. certificate and private key pair) matching the bundle identifier “com.umbralweb.armeniajb” were found.

So it’s a Code Signing Error…

Is “com.umbralweb.armeniajb” your provisioning profile? If so, then you might try opening the project in Xcode and recompiling. If the certificate is expired or hasn’t been downloaded, then Xcode may offer to “Fix it”. Click yes hopefully that’ll fix it. If not, you may need to some of the articles below.

If it’s not your profile then you need to change it to your profile.

Otherwise, you may want to read: https://www.fusetools.com/docs/preview-and-export/signing.

Or if you need to understand what code signing is, you might want to read: https://developer.apple.com/support/code-signing/ or https://www.raywenderlich.com/2915/ios-code-signing-under-the-hood