Seishin's Life
  • Home
  • About Me
Sign in Subscribe

xcode

Interesting case with URL query params

Interesting case with URL query params

Last week, I encountered another interesting case of something I didn't know. I worked on the implementation of one API call that requires sending some data as url query params. One of these params was an email. Everything is fine unless you have a + sign in the string. RFC3986 specifies
Atanas Dimitrov Aug 19, 2020
Strange Xcode and autocomplete issue

Strange Xcode and autocomplete issue

A few days ago I experienced a strange issue with the Xcode and its autocomplete functionality that ate some 2-3 hours of my time tracing back when and what happened in the commit history... Background I have a big array in a separate file containing items representing all of the
Atanas Dimitrov Aug 14, 2020
Xcode: The folder “disabled.plist” doesn’t exist.

Xcode: The folder “disabled.plist” doesn’t exist.

Today I decided to experiment a bit with the new SwiftUI and after the Xcode updated, it gave me this really strange error: 🚀 Solution Most probably you're missing the /private/tmp directory. So open the terminal and enter the following commands: > sudo mkdir /private/tmp > sudo chown -R $(whoami) /private/
Atanas Dimitrov Jan 24, 2020
Xcode 10 and... Bridging Headers Issue

Xcode 10 and... Bridging Headers Issue

After updating to Xcode 10 some of the projects (ObjC + Swift) I'm working on started failing with this error: failed to emit precompiled header '*.pch' for bridging header After researching the issue for quite some time... I found a solution and some information why it's happening. The reason why
Atanas Dimitrov Feb 28, 2019

Subscribe to Seishin's Life

Don't miss out on the latest news. Sign up now to get access to the library of members-only articles.
  • Sign up
Seishin's Life © 2023. Powered by Ghost