Code Monkey home page Code Monkey logo

substrate-sdk-ios's Introduction

Substrate SDK iOS

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

SubstrateSdk is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '1.1.0'

Author

ERussel, [email protected]

License

SubstrateSdk iOS is available under the Apache Version 2.0 license. See the LICENSE file for more info. © Novasama Technologies GmbH 2023

substrate-sdk-ios's People

Contributors

ef1rspb avatar erussel avatar leohar avatar lynx56 avatar stas-litvinov avatar svojsu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

substrate-sdk-ios's Issues

Error installing IrohaCrypto

I got the following error when installing the package in my project using Xcode 15.2:

Installing IrohaCrypto (0.9.0)

[!] Error installing IrohaCrypto
[!] /usr/bin/git clone https://github.com/ERussel/IrohaCrypto.git /var/folders/rd/trr9vclj7mv21xtgqcwptxf00000gn/T/d20240306-88552-ja0dul --template= --single-branch --depth 1 --branch 0.9.0

Cloning into '/var/folders/rd/trr9vclj7mv21xtgqcwptxf00000gn/T/d20240306-88552-ja0dul'...
error: RPC failed; curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
error: 542 bytes of body are still expected
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output

About Framework not found BigInt problem

I have created a new test project and podfile content is:
platform :ios, '16.4'

use_frameworks!

target 'VaneTrust' do
pod 'SubstrateSdk', :git => 'https://github.com/nova-wallet/substrate-sdk-ios.git', :tag => '1.1.0'
end

post_install do |installer|
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
end

this is result after run pod install:
Analyzing dependencies
Pre-downloading: SubstrateSdk from https://github.com/nova-wallet/substrate-sdk-ios.git, tag 1.1.0
Downloading dependencies
Installing SubstrateSdk 1.1.0
Generating Pods project
Integrating client project

It looks good.
but I Met a problem when running the build in Xcode.

ld: framework not found BigInt
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.