When asking for help in this category, please make sure to provide the following details:
- SDK Version: 6.0.1, I tried latest version as well. Both won’t compile
- Platform: iOS/XCode
- Browser Console Screenshots:
![Screenshot 2023-12-07 at 12.31.34 AM|644x299]
Podfile has:
pod ‘Web3Auth’, ‘~> 6.0.1’
vjgee
2
@zhew1991 Welcome Aboard!
What version of xcode are you on?
Can you share the complete logs so we can check the issue ?:
XCode version: Version 15.0.1 (15A507)
Error log:
vjgee
4
Can you try the below steps:
- Delete the corresponding framework(s) (in your case
BigInt
) from the Linked Frameworks and Libraries
- Clean the project
- run
pod update && pod install
https://stackoverflow.com/questions/32687105/framework-not-found-in-xcode
Thanks. I switched to React Native.
This stuff got my crazy.
system
Closed
6
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.