My technical director just send me the provisioning file and the certificate, so now i have two files, and i try to google how can i install my application on my iPod touch to test it. could you please explain me or may be step-by-step articles could help, thanx in advance.
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
At first, add certificate to Keychain Access (Applications - Utilities) in section "login". After that drag and drop provisioning profiles to Xcode, it will add them to Organizer. After that, if your device is added to this profiles you can connect ur device to usb cable and choose Target SDK for supported by your device. Finally, Run application from Xcode. If you will obtain sign error - change code sign option to your certificate name from Xcode / Build settings.