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?
Launch your application on devices using free provisioning (iOS, watchOS)
In Xcode, add your Apple ID to Accounts preferences, described in Adding Your Apple ID Account in Xcode.
In the project navigator, select the project and your target to display the project editor.
Click General and choose your name from the Team pop-up menu.
Now click on Fix Issue
@Thats it done. I have tested in Objective-C Project. @Adithya : Thank you for your contribution