讓你只構建和運行所選擇代碼行的Xcode插件:VWInstantRun

碼頭工人 9年前發布 | 32K 次閱讀 Objective-C開發 VWInstantRun

一個Xcode插件讓你只構建和運行所選擇的代碼行,而不需要運行整個項目。你可以在在Xcode的控制臺瞬間看到輸出。

Installation

Installation: You can clone or just download the project, then open project with Xcode, build and run project, and finally restart Xcode to active plugin.

Alcatraz

Another way more easier option: This plugin can also be installed using Alcatraz. Just search for VWInstantRun in Alcatraz.

Usage

Generally you just select your code in Xcode, then either use hotkey ??? + R or go to Product -> Instant Run to build and run the lines of code selected.

Limitations

The purpose of this plugin is to run your code snippet instantly without building the whole project, so obviously it do have some limitations.

  • The code selected should be isolated completely from other contexts (such as instance property, self, or there function, etc…), otherwise you will only have some compiler errors when you run that code snippet.
  • Usually you need to add some stub values as input and add print() phrase to actually view your output in console view.
  • For now, it only support Foundation module.
  • </ul>

    This plugin certainly can not and should not replace your unit tests, at all. The suitable case is to test and prove some tiny doubts as I mentioned in blog

    官方網站:http://www.baiduhome.net/lib/view/home/1451397459089</p> </strong>

 本文由用戶 碼頭工人 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
 轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
 本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!