Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add inhertied to pod_target_xcconfig #161

Merged
merged 1 commit into from
Dec 23, 2021

Conversation

michaellee8
Copy link
Contributor

It is found that in React Native builds, which does not seems to use_framework!, the swift compiler is unable to find the BigInt and GenericJSON dependencies for the web3.swift during the build process, causing build failure. After reviewing the project configuration, I have found the pod_target_xcconfig in podspec to be supcisious, and the problem was fixed after adding $(inherited) to the config.

@DarthMike DarthMike merged commit 1d0d48f into argentlabs:master Dec 23, 2021
@DarthMike
Copy link
Member

Thanks @michaellee8

@michaellee8
Copy link
Contributor Author

@DarthMike it looks like you guys didn't publish to fixed pubspec to cocopods. Can you kindly double check that? https://github.com/CocoaPods/Specs/blob/master/Specs/a/9/6/web3.swift/0.8.1/web3.swift.podspec.json

@DarthMike
Copy link
Member

@michaellee8 just published 0.8.2 with the change

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

Successfully merging this pull request may close these issues.

2 participants