xcode

A collection of 10 posts

Xcode

Compiling Facebook SDK with Xcode 6

Compiling Facebook SDK with Xcode 6 is not yet an option.

  • xcode
iOS

Xcode: Set iOS App Display Name per Build Configuration

Having a different application name for release and development builds.

Xcode

iOS Auto Layout in Xcode: Position Views Relative to Each Other

Positioning views relative to one another with auto-layout was fairly tricky until...

Xcode

Debug Auto Layout Constraints with Xcode 7’s Debug View Hierarchy

A small button named 'Debug view hierarchy', displays current view hierarchy in 3D.

Swift

Fix “was deallocated while key value observers were still registered” Crashes in Swift

Debugging errors that are a result of observers being added to an object and not removed from it can be hard.

Xcode

Xcode 8 Core Data: Create NSManagedObject Subclasses in a Swift Project

In Xcode 8, it is no longer possible to create NSManagedObject subclasses...

Swift

Swift 3 Compiler Segmentation Fault 11: Generics and Nested Functions Workaround

The following code is causing a compiler crash when compiled with Swift 3 and Xcode 8...

Xcode

Fix UICollectionView “Terminating with Uncaught NSException” Crashes

ne of our views that contains a UICollectionView started crashing once in a while...

iOS

Symbolication in iOS Apps: Use dSYM and DWARF to Decode Crash Logs

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.

Swift

Create a Swift Framework That Uses C Code in Xcode

How to create a framework that uses C with Xcode

Subscribe to The infinite monkey theorem

We fling fresh posts—no banana peels attached—straight to your inbox.