We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ObjectC
v1.3.9
iOS
使用 pod packager 将MMKV 打包成 framework,将 framework 拖拽到工程中报错:
Undefined symbol: _PodSDK_openssl_aes_arm_decrypt Undefined symbol: _PodSDK_openssl_aes_arm_encrypt Undefined symbol: _PodSDK_openssl_aes_arm_set_decrypt_key Undefined symbol: _PodSDK_openssl_aes_arm_set_encrypt_key
The text was updated successfully, but these errors were encountered:
This issue should be addressed to the so-called Pod Packager as it somehow adds a prefix "_PodSDK" to these functions. It's not MMKV's problem.
Sorry, something went wrong.
Looks like what you are looking for is the --no-mangle flag. https://github.com/CocoaPods/cocoapods-packager/blob/master/lib/pod/command/package.rb#L14
--no-mangle
No branches or pull requests
The language of MMKV
The version of MMKV
The platform of MMKV
issue
使用 pod packager 将MMKV 打包成 framework,将 framework 拖拽到工程中报错:
Undefined symbol: _PodSDK_openssl_aes_arm_decrypt
Undefined symbol: _PodSDK_openssl_aes_arm_encrypt
Undefined symbol: _PodSDK_openssl_aes_arm_set_decrypt_key
Undefined symbol: _PodSDK_openssl_aes_arm_set_encrypt_key
The text was updated successfully, but these errors were encountered: