Hi,
I have been rejected because my App links against MapKit, but does not use it.
I verified and otool -L finds this
But I have no idea where this comes from
• it is not in my list of linked Libraries
• MapKit is not appearing anywhere in my Code (no "import MapKit" or anything)
• I don't use any thing that starts with an MK
• I do not include or link against non Apple Libraries
What I do have is
• a 5.3 Swift code except for
• Zip Library and for it linker flags -lz and -liconv
What could trigger the linking against MapKit?
How can I isolate this problem?
I am truly stuck and could use some pointers.
All the best
Christoph
I have been rejected because my App links against MapKit, but does not use it.
I verified and otool -L finds this
Code Block @rpath/libswiftMapKit.dylib (compatibility version 1.0.0, current version 2.0.0, weak)
But I have no idea where this comes from
• it is not in my list of linked Libraries
• MapKit is not appearing anywhere in my Code (no "import MapKit" or anything)
• I don't use any thing that starts with an MK
• I do not include or link against non Apple Libraries
What I do have is
• a 5.3 Swift code except for
• Zip Library and for it linker flags -lz and -liconv
What could trigger the linking against MapKit?
How can I isolate this problem?
I am truly stuck and could use some pointers.
All the best
Christoph