From Traditional to Serverless: Exploring Patterns that Revolutionize Development
Serverless computing is a model in which the cloud provider dynamically manages the server infrastructure. This means that developers don’t need to worry about provisioning or managing servers, which can save time and money. Several serverless patterns can be used to build scalable and reliable applications. This article will discuss […]
Mac OS: xcrun: error: invalid active developer path, missing xcrun
Git, make ya da gcc kullanımı sırasında xcrun hatası alabiliyoruz. Ben düzgün bir dokümantasyon bulamadım. GCC işleminde hata alıyordum. Çözmek için çok debelendim 🙂 MacOS üzerinde yazılım geliştirmenin çekirdeği Xcode üzerine kuruludur. xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun Bu sorun Xcode temellidir. […]