A fully-featured client to access your Secure Cloud Storage and Communication provided by MEGA.
If you want to be the first one to receive the updates, join the MEGA beta following this link: MEGA TestFlight
This document will guide you to build the application on a Mac machine with Xcode.
In order to build MEGA for iOS locally, it is necessary to install the following tools on the local machine:
- Install Xcode in your system.
- Cocoapods (https://cocoapods.org/)
If you are the general public user, please open .gitmodules file and:
- Change url for karere submodule, use this one
- Change url for SDK submodule, use this one
git submodule update --init --recursive
- Download the prebuilt third party dependencies from this link: https://mega.nz/file/EYECGBDQ#2iFuoLVTqzXA2ARoNJr3tgM0eAlXoT_ce0skKycEF98
- Uncompress that file and move the folders
webrtc
,include
andlib
intoiMEGA/Vendor/sdk/bindings/ios/3rdparty
.
Open the terminal and run pod install
- You may have to install CMake by manually building it using
make install
; refer to Linux, UNIX section of aboveCMake
link, and run commands locally. - Right click Xcode icon and choose
Get Info
, and then tickOpen using Rosetta
, which can help us solve incompatible issues.
- Open
iMEGA.xcworkspace
. - Make sure the
MEGA
target is selected. - Build and run (⌘R).
- if you encouter
cmake command not found issue
, refer to CMake page, there are multiple way to install it.
If you want to build the third party dependencies by yourself:
- Open a terminal in the directory
iMEGA/sdk/bindings/ios/3rdparty
. - Run sh build-all.sh --enable-chat (Wait until the process ends, it will take some time, ~30 minutes).
- To build all third party dependencies, you need to have installed:
autoconf
,automake
,cmake
andlibtool
. - To build webrtc visit: https://webrtc.github.io/webrtc-org/native-code/ios/