Created
November 3, 2012 10:01
-
-
Save taktamur/4006860 to your computer and use it in GitHub Desktop.
AppStoreでアプリを入れるときに「すでにインストール済み」扱いのアプリがあった件
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* AppStoreでアプリを入れるときに「すでにインストール済み」扱いのアプリがあった件 | |
- どうやらアプリがインストール済みかどうかを、Spotlightでチェックしている様子。 | |
-- https://discussionsjapan.apple.com/thread/10116048?start=0&tstart=0 | |
-- https://discussionsjapan.apple.com/message/100577919#100577919 | |
-- おそらく、元HDDの内容を検索Indexに入れて、そっちが反応している感じ。 | |
-- 。。と思ったけど、インデックス再作成してもだめだった。 | |
- 古いHDDに残ってたXCodeを、新しいHDDに移して試してみる。 | |
-- これでXCodeはいけた。 コピーでOK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment