No need for code signing with Xcode 7 for developers

10.3k Views Asked by At

If there is no need or code signing with Xcode 7 for developers then how it can achieved with xcode 7 realease.

As its still showing error : CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 9.0'

It is possible or not?

2

There are 2 best solutions below

0
On BEST ANSWER

Launch your application on devices using free provisioning (iOS, watchOS)

  1. In Xcode, add your Apple ID to Accounts preferences, described in Adding Your Apple ID Account in Xcode. enter image description here

  2. In the project navigator, select the project and your target to display the project editor.

  3. Click General and choose your name from the Team pop-up menu. enter image description here

  4. Now click on Fix Issue

@Thats it done. I have tested in Objective-C Project. @Adithya : Thank you for your contribution

1
On

Found this Apple Docs link. Make sure you have followed these steps.

I believe currently it only works with Swift.