ios, xcodeSet application name depending on the build typeHaving a different application name for release and development builds.
xcode, auto-layout, swiftPositioning views relative to one another with auto-layoutPositioning views relative to one another with auto-layout was fairly tricky until...
xcode, objc, swift, auto-layoutDebugging view constraints with Xcode 7A small button named 'Debug view hierarchy', displays current view hierarchy in 3D.
swift, xcodeDebugging xxx was deallocated while key value observers were still registered with itDebugging errors that are a result of observers being added to an object and not removed from it can be hard.
xcode, swift, iosCreating NSManagedObject subclasses from a model in Xcode 8In Xcode 8, it is no longer possible to create NSManagedObject subclasses...
swift, ios, xcodeCompiler Error when using Generics and nested functions, Command failed due to signal: Segmentation fault: 11The following code is causing a compiler crash when compiled with Swift 3 and Xcode 8...
xcode, ios, swiftUICollectionView terminating with uncaught exception of type NSExceptionne of our views that contains a UICollectionView started crashing once in a while...
ios, xcodeSymbolification in iOS applicationsSymbolification 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.