So I am trying to Archive my Xcode project to upload to the app store however I am getting the following error;
PBXp Error
error: /Users/User/Library/Developer/Xcode/DerivedData/APPNAME-aurgdfrsdgrsdgwzxglhhaw/Build/Intermediates/ArchiveIntermediates/APPNAME/BuildProductsPath/Release-iphoneos/MyBundle.bundle: No such file or directory
I have tried;
- Deleting Derived Data
- Build and Run Bundle
- Changing Project/Build Settings "Strip Debug Symbols During Copy" to Yes
- Editing Bundle Schema and adding framework
Does anybody have any ideas why this is happening & how to resolve ?
UPDATE
The files are shown as missing when dragging and dropping the project into my project;
I am unable to run the project without the PBXp error until I run each target individually. Then the project runs fine.
However It is still an issue when archiving.
Ensembles iOS.xcodeproj
into my project the files are shown as missing, until I run the different targets individually. If I don't I get the error when running the project. After running the targets I can then run the project, however I now get the issue when archiving. – JUSDEV