开发者

Library for CHCSVParser

开发者 https://www.devze.com 2023-02-13 14:24 出处:网络
I want to import a csv file from a remote server.For this purpose i am using the CHCSVParser provided by @Dave De开发者_JS百科Long.I have imported the files from Git hub provided by Dave.When i try to

I want to import a csv file from a remote server.For this purpose i am using the CHCSVParser provided by @Dave De开发者_JS百科Long.I have imported the files from Git hub provided by Dave.When i try to compile the code after importing the CHCSV.h header file, i am getting framework error

( "_OBJC_CLASS_$_CHCSVParser", referenced from:).

Thanks


According to me the CHCSVParser file has not been added to Target.

To do so, Right click the CHCSVParser file in Xcode

  • Click GetInfo

  • Go to Targets tab and check if the checkbox next to your target project is checked? If not, do check that checkbox.

  • Clean and Rebuild your code.

Hope this helps you.

0

精彩评论

暂无评论...
验证码 换一张
取 消