Libffi_iOS
Introduction:
libffi v3.4.2 source code that support module
Env:
Xcode 12.5
MacOS 11.4
Compile source code:
sh autogen.sh
python generate-darwin-source-and-headers.py --only-ios
- open
libffi.xcodeproj
- select scheme
libffi-iOS
and deviceGeneric iOS Device
- click
Product - Build
If success, you would see aProduct/libffi.a
in the side bar, you can right click it to get the lib in the finder.
Installation
Libffi_iOS is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'ZDLibffi'
Author
faimin, [email protected]
Thanks:
License
Libffi_iOS is available under the MIT license. See the LICENSE file for more info.