i have successfully created distribution profiles and installed on my xcode organiser, but this profile is not visible on my code signing field ?
i tried to upload screenShots, but sorry to say that stackOverflow only allows posting images one who have more than 10 reputations.
please give me a solution.
By code signing field if you mean in build settings, then it is because it is not matching with the bundle identifier of the app. Your identifier maybe
com.something.abcbut your profile maybe created forcom.something.xyz. Do check on that.