This repository was archived by the owner on Nov 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
This repository was archived by the owner on Nov 26, 2025. It is now read-only.
What's the minimum React Native version supported? #147
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I'm not able to build on RN 0.61
/Users/gpalumbo/Library/Developer/Xcode/DerivedData/MobilitySDK-gauhheynorncswdvkmrspfzwzprm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactNativePerformance.build/Objects-normal/x86_64/ReactNativePerformance.private.swiftinterface:6:19: error: underlying Objective-C module 'ReactNativePerformance' not found
@_exported import ReactNativePerformance
^
/Users/gpalumbo/Library/Developer/Xcode/DerivedData/MobilitySDK-gauhheynorncswdvkmrspfzwzprm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactNativePerformance.build/Objects-normal/x86_64/ReactNativePerformance.private.swiftinterface:1:1: error: failed to verify module interface of 'ReactNativePerformance' due to the errors above; the textual interface may be broken by project issues or a compiler bug
// swift-interface-format-version: 1.0
^
SwiftVerifyEmittedModuleInterface normal x86_64 Verifying\ emitted\ module\ interface\ ReactNativePerformance.swiftinterface /Users/gpalumbo/Library/Developer/Xcode/DerivedData/MobilitySDK-gauhheynorncswdvkmrspfzwzprm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactNativePerformance.build/Objects-normal/x86_64/ReactNativePerformance.swiftinterface (in target 'ReactNativePerformance' from project 'Pods')
...
The following build commands failed:
SwiftVerifyEmittedModuleInterface normal x86_64 Verifying\ emitted\ module\ interface\ ReactNativePerformance.private.swiftinterface /Users/gpalumbo/Library/Developer/Xcode/DerivedData/MobilitySDK-gauhheynorncswdvkmrspfzwzprm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/ReactNativePerformance.build/Objects-normal/x86_64/ReactNativePerformance.private.swiftinterface (in target 'ReactNativePerformance' from project 'Pods')
(1 failure)
Platform:
- iOS
- Android
Packages
Which packages are affected by the issue?
- @shopify/react-native-performance
Environment
| package | version |
|---|---|
| @shopify/react-native-performance | 4.1.2 |
| react-native | 0.61.0 |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working