IOS code signing required for product type 'Unit Test Bundle' in SDK 'iOS 9.2'

I want to test my application on iPhone 5s. and he has the latest version of ios. so I uninstalled the old Xcode V 7.0.1 and installed the new version v 7.2.

After installing v 7.2, I get below the error.

CodeSign error: product type requires signing of the 'Unit TestBundle' code in the 'iOS 9.2' SDK

I ask this question code-signing-is-required-for-product-type-unit-test-bundle-in-sdk-ios-8-0 and try all the answers, but still I have this problem.

I have a build assembly target as well as a tab with information. even I do not get a signin error to fix the problem. but still not able to run the application on my test device.

enter image description here

.

enter image description here

.

+4
4

. , projectNameTests, , ios.

+2

" ", "", unit test "", .

0

iOS : 1. target target 2.test target. . , "_" TARGETS ,

0

enter image description here

appName . .

0

Source: https://habr.com/ru/post/1628268/


All Articles