16
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MagicalRecordの仕様変更

Last updated at Posted at 2014-02-10

仕様変更ってほどでもないですが、2/5にpodspecがちょっと変わったみたいです。

CocoaPods経由でMagicalRecordをインストールしていて、かつMR_SHORTHANDを使って省略形でメソッド呼び出しするコードを書いている人は、Podfileを書き換える必要があるようです。

いままでは

と書いていたところを、

に書き換えます。
これでpod installした上で、XXX-Prefix.pchで今までどおり #define MR_SHORTHAND 1 とでも書いておけばOKです。

まあ以下の議論でもあるとおりMR_SHORTHANDはv3.0でdeprecatedになるらしく、今回のライブラリ分割は互換性を維持するための対処らしいので、MR_SHORTHANDを使っているひとは早めに移行しておいたほうがよさそうですね(俺氏)
https://github.com/CocoaPods/Specs/commit/9e7d7aa808ed19c4e6ea1e9647cd2a7668560886#commitcomment-5290889
https://github.com/CocoaPods/Specs/blob/master/MagicalRecord/2.2/MagicalRecord.podspec

メインのリポジトリのほうにはpodspecの変更が反映されてないのはどういうこと。。
https://github.com/magicalpanda/MagicalRecord/blob/develop/MagicalRecord.podspec

16
16
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
16

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?