Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS SDK version upgrade affected the plugin #2

Open
bshowy2k opened this issue Apr 19, 2017 · 5 comments
Open

iOS SDK version upgrade affected the plugin #2

bshowy2k opened this issue Apr 19, 2017 · 5 comments

Comments

@bshowy2k
Copy link

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

@carlosmorasalguero
Copy link

i am having the same problem

@FortuneN
Copy link
Owner

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

@carlosmorasalguero
Copy link

carlosmorasalguero commented May 30, 2017 via email

@setriosdomain
Copy link

setriosdomain commented Jun 19, 2017

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
Copy link

setriosdomain commented Jun 19, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants