Compiling Facebook SDK with Xcode 6
Compiling Facebook SDK with Xcode 6 is not yet an option.
A collection of 10 posts
Compiling Facebook SDK with Xcode 6 is not yet an option.
Having a different application name for release and development builds.
Positioning views relative to one another with auto-layout was fairly tricky until...
A small button named 'Debug view hierarchy', displays current view hierarchy in 3D.
Debugging errors that are a result of observers being added to an object and not removed from it can be hard.
In Xcode 8, it is no longer possible to create NSManagedObject subclasses...
The following code is causing a compiler crash when compiled with Swift 3 and Xcode 8...
ne of our views that contains a UICollectionView started crashing once in a while...
Symbolification is the process of mapping machine addresses into the source code. The tricky part is that by default .DSYM file is only generated for release builds.
How to create a framework that uses C with Xcode