Quantcast
Channel: PerlaRenee » phonegap
Viewing all articles
Browse latest Browse all 2

phonegap ios set up with xcode

$
0
0

Here are some notes on what works:

  1. sign in to iOS developer portal with paid apple developer subscription
  2. create a sign in certificate (allows signing applications)
  3. open keychain to generate certificate signing request
  4. request certificate from certificate authority. save to disk.
  5. load file to apple developer area
  6. generate and download
  7. install certificate back into keychain (import items). mark as ‘login certificates’ and ‘my certificates’ from category.
  8. create developer profile and use
  9. copy files from phone gap zip/lib/ios to new permanent library location
  10. navigate to the bin folder inside the permanent library using terminal
  11. run command ./create <project_folder_path> <package_name> <project_name> then press “Enter”

Viewing all articles
Browse latest Browse all 2

Trending Articles