@Martin_Krajcir wrote:
I tried to use Piwik iOS SDK 4.4. Unfortunatelly I got a Compiler Error:
Pods/PiwikTracker/PiwikTracker/Application.swift:4:27: 'bundleDisplayNameForCurrentApplication' is inaccessible due to 'private' protection level
I use Xcode 9.1.
Solution:
private
methods from extensions should befileprivate
Posts: 1
Participants: 1