Tag Archives: Xcode

RVM telepítés OS X-en

By | 2014. február 02.

Telepíteni akartam az RVM-et Mac-en, de állandóan elfüstölt már az elején, amikor a MacPort-ot akarta felrakni. A hiba így nézett ki: rvm 1.25.16 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/] Searching for binary rubies, this might take some time. Found remote file https://rvm.io/binaries/osx/10.8/x86_64/ruby-2.1.0.tar.bz2 Checking requirements for osx. Installing requirements for osx. Updating… Read More »

Xcode – Synthesize by Default (4.4 and newer)

By | 2013. május 15.

Past (… – 4.3) Previously in Objective-C, we were often writing both an @property keyword in our interface (.h file), as well as a @synthesize keyword in our implementation (.m file).  New in Xcode 4.4 (and the new LLVM clang compiler), we no longer need to synthesize our properties.  They are done for us when we compile our… Read More »