您好,登錄后才能下訂單哦!
使用命令行編譯,創建main.m文件,寫個NSLog語句(需要Foundation頭文件),用clang編譯不過。解決辦法是:clang -framework Foundation main.m -o main,或者-fmodules Foundation(代碼中用@import Foundation; 而不是#import <Foundation/Foundation.h>
文本搜索選項——cmd+g正爽,到最后一個出現的位置時,若還沒找到想目標代碼段,是否會期望自動光標移至第一次出現的位置(所謂的wrap around)。這個選項很隱蔽,我在cmd+,的選項里找了n多次,怎么也找不到開關。在哪找到的呢,cmd+f時的選項,貼圖(注意放大鏡圖標旁的小三角)(Wrap Around 的意思是 Start over from the top of the document when no match is found.)
單元測試(XCTest)無需Code Sign(Automatic和Don't Code Sign同義)
http://stackoverflow.com/questions/26109851/code-signing-is-required-for-product-type-unit-test-bundle-in-sdk-ios-8-0
to be continued.
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。