Fail to install App on real iPhone 11

Hello,

I’m trying to make some tests on an Iphone 11 and i’m failling installing app with this device.

If the app is already installed, i can interract with it.

I can install the same app with Iphone X with the same IOS version.

Here the appium log :

[HTTP] {“desiredCapabilities”:{“app”:“/Users/userNameOnMyMac/Desktop/app/MyApp.ipa”,“server:CONFIG_UUID”:“UUIDIphoneToTest”,“noReset”:true,“xcodeOrgId”:“XXXXXXXXXX”,“bundleId”:“com.mycompagny.myapp”,“connectHardwareKeyboard”:true,“deviceName”:“My iPhone”,“launchTimeout”:“30000”,“updatedWDABundleId”:“com.test.OtherDriver”,“xcodeSigningId”:“iPhone Developer”,“newCommandTimeout”:0,“platformVersion”:“11.2”,“automationName”:“XCUITest”,“platformName”:“ios”,“udid”:“UDIDIphoneToTest”},“capabilities”:{“firstMatch”:[{“platformName”:“ios”,“server:CONFIG_UUID”:“UUIDIphoneToTest”}]}}
[debug] [W3C] Calling AppiumDriver.createSession() with args: [{“app”:“/Users/userNameOnMyMac/Desktop/app/MyApp.ipa”,“server:CONFIG_UUID”:“UUIDIphoneToTest”,“noReset”:true,“xcodeOrgId”:“XXXXXXXXXX”,“bundleId”:“com.mycompagny.myapp”,“connectHardwareKeyboard”:true,“deviceName”:“My iPhone”,“launchTimeout”:“30000”,“updatedWDABundleId”:“com.test.OtherDriver”,“xcodeSigningId”:“iPhone Developer”,“newCommandTimeout”:0,“platformVersion”:“11.2”,“automationName”:“XCUITest”,“platformName”:“ios”,“udid”:“UDIDIphoneToTest”},null,{“firstMatch”:[{“platformName”:“ios”,“server:CONFIG_UUID”:“UUIDIphoneToTest”}]}]
[debug] [BaseDriver] Event ‘newSessionRequested’ logged at 1574179892864 (17:11:32 GMT+0100 (heure normale d’Europe centrale))
[Appium] Could not parse W3C capabilities: ‘deviceName’ can’t be blank
[Appium] Trying to fix W3C capabilities by merging them with JSONWP caps
[BaseDriver] The capabilities [“app”,“noReset”,“xcodeOrgId”,“bundleId”,“connectHardwareKeyboard”,“deviceName”,“launchTimeout”,“updatedWDABundleId”,“xcodeSigningId”,“newCommandTimeout”,“platformVersion”,“automationName”,“udid”] are not standard capabilities and should have an extension prefix
[Appium] Appium v1.15.1 creating new XCUITestDriver (v2.133.1) session
[debug] [BaseDriver] W3C capabilities and MJSONWP desired capabilities were provided
[debug] [BaseDriver] Creating session with W3C capabilities: {
[debug] [BaseDriver] “alwaysMatch”: {
[debug] [BaseDriver] “appium:app”: “/Users/userNameOnMyMac/Desktop/app/MyApp.ipa”,
[debug] [BaseDriver] “appium:noReset”: true,
[debug] [BaseDriver] “appium:xcodeOrgId”: “XXXXXXXXXX”,
[debug] [BaseDriver] “appium:bundleId”: “com.mycompagny.myapp”,
[debug] [BaseDriver] “appium:connectHardwareKeyboard”: true,
[debug] [BaseDriver] “appium:deviceName”: “My iPhone”,
[debug] [BaseDriver] “appium:launchTimeout”: “30000”,
[debug] [BaseDriver] “appium:updatedWDABundleId”: “com.test.OtherDriver”,
[debug] [BaseDriver] “appium:xcodeSigningId”: “iPhone Developer”,
[debug] [BaseDriver] “appium:newCommandTimeout”: 0,
[debug] [BaseDriver] “appium:platformVersion”: “11.2”,
[debug] [BaseDriver] “appium:automationName”: “XCUITest”,
[debug] [BaseDriver] “appium:udid”: “UDIDIphoneToTest”,
[debug] [BaseDriver] “platformName”: “ios”,
[debug] [BaseDriver] “server:CONFIG_UUID”: “UUIDIphoneToTest”
[debug] [BaseDriver] },
[debug] [BaseDriver] “firstMatch”: [
[debug] [BaseDriver] {}
[debug] [BaseDriver] ]
[debug] [BaseDriver] }
[BaseDriver] The following capabilities were provided, but are not recognized by Appium:
[BaseDriver] server:CONFIG_UUID
[BaseDriver] Session created with session id: 41d72e23-3d2f-4464-8390-305ff93db8bd
[debug] [XCUITest] Current user: ‘**********’
[debug] [XCUITest] Available devices: UDIDIphoneToTest, XXXXXXXXXXXXXXXXXXXXXXXXXXX
[debug] [XCUITest] Creating iDevice object with udid ‘UDIDIphoneToTest’
[XCUITest] Determining device to run tests on: udid: ‘UDIDIphoneToTest’, real device: true
[debug] [BaseDriver] Event ‘xcodeDetailsRetrieved’ logged at 1574179892888 (17:11:32 GMT+0100 (heure normale d’Europe centrale))
[BaseDriver] Using local app ‘/Users/userNameOnMyMac/Desktop/app/MyApp.ipa’
[debug] [BaseDriver] Unzipping ‘/Users/userNameOnMyMac/Desktop/app/MyApp.ipa’
[debug] [BaseDriver] Extracted 227 item(s) from ‘/Users/userNameOnMyMac/Desktop/app/MyApp.ipa’
[debug] [BaseDriver] Matched 226 item(s) in the extracted archive. Assuming ‘Payload/MyApp.app’ is the correct bundle
[BaseDriver] Unzipped local app to ‘/var/folders/0k/sxpn1l4s43g79s_2_ps4zj6m0000gn/T/20191019-32081-luqiph.tvwhh/Payload/MyApp.app’
[debug] [BaseDriver] Event ‘appConfigured’ logged at 1574179893911 (17:11:33 GMT+0100 (heure normale d’Europe centrale))
[debug] [XCUITest] Checking whether app ‘/var/folders/0k/sxpn1l4s43g79s_2_ps4zj6m0000gn/T/20191019-32081-luqiph.tvwhh/Payload/MyApp.app’ is actually present on file system
[debug] [XCUITest] App is present
[debug] [BaseDriver] Event ‘resetStarted’ logged at 1574179893911 (17:11:33 GMT+0100 (heure normale d’Europe centrale))
[debug] [XCUITest] Reset: fullReset not set. Leaving as is
[debug] [BaseDriver] Event ‘resetComplete’ logged at 1574179893911 (17:11:33 GMT+0100 (heure normale d’Europe centrale))
[debug] [BaseDriver] Event ‘logCaptureStarted’ logged at 1574179894097 (17:11:34 GMT+0100 (heure normale d’Europe centrale))
[XCUITest] Setting up real device
[debug] [XCUITest] Verifying application platform
[debug] [XCUITest] CFBundleSupportedPlatforms: [“iPhoneOS”]
[debug] [XCUITest] Installing ‘/var/folders/0k/sxpn1l4s43g79s_2_ps4zj6m0000gn/T/20191019-32081-luqiph.tvwhh/Payload/MyApp.app’ on device with UUID ‘UDIDIphoneToTest’…
[HTTP] → GET /wd/hub/status
[HTTP] {}
[debug] [GENERIC] Calling AppiumDriver.getStatus() with args:
[debug] [GENERIC] Responding to client with driver.getStatus() result: {“build”:{“version”:“1.15.1”}}
[HTTP] ← GET /wd/hub/status 200 3 ms - 68
[HTTP]
[debug] [XCUITest] Pushed the app files successfully after 5293ms
[XCUITest] Error was thrown during the installation process
[XCUITest] Error: Unexpected data: {“Error”:“ApplicationVerificationFailed”,“ErrorDetail”:-1,“ErrorDescription”:“Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.NHFfmh/extracted/MyApp.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)”}
[XCUITest] at InstallationProxyService._isFinished (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-ios-device/lib/installation-proxy/index.js:132:13)
[XCUITest] at InstallationProxyService._isFinished [as _waitMessageCompletion] (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-ios-device/lib/installation-proxy/index.js:124:16)
[XCUITest] at InstallationProxyService.installApplication (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/node_modules/appium-ios-device/lib/installation-proxy/index.js:24:12)
[XCUITest] at IOSDeploy.installApplication (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:52:7)
[XCUITest] at IOSDeploy.install (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:37:7)
[XCUITest] at installToRealDevice (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/real-device-management.js:60:3)
[XCUITest] at XCUITestDriver.installAUT (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:1128:7)
[XCUITest] at XCUITestDriver.start (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:415:7)
[XCUITest] at XCUITestDriver.createSession (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/driver.js:214:7)
[XCUITest] at AppiumDriver.createSession (/usr/local/lib/node_modules/appium/lib/appium.js:353:35)
[XCUITest] at AppiumDriver.executeCommand (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/basedriver/driver.js:376:13)
[XCUITest] at AppiumDriver.executeCommand (/usr/local/lib/node_modules/appium/lib/appium.js:482:14)
[XCUITest] at asyncHandler (/usr/local/lib/node_modules/appium/node_modules/appium-base-driver/lib/protocol/protocol.js:306:21)
[XCUITest] Error: Could not install app: ‘Unexpected data: {“Error”:“ApplicationVerificationFailed”,“ErrorDetail”:-1,“ErrorDescription”:“Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.NHFfmh/extracted/MyApp.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)”}’
[XCUITest] at IOSDeploy.install (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:41:13)
[DevCon Factory] Releasing connections for UDIDIphoneToTest device on any port number
[DevCon Factory] No cached connections have been found
[debug] [BaseDriver] Event ‘newSessionStarted’ logged at 1574179900129 (17:11:40 GMT+0100 (heure normale d’Europe centrale))
[debug] [W3C] Encountered internal error running command: Error: Could not install app: ‘Unexpected data: {“Error”:“ApplicationVerificationFailed”,“ErrorDetail”:-1,“ErrorDescription”:“Failed to verify code signature of /private/var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.NHFfmh/extracted/MyApp.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)”}’
[debug] [W3C] at IOSDeploy.install (/usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/lib/ios-deploy.js:41:13)

I use Appium 1.15.1 ,xcode 11.2.1 (11B500) and phone os version is IOS 13.2.2

If someone know what appends with this phone?
Is there some configuration to make on the device?

Thanks a lot for the help you could give me.