Getting warning in iPhone: NSString may not respond to '-JSONValue'

前端 未结 3 1921
被撕碎了的回忆
被撕碎了的回忆 2021-01-12 07:54

In my iPhone app, I am making an access to the webserver to fetch the data.

Here I am using JSON to retrieve the data from database.

I get a warning that say

3条回答
  •  灰色年华
    2021-01-12 08:42

    Have you tried to add JSON Library to your project and import it

    #import "JSON/JSON.h"
    

提交回复
热议问题