You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried every steps such as erasing node_modules/podfile.lock/pods and re-installing them, erasing deriveddata of xcode, and clean build which everyone suggests to do every single time I search for resolving any problems.
I am using Xcode 14.3, react-native-iap 12.10.5, which is the latest, and react-native 0.69.12
When I start build by xcode, it keep returns three errors in RNIap.swiftinterface :
{{my_project_url}}/ios/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNIap.build/Objects-normal/x86_64/RNIap.swiftinterface:1:1 failed to verify module interface of 'RNIap' due to the errors above; the textual interface may be broken by project issues or a compiler bug
{{my_project_url}/ios/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNIap.build/Objects-normal/x86_64/RNIap.swiftinterface:6:19 underlying Objective-C module 'RNIap' not found
{{my_project_url}/ios/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNIap.build/Objects-normal/x86_64/RNIap.swiftinterface:7:8 no such module 'React'
If anyone has also struggled with this issue, please help me solving it. It used to work really well before I upgraded my mac os from 12 to 13.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've tried every steps such as erasing node_modules/podfile.lock/pods and re-installing them, erasing deriveddata of xcode, and clean build which everyone suggests to do every single time I search for resolving any problems.
I am using Xcode 14.3, react-native-iap 12.10.5, which is the latest, and react-native 0.69.12
When I start build by xcode, it keep returns three errors in RNIap.swiftinterface :
{{my_project_url}}/ios/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNIap.build/Objects-normal/x86_64/RNIap.swiftinterface:1:1 failed to verify module interface of 'RNIap' due to the errors above; the textual interface may be broken by project issues or a compiler bug
{{my_project_url}/ios/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNIap.build/Objects-normal/x86_64/RNIap.swiftinterface:6:19 underlying Objective-C module 'RNIap' not found
{{my_project_url}/ios/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNIap.build/Objects-normal/x86_64/RNIap.swiftinterface:7:8 no such module 'React'
If anyone has also struggled with this issue, please help me solving it. It used to work really well before I upgraded my mac os from 12 to 13.
Beta Was this translation helpful? Give feedback.
All reactions