i have successfully created provisioning and distribution certificates and ready to upload my app. but, while posting i can't access to select the distribution profile?
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- how do you prevent page scroll in textarea on mobi
- Custom UITableview cell accessibility not working
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- How do I set compatible devices to only ARKit comp
- Can not export audiofiles via “open in:” from Voic
i think you have not opened the downloaded profile, download the profile from developer.apple.com and doble click it. it will be able to select now, and re assign profile in your project and target files even they have already selected.
@NeerajNeeru:
Firstly, Make sure that you download a new copy of distribution provisioning profile for App Store from the account you want to submit the application with and install the same profile by double clicking it. Once you do that select it under your
Project Settings
andTarget Settings
under theRelease
section.Secondly, Make sure you have selected
Release
to be run underArchive
underManage Schemes
before you build for archiving and archive the app.Once you select
Release
underArchive
inManage Schemes
, make sure you doProduct -> Clean
your application and then doProduct -> Build For Archiving
and thenProduct -> Archive
.EDIT:
Refer to this: Xcode 4.3: Codesign operation failed (Check that the identity you selected is valid)
Let me know if you need more help
Hope this helps.