Hi lucasmleal, I attempted to reproduce this issue but wasn't able to. I
installed core and campaign into a fresh react native app and everything
built without error. Here are the steps I took: react-native init
campaignTest && cd campaignTest npm install @adobe/react-native-acpcore
npm install @adobe/react-native-acpcampaign cd ios/ && pod install *
open Xcode and build project * For background, I am running Xcode 12.4
and React Native 0.64.1. I have pushed up this sample project here:
https://...