You'll need installed Android Studio & XCode
- Download Meta-Secret-Core project from here
- Download Meta-Secret-Mobile project from here
- Move to the folder where you downloaded Meta-Secret-Core project
- Run
sh iosBuild.sh
- Go to the folder where you downloaded Meta-Secret-Mobile project
- In terminal do
pod install
command - Open
MetaSecret.xcworkspace
in XCode - Copy
MetaSecretCore.xcframework
fromMeta-Secret-Core/target
to the RustLib folder (just drag-n-drop it) - Select MetaSecret project file in xcode
- In oppened window select
TARGETS: MetaSecret
- Switch to
BuildPhases
- In
Link Binary With Libraries
press+
sign and select addedMetaSecretCore
if it wasn't added automaticaly - Build a project (Cmd+B)