Ric Santos

Results 52 comments of Ric Santos

OK well it is failing in the stringWithFormat method. It is because the value of `power` is too large. My guess is that power is never initialised as `self.autoscaleYAxis` is...

You are welcome. I can't approve the pull request, as it is not my repo! Hopefully @honcheng will approve it :)

Oh I see! Doh. Send a link to your app when it's finished - I want to see this graph now!

Looks like `PCLineChartView` only implements `initWithFrame`. To be used in a nib or storyboard, `initWithCoder` needs to be supported. So the answer is no, for now just create the view...

There are workarounds on https://stackoverflow.com/questions/31610368/project-error-with-fbsdkcorekit but prefer not to use a workaround.

Reading the integration instructions https://developers.facebook.com/docs/ios/getting-started it no longer mentions CocoaPods, maybe that install method is not longer supported. Installing Facebook SDK 16.0.0 via Swift Packages worked for me.

I used 16.0.0. I actually ended up rolling back to 14.1.0 via CocoaPods because although the project would build, it wouldn't archive 😭.