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

Generic parameter 'Element' could not be inferred #282

Closed
xudogn opened this issue Oct 16, 2020 · 2 comments
Closed

Generic parameter 'Element' could not be inferred #282

xudogn opened this issue Oct 16, 2020 · 2 comments

Comments

@xudogn
Copy link

xudogn commented Oct 16, 2020

XCode 12.0.1
v 2.1.10
AES.swift line 153
try CCCryptorFinal(cryptor, &outBytes + outLength, outBytes.count, &outLength).check()
build failed, Generic parameter 'Element' could not be inferred.

@xudogn xudogn closed this as completed Nov 2, 2020
@Panerly
Copy link

Panerly commented Dec 24, 2020

how to solve it?

@ravi-ranjan-oodles
Copy link

@skywinder please look into this issue, as the Xcode version later than 12 is complaining as the &outBytes and outLength are different data type and they cant be get added.

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

3 participants