I am unable to run my app out of Xcode. I have been able to run my app off of my iPhone and simulators in the past so I am not sure what is happening. I continue to get this error:
rsync: [sender] link_stat "/Users/myusername/Desktop/ProjectName/GitHub Repo/packageName/node_modules/expo-structured-headers/ios/EXStructuredHeaders.xcframework/ios-arm64/*" failed: No such file or directory (2)
but i can see that the file does exist
I also have updated my rsync and have done the usual delete pod.lock file and then do pod update, pod install, I have also tried pod deintegrate and pod install.
I have tried my physical phone as well as a phone simulator. I have tried clearing the simulator cache, creating a brand new simulator, changing the directory name, upgrading the expo package, upgrading all of the outdated packages....not sure what else to do. Any help would be appreciated.