The ACPCore package react-native-acpcore version 2.0.0 is giving issues in iOS. | Community
Skip to main content
November 11, 2021
Question

The ACPCore package react-native-acpcore version 2.0.0 is giving issues in iOS.

  • November 11, 2021
  • 2 replies
  • 1807 views

Hi All,

Need help from anyone to fix the below ACPCore library issue in iOS app. 

 

Issue : After installed the react-native-acpcore version 2.0.0 in React Native application, the iOS app is showing the below error when I try to build the app.

My Xcode version is 12.4. My iOS app is Swift based app.

 

'ACPCore.h' file not found with <angled> include; use "quotes" instead

 

Screen shot is for the reference.

 

Any help on this issue is great for us to fix that.

 

Note: If we replace the <> brackets to "" then the app is working fine without any issues.

 

 Thanks,

Koti Reddy

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

March 4, 2024

Facing this issue, any workaround?

January 9, 2025

I had the same issue when I updated to react native: `0.75.2` and react: `18.3.1`; it worked perfectly fine on `0.65.3` and `17.0.2.`

So what I did to solve it was to patch the package with the fix recommended by Xcode

 

 

Hope that help!