Skip to content

Instantly share code, notes, and snippets.

View FromNowOn2017's full-sized avatar

FromNowOn on-line FromNowOn2017

View GitHub Profile
@FromNowOn2017
FromNowOn2017 / CoraDetaのエラー解決策
Created March 8, 2018 04:11
コアデータを作成した際のエラーについてです。
Value of type 'AppDelegate' has no member 'hogehoge'
こんなエラーが出た際には確認して見ましょう!
AppDelegate
// MARK: - Core Data stack
lazy var persistentContainer: NSPersistentContainer = {
let container = NSPersistentContainer(name: "dotStick")
@FromNowOn2017
FromNowOn2017 / saucetree認証エラー解決
Created March 2, 2018 01:55
saucetreeの認証エラーについて
fatal: Unable to create ホゲホゲホゲホゲホゲホゲホゲホ
Another git process seems to be running in this repository, e.g.
an editor opened by 'git commit'. Please make sure all processes
are terminated then try again. If it still fails, a git process
may have crashed in this repository earlier:
remove the file manually to continue.
#解決策