question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No such module 'ExpoModulesCore'

See original GitHub issue

Description

xcode give error No such module ‘ExpoModulesCore’ when I try build ios project.

Version

0.66.0

Output of react-native info

System: OS: macOS 12.1 CPU: (12) x64 Intel® Core™ i5-10600 CPU @ 3.30GHz Memory: 478.62 MB / 24.00 GB Shell: 5.8 - /bin/zsh Binaries: Node: 12.22.3 - /usr/local/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 6.14.13 - /usr/local/bin/npm Watchman: Not Found Managers: CocoaPods: 1.11.0 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0 Android SDK: Not Found IDEs: Android Studio: Arctic Fox 2020.3.1 Patch 3 Arctic Fox 2020.3.1 Patch 3 Xcode: 13.1/13A1030d - /usr/bin/xcodebuild Languages: Java: 16.0.1 - /usr/bin/javac npmPackages: @react-native-community/cli: Not Found react: Not Found react-native: Not Found react-native-macos: Not Found npmGlobalPackages: react-native: Not Found

Steps to reproduce

build xcode project

Snack, code example, screenshot, or link to a repository

No response

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (1 by maintainers)

github_iconTop GitHub Comments

56reactions
greenafricancommented, Jan 11, 2022

Try opening project.xcworkspace (and not project.xcodeproj) in Xcode and run via simulator.

24reactions
jojonartecommented, Feb 23, 2022

You can do this on m1 mac

post_install do |installer|
// other steps
    installer.pods_project.build_configurations.each do |config|
      config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
    end
  end
Read more comments on GitHub >

github_iconTop Results From Across the Web

Getting error "No such module" using Xcode, but the ...
The frameworks is in Objective-C, so I wrote a Bridge Header for it. Please, how can I make Xcode recognize the framework? Error...
Read more >
Xcode 12.0.1 "No such module" | Apple Developer Forums
1 I can't build my projects anymore. Each time I do I get "No such module..." for each Pod. I haven't made any...
Read more >
could not find module 'expomodulescore' - You.com - You.com
It looks like you may be missing the 'expomodulescore' module. This module is part of the Expo SDK and is needed for some...
Read more >
expo-modules-core - npm
Run npx pod-install after installing the npm package. Configure for Android. No additional set up necessary. Importing native dependencies - ...
Read more >
`No Such Module` in Code Analysis : OC-15613 - YouTrack
`No Such Module` in Code Analysis ... TEMPORARY WORKAROUND: build target for real device (or "iOS Device" placeholder). I have a Swift project...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found