mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #240] 1.1.5で起動しなくなりました。 #127
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @trinokoshi on GitHub (Nov 29, 2017).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/240
先日1.1.5にバージョンアップしたところ、起動ができなくなりました。
/Users/koshi/Library/Application Support/ 以下のファイルを削除しましたが、やはり起動しません。
アプリケーションを入れ替えましたが同じくです。
Macbook Pro (2016) にmacOS 10.13.1の環境です。
ほぼ同条件のサブ機でも同じくバージョンアップしたところ、そちらは起動しました。
不具合の切り分けをしたいのですが、方法はありますか? Application Support/以下以外に消すところがあるかとか。。。デバッグの仕方とか。。
よろしくお願いします。
@trinokoshi commented on GitHub (Dec 11, 2017):
自己解決しました。
Xcodeでソースからコンパイルし直したところ、RealmSwiftのエラーが出ていたので修正したら、起動するようになりました。
ありがとうございました。
@jerrywdlee commented on GitHub (Mar 25, 2018):
@trinokoshi 同じ現象が発生しました、修正の仕方ご教授できますでしょうか?
@trinokoshi commented on GitHub (Mar 26, 2018):
@jerrywdlee ソースコードでデバッグ起動すれば、エラーが表示されます。そのエラーを解決すれば起動すると思います。私の場合は、RealmSwiftでのエラーだったので、RealmSwiftを再インストールしたら起動するようになりました。
@jerrywdlee commented on GitHub (Mar 26, 2018):
結局のところ修復できませんでした。エラーを一応貼っておきます。
@jerrywdlee commented on GitHub (Mar 26, 2018):
解決できました。
こちらの記事が参考になりました。
http://fukatsu.tech/realm-reset
Xcodeが
$HOME/Library/Application Support/com.clipy-app.Clipy/default.realmにアクセスする際エラー発生したと言いましたので、それを削除すれば正常に動きました。