error 'autorelease' is unavailable: not available in automatic reference counting mode

前端 未结 2 1915
轻奢々
轻奢々 2020-12-10 02:27

I trying to make a HTTP request and parse JSON using Stig\'s JSON Library. I\'m getting this error \'autorelease\' is unavailable: not available in automatic reference coun

2条回答
  •  死守一世寂寞
    2020-12-10 02:58

    The way that you get rid of this error is to go into your projects build settings. Search for automatic reference counting. Once you find it set the value to "NO"

提交回复
热议问题