The questions are as per the title.
http://qiita.com/satoken0417/items/479bcdf91cff2634ffb1
I thought I would introduce iso-charts by referring to the .
Cocoa pods were done without any problems, but
When I copied the sample code to Xcode,
import UIKit
import Charts
classViewController:UIViewController {
The first part of the displays a No such module 'Charts' error.
I think the reason is that I didn't install the downloaded Charts-master in Xcode.
However,
How should I install this Charts-master on Xcode?I don't know.
I can't find a specific way to google it.
I'm sorry, but if anyone understands, could you give me guidance?
Thank you for your cooperation.
I put iOS Charts in cocoapods the other day.
I put in the library, but the warning came out.
I assume that the build has never been done after the warning was issued.
Normally, if a warning is issued, you will look for the problematic part, but please try to build it at the wrong place.
I tried many things because I was in the same situation, but when I built it without thinking about it at the end, it was just for your information.
© 2024 OneMinuteCode. All rights reserved.