@interface AEPFullscreenMessage (SWIFT_EXTENSION(AEPServices)) <WKNavigationDelegate>
^ cannot find protocol declaration for 'WKNavigationDelegate'; did you mean 'UINavigationBarDelegate'?
Error in AEPServices-Swift.h at line 490:
...vigationAction:(WKNavigationAction * _Nonnull)navigationAction decisionHandler:(void (^ _Nonnull)(WKNavigationActionPolicy))decisionHandler;
^ unknown type name 'WKNavigationActionPolicy'; did you mean 'WKNavigationAction'?
Error in AEPServices-Swift.h at line 490:
...tionAction * _Nonnull)navigationAction decisionHandler:(void (^ _Nonnull)(WKNavigationActionPolicy))decisionHandler;
^ interface type 'WKNavigationAction' cannot be passed by value; did you forget * in 'WKNavigationAction'?
Expected behavior
The build should succed
Anything else?
I tryed updating all 4 adobe libs we are using to the latest version but the output doesn't change
Prerequisites
Bug summary
Description: Encountering multiple build errors while building an app that uses the following Adobe React Native SDKs:
@adobe/react-native-aepassurance
version5.0.0
@adobe/react-native-aepcore
version5.0.1
@adobe/react-native-aepedge
version5.0.0
@adobe/react-native-aeptarget
version5.0.0
Environment
OS: macOS 15.5 XCode: 15.4 React: 18.2.0 React Native: 0.74.1
Steps to reproduce
Build the app
Current behavior
Build Errors:
Error in
AEPServices-Swift.h
at line 480:Error in
AEPServices-Swift.h
at line 489:Error in
AEPServices-Swift.h
at line 490:Error in
AEPServices-Swift.h
at line 490:Expected behavior
The build should succed
Anything else?
I tryed updating all 4 adobe libs we are using to the latest version but the output doesn't change