I'm using a managed workflow with React Native/Expo on SDK46 and EAS version 3.8.0.
I'm trying to publish my first EAS Build to the Apple Store after migrating from Classic Build but keep running into this error on the Configure Xcode project step in Expo
Could not find target 'appname' in project.pbxproj
and this error in the build step.
Build failed
Could not find target 'appname' in project.pbxproj
I've tried looking for this file to see if I can add my 'appname' in project.pbxproj but could not find it.
Does anyone know a solution or workaround for this? Any help would be greatly appreciated!