Skip to content
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.

Build error during archiving web3swift #15

Closed
6epreu opened this issue Feb 25, 2018 · 11 comments
Closed

Build error during archiving web3swift #15

6epreu opened this issue Feb 25, 2018 · 11 comments
Labels
Milestone

Comments

@6epreu
Copy link

6epreu commented Feb 25, 2018

Hello web3swift team.
When Im trying to archive project Im getting this errors.
Im using Generic iOS device as a device target and by default release build scheme to compile.
It seems to me because you support only arm64 architecture as I can see in your pod build target.
Library in pod - web3swift (0.2.12):
Please comment what can exactly be wrong

2018-02-25_20-01-22

2018-02-25_20-03-43

@shamatar
Copy link
Contributor

Hello @6epreu

This pod is arm64 only due to secp256k1 pod being 64 bit only and BigInt bug (I believe it used non-fixed Uint size the last time I've checked 32 bit build).

Sincerely, Alex

@6epreu
Copy link
Author

6epreu commented Feb 26, 2018

according spec of secp256k1 I can see that it supports all architectures, not only arm64.
But nevertheless my with is to add this in your readme file to let it be more clear.
If I understood right I need to set arm64 valid architecture for release build variant.

@shamatar
Copy link
Contributor

@6epreu

Would you try the same procedure with 0.3.0 pod? It's marked as "64 bit only" pod and I believe your project should automatically set those as ones that used while archiving.

In principle I've also updated secp256k1 to remove 64 bit only requirements. I'll also test a behavior of 32 bit build to check if BigInt was fixed.

Sincerely, Alex.

@mewehk
Copy link

mewehk commented Apr 11, 2018

I have a same issue on 0.3.5. It has been fixed after update to 0.4.0

@shamatar
Copy link
Contributor

shamatar commented Apr 11, 2018 via email

@shamatar
Copy link
Contributor

@6epreu @mewehk

#48 should also cover an inability to archive for 9.0 too, would you test the latest version?

@shamatar
Copy link
Contributor

Closing due to inactivity

@mewehk
Copy link

mewehk commented Apr 17, 2018

Archive is ok. But I have a runtime problem #62

@skywinder skywinder added this to the 0.5.0 milestone Apr 20, 2018
@skywinder skywinder changed the title Trying to create archive with web3swift Build error during archiving web3swift Apr 20, 2018
@skywinder
Copy link
Contributor

Thanks for reprt, @mewehk
That issues fixed in latests versions. 👍

@Murteza12
Copy link

I was facing same issue during archiving webs3swift . But it was done after 4 hours .It take to much time.

@skywinder
Copy link
Contributor

We moved our development to the new repo
➡️https://github.com/matterinc/web3swift ⬅️
Feel free continue discussion in the new repository. 👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

5 participants