Can't even compile

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.08 AM

![Screenshot 2023-12-07 at 12.31.34 AM|644x299]
Screenshot 2023-12-07 at 12.32.54 AM
Screenshot 2023-12-07 at 12.33.23 AM

Podfile has:
pod ‘Web3Auth’, ‘~> 6.0.1’

@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:

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.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.