xcode9

Learn about closures and how to write closures in swift

  What are closures? As per apple documentation, closures are self contained blocks of  functionality that can be passed around code. In swift these are similar to what we called blocks in objective c and lambda in other languages. The definition is quiet complex to understand, so in simple words we can define closure as […]

Learn about closures and how to write closures in swift Read More »

How to solve pod update fails with RuntimeError – [Xcodeproj] Unknown object version (macOS Sierra and xcode 9.0)

    Solve pod update fails with RuntimeError – [Xcodeproj] Unknown object version (macOS Sierra and xcode 9.0) As per the heading, in this tutorial we will learn how to solve pod install or pod update error that it fails with run-time error – [Xcodeproj] unknown object version. Also we will, solve another error  operation

How to solve pod update fails with RuntimeError – [Xcodeproj] Unknown object version (macOS Sierra and xcode 9.0) Read More »