Aleksandar Vacić
Aleksandar Vacić
I second call to merge this fix — it resolves an issue where drawing multiple lines in the same chart with differing entries count. Without this, Charts 4.0.2 will only...
A bunch of errors are thrown when using Charts 4.0.0 through SPM. As @matt-dewitt said, going back to 3.6.0 passes compile. Now to see do features I need actually work....
With changes from my #4539 PR, everything compiles fine.
@quver I would gladly, but not sure how. What I should do..? In master there is no project file. This whole fix is actually updating the project file.
Just tried locally and ends up with unbuildable mess. :( Conflict resolution suggests deleting the pbxproj file. There is no solution I can pull of here. The problem here is...
Take a look at the [master branch on my fork](https://github.com/radianttap/JSONWebToken.swift), where I did just that - reverted to mentioned commit and merge ios12commoncrypto branch into it. It merges without conflicts.
> @radianttap It breaks compatibility with Xcode 9.4.1 for me. Is it expected ? @jeannustre From last week yes. My fork/master is my personal space :) thus I already updated...
> @radianttap About podspec file, Is this line correct if the CommonCrypto folder was deleted? > > spec.preserve_paths = 'CommonCrypto/{shim.h,module.modulemap}' Probably not. I did not see any error, thus `pod`...
I've been trying to resolve this by using CCommonCrypto name instead of just CommonCrypto (which clashes with Apple's name in iOS 12). Similar to what's done in [Arcane](https://github.com/onmyway133/Arcane) But I...
Now just need to figure out the incantation for the podspec file