Could not find module 'BigInt' for target 'x86_64-apple-ios-simulator'; found: arm64, arm64-apple-ios-simulator
See original GitHub issue✅ Prerequisites
- Did you perform a cursory search of open issues? Is this question already asked elsewhere?
- Are you reporting to the correct repository (
magic-sdk
)?
❓ question
Frame Work react-native
- Build fail in xcode 13 due to Could not find module ‘BigInt’ for target ‘x86_64-apple-ios-simulator’; found: arm64, arm64-apple-ios-simulator.
Added IN Podfile:
pod 'MagicSDK'
pod 'BigInt'
also tried to add ‘x86_64-apple-ios-simulator’/ ‘arm64’/ ‘arm64-apple-ios-simulator’ in EXCLUDED_ARCHS in Build Settings.
and also i have imported lib in build phases shown in image:
🌎 Environment
Software | Version(s) |
---|---|
magic-sdk |
2.4.0 |
BigInt |
5.2.0 |
Browser | |
yarn |
|
mac os |
Issue Analytics
- State:
- Created 2 years ago
- Comments:13 (6 by maintainers)
Top Results From Across the Web
Could not find module for target 'x86_64-apple-ios-simulator'
Looks like your framework was built for arm64 and you want to use for X86. Try to check your project has x86 and...
Read more >Could not find module for target 'x86_64-apple-ios-simulator'
To solve this issue I had to create a fat library of my custom framework again using xcode 11 tools. To do that...
Read more >Could not find module 'Lottie' for target 'x86_64-apple-ios ...
It might be caused by other library something prebuilt. You probably need to investigate all of the dependencies that can be build as...
Read more >iOS : could not find module 'Alamofire' for target 'arm64-apple ...
iOS : could not find module 'Alamofire' for target ' arm64-apple-ios-simulator '; found : x86_64-apple-ios-simulator, x86_64 [ Beautify Your ...
Read more >iOS : Xcode 12 issue - Could not find module ... - YouTube
iOS : Xcode 12 issue - Could not find module 'FrameworkName' for target ' arm64-apple-ios-simulator '; found : x86_64-apple-ios-simulator, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
steps i have done :
step1: installed package “@magic-sdk/react-native”
step2: For IOS:
MagicSDK-Web3 Group
Swift Compiler Error Group ios/Pods/MagicSDK-Web3/MagicSDK-Web3/Classes/ContractABI/ABI/ABI.swift:9:8: Could not find module ‘BigInt’ for target ‘x86_64-apple-ios-simulator’; found: arm64, arm64-apple-ios-simulator, at: /Build/Products/Debug-iphonesimulator/BigInt/BigInt.swiftmodule
Swift Compiler Warning Group /Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/MagicSDK-Web3.build/Objects-normal/x86_64/ABIConvertible.dia:1:1: Could not read serialized diagnostics file: error(“Invalid diagnostics signature”) Uncategorized Group
Command CompileSwift failed with a nonzero exit code
Even after adding Bigint pod, the error does not get resolved.
Even after adding Bigint pod, the error does not get resolved.
Closing this for now. Feel free to reopen this issue or start a new one when you encounter any issue during the development of our new SPM / Cocoapod / open-source package.