jules

Results 1 comments of jules

Thats how I fixed it in the Podfile if this helps anyone: ``` post_install do |installer| installer.pods_project.targets.each do |target| if target.name == 'JSONWebToken' system("rm -rf Pods/JSONWebToken/CommonCrypto") end end end ```