在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:deltachat/deltachat-ios开源软件地址:https://github.com/deltachat/deltachat-ios开源编程语言:Swift 98.4%开源软件介绍:deltachat-iosEmail-based instant messaging for iOS. TestingBetas are distributed via Testflight. Just scan this QR code with the camera app of your iPhone/iPad or open this link https://testflight.apple.com/join/uEMc1NxS on your iPhone or iPad to try Deltachat iOS Beta. Check the Changelog (for TestFlight builds) at the bottom to see what's included. How to build with XcodeYou need to install rustup with rust, as well as cargo-lipo. $ git clone [email protected]:deltachat/deltachat-ios.git
$ cd deltachat-ios
$ git submodule update --init --recursive
# Make sure the correct rust version is installed
$ rustup toolchain install `cat deltachat-ios/libraries/deltachat-core-rust/rust-toolchain`
$ open deltachat-ios.xcworkspace # do not: open deltachat-ios.xcodeproj This should open Xcode. Then make sure that at the top left in Xcode there is deltachat-ios selected as scheme (see screenshot below). Now build and run - e.g. by pressing Cmd-r - or click on the triangle at the top: If you're on MacOS Mojave and Xcode complains about missing header files (different mac versions may or may not install all headers), you can force-install them with the following command: $ sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target / If you get an error about that file not existing, you probably simply don't have the Xcode command line tools installed which can be remedied simply as follows: $ xcode-select --install On MacOS Catalina the include paths changed,
Note: the default terminal switched to zsh on MacOS Catalina. All your exported variables have to move to ~/.zshrc Running the app on M1 Mac computersIf you want to import/export a backup this is the location you want to put it (import) or retrieve it (export)
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论