Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No need for code signing with Xcode 7 for developers

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?

like image 236
Paresh Navadiya Avatar asked Jun 09 '15 11:06

Paresh Navadiya


2 Answers

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

like image 60
Paresh Navadiya Avatar answered Oct 14 '22 23:10

Paresh Navadiya


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

I believe currently it only works with Swift.

like image 25
Adithya Avatar answered Oct 14 '22 23:10

Adithya