adobe / aepsdk-react-native

A wrapper around the iOS and Android AEP mobile SDK to allow for integration with React Native applications.
Apache License 2.0
15 stars 28 forks source link

Xcode 15 failed to verify module interface of AEPRulesEngine; textual interface may be broken #308

Closed moribaleta closed 10 months ago

moribaleta commented 10 months ago

building the app on Xcode 15 fails to build due to an error message Screenshot 2023-12-04 at 3 27 11 PM

using AEP 5.0.1/5.0.0

Expected Behaviour

being able to build the project successfully

Actual Behaviour

error showing on build on all AEP pods

Steps to Reproduce

build on XCode 15

Platform and Version

XCode 15.0.1

cacheung commented 10 months ago

Please refer to this thread. https://github.com/adobe/aepsdk-react-native/issues/263

moribaleta commented 10 months ago

thank you