FortuneN / cordova-plugin-zeep

Zip compression/decompression for the cordova/phonegap platform
Apache License 2.0
28 stars 37 forks source link

iOS SDK version upgrade affected the plugin #2

Open bshowy2k opened 7 years ago

bshowy2k commented 7 years ago

Xcode is throwing several warnings related to code depreciation. Xcode version used is 8.3.1

carlosmorasalguero commented 7 years ago

i am having the same problem

FortuneN commented 7 years ago

I'll upgrade my mac so i can use the Xcode 8.3.1. Question: Do the deprecations stop compilation?

carlosmorasalguero commented 7 years ago

Hi there, no, the compilation worked fine

El 30 may. 2017 3:35 a.m., "Fortune Ngwenya" notifications@github.com escribió:

I'll upgrade my mac so i can use the Xcode 8.3.1. Question: Do the deprecations stop compilation?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/FortuneN/cordova-plugin-zeep/issues/2#issuecomment-304825463, or mute the thread https://github.com/notifications/unsubscribe-auth/AI-G3u0jqTXHH2fJE2JV_OChSp58PxZFks5r--LKgaJpZM4NByzT .

setriosdomain commented 7 years ago

I am getting an error when I compile.

FiNeZeep.m:43:26: error: no known class method for selector 'createZipFileAtPath:withContentsOfDirectory:keepParentDirectory:withPassword:' if([SSZipArchive createZipFileAtPath:toPath withContentsOfDirectory:fromPath keepParentDirectory:NO withPassword:nil])

cannot use the plugin :( I am using xcode 8.3.3

setriosdomain commented 7 years ago

if the code is changed from:

    if([SSZipArchive createZipFileAtPath:toPath withContentsOfDirectory:fromPath keepParentDirectory:NO withPassword:nil])

to:

    if([SSZipArchive createZipFileAtPath:toPath withContentsOfDirectory:fromPath])

it will get rid of the error, but still cannot compile.