web3swift-team / web3swift

Elegant Web3js functionality in Swift. Native ABI parsing and smart contract interactions.
Apache License 2.0
818 stars 441 forks source link

Installing issue by pod #76

Closed Mahdimm closed 5 years ago

Mahdimm commented 6 years ago

Hi @shamatar Im using this pod 'web3swift' for installing but I will get error while I'm building the project we didn't get error when we were using BANKEX/web3swift look at this image:

Link Here

thanks

shamatar commented 6 years ago

Hello Mahdi!

Original authors of web3swift has left the bankex and continue the development in this repository, so pods are not compatible.

From your attached screenshot it looks like a problem of Xcode version, Swift version and Cocoapods. What are versions of Xcode, Swift and Cocoapods that you use? Please do run clean && clean derived data && pod update and check if a problem persists.

Sincerely, Alexander


From: Mahdi Mahjoobe notifications@github.com Sent: Monday, October 29, 2018 1:01:09 PM To: matterinc/web3swift Cc: Alexander; Mention Subject: [matterinc/web3swift] Installing issue by pod (#76)

Hi @shamatarhttps://github.com/shamatar Im using this pod 'web3swift' for installing but I will get error while I'm building the project we didn't get error when we were using BANKEX/web3swift look at this image:

Link Herehttps://imgur.com/a/HQ01bQv

thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/matterinc/web3swift/issues/76, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGKv9wVa5ocmTYsrD5mjxf1NJpLMU_Rzks5uptHlgaJpZM4X-0pz.

Mahdimm commented 6 years ago

Hi @shamatar

Xcode 10, swift 4.2, Cocoapods 1.5.3 I did everything you said but we get same error

thanks

shamatar commented 6 years ago

I think you need to upgrade to Cocoapods 1.6 beta for Xcode 10


From: Mahdi Mahjoobe notifications@github.com Sent: Monday, October 29, 2018 3:46:23 PM To: matterinc/web3swift Cc: Alexander; Mention Subject: Re: [matterinc/web3swift] Installing issue by pod (#76)

Hi @shamatarhttps://github.com/shamatar

Xcode 10, swift 4.2, Cocoapods 1.5.3 I did everything you said but we get same error

thanks

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/matterinc/web3swift/issues/76#issuecomment-433896398, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AGKv90DRHe_vH5GDSDI3N2OHxYYR7K-Aks5upviegaJpZM4X-0pz.

Mahdimm commented 6 years ago

Thanks for reply I test it with Cocoapods beta version, but now I get this error: Link Here

temporary I comment second function and I could build successfully! what should I do? but when I want use library function like get balance I get error such as this : #77

thanks

shamatar commented 6 years ago

I’ll check the scrypt pod, but this was fixed some one ago for Swift 4.2 compatibility

BaldyAsh commented 5 years ago

@Mahdimm Is the problem relevant now?