且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

使用IONIC和angularJS在ios设备上测试IOS应用程序

更新时间:2023-01-24 21:01:38

是的,这是可能的。

我今天试了这个。使用XCODE 7 beta 2.使用IONIC测试我的项目,仅使用APPLIE ID,而不是APPLE DEVELOPER ACCOUNT,以及它的工作。

I tried this today. Using XCODE 7 beta 2. Tested my project made using IONIC with only APPLIE ID, NOT APPLE DEVELOPER ACCOUNT, and its working.

你所要做的就是(用于制作) IONIC项目并在没有APPLE DEVELOPER ID的物理设备上安装它们。

All you have to do is( for making IONIC projects and installing them on Physical devices without APPLE DEVELOPER ID)


  1. 安装XCODE版本7(目前为beta 2)

  2. 安装Node JS(更新路径)

  3. 安装Cordova

  4. 制作一个离子项目(IONIC启动你的项目空白)

  1. Install XCODE version 7 (currently beta 2)
  2. Install Node JS (update path)
  3. Install Cordova
  4. make an ionic project ( IONIC start yourproject blank)

默认情况下会添加IOS平台。

IOS platform is added by default.


  1. 转到platforms / ios文件夹

  2. 会有一个yourproject.xcode文件 - 打开它

  3. 将您的设备连接到MAC

  4. 运行您的项目 - 如果您收到任何错误,XCODE会提供修复问题选项,点击它,您的应用程序将安装在物理设备上

  1. go to platforms/ios folder
  2. there will be a yourproject.xcode file - open it
  3. Connect your device to the MAC
  4. Run your project - if you get any error, XCODE gives the option of fix issue, click on that and your app will be installed on the physical device