Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はココアアプリのプログラミングにまったく慣れていないので、これがばかげた質問である場合は、しばらくお待ちください。
コア フレームワークを使用してデータベースをセットアップしています。私のアプリには頻繁な更新とバグ修正があります。アプリケーションの更新によってデータベースが上書きされるのを防ぐにはどうすればよいですか? データベース以外のすべてを更新できますか?
ありがとう!
よろしくお願いします
イゴール
Updating the application will overwrite only the application bundle (i.e. Yourprogram.app folder). It will not do anything with ~/Library/ and ~/Documents, where all your databases should be stored.