prceps "/prceps://i.sstatic.net/S5H67. Вывод сборки гласит, что он также распознается: < /p>
Код: Выделить всё
Target _DetectSigningIdentity:
Detected signing identity:
Code Signing Key: "Apple Development: Gerwin de Groot ()" ()
Provisioning Profile: "Example (Debug)" ()
Bundle Id: com.example.test
App Id: .com.example.test
< /code>
Тем не менее, развертывание на устройстве не удается: < /p>
CopyingFile - Path: /Users/gerwin/Public/Projects/Example/bin/Debug/net6.0-ios/ios-arm64/Example.app/Poppins-MediumItalic.ttf
CopyingFile - PercentComplete: 99%
CreatingStagingDirectory - PercentComplete: 5%
ExtractingPackage - PercentComplete: 15%
InspectingPackage - PercentComplete: 20%
PreflightingApplication - PercentComplete: 30%
VerifyingApplication - PercentComplete: 40%
ApplicationVerificationFailed: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.0vKSvJ/extracted/Example.app : 0xe8008015 (A valid provisioning profile for this executable was not found.)
error MT1006: Could not install the application '/Users/gerwin/Public/Projects/Example/bin/Debug/net6.0-ios/ios-arm64/Example.app' on the device 'Gerwin's iPhone 11': AMDeviceSecureInstallApplicationBundle returned: 0xe8008015.
Application could not be uploaded to the device.
Невозможно установить «Пример» < /h3>
Это приложение не может быть установлено, потому что его целостность не может быть проверена. с < /p>
Код: Выделить всё
dotnet build Example.csproj -c Debug -f net6.0-ios -t:Run -p:_DeviceName=
< /code>
Хотя удивительно, режим выпуска (-c Release
Как это исправить?
Подробнее здесь: https://stackoverflow.com/questions/750 ... debug-mode