consenlabs / token-core-ios

a blockchain private key management library on iOS
Apache License 2.0
879 stars 229 forks source link

compile error with token-core-ios #60

Closed mousehaohao closed 5 years ago

mousehaohao commented 5 years ago

Hi Team, There are some issues when I compile with token-core-ios, here's the error information: Use of unresolved identifier 'CBC' Use of unresolved identifier 'CTR' It may be related with the library CryptoSwift, could you please help to figure out how to solve this? Thanks.

mousehaohao commented 5 years ago

I've fixed this issue when i found the PR, maybe it's a typo?

gmyanfeng commented 5 years ago

I've fixed this issue when i found the PR, maybe it's a typo?

how did you fixed this

gmyanfeng commented 5 years ago

I've fixed this issue when i found the PR, maybe it's a typo? what is "found the PR"?

euforic commented 5 years ago

Should be fixed once #59 is merged

XuNeal commented 5 years ago

@euforic Thanks, It has merged

likuiliang commented 5 years ago

在前面添加一个 . 就OK了 .CBC .CTR

gmyanfeng commented 5 years ago

@euforic Thanks, It has merged

nice,thanks

XuNeal commented 5 years ago

This issue will be closed as it has not update for a long time. You can reopen it if you have any other problem