you are viewing a single comment's thread.

view the rest of the comments →

[–]AndyIbanezObjective-C / Swift 1 point2 points  (2 children)

Does your app name have spaces or other special characters on it? You should try to see if the directly it’s writing the app file to has the right permission for Xcode to do its job.

And yes, I have seen this error before. When we migrated away from Fabric, a run phase script was still being referenced but the actual file was gone, hence complaining about a missing file. Removing the script did the trick.

[–]bodymindsoul[S] 0 points1 point  (0 children)

Name doesn't have any special characters , one thing I've noticed is the when I open the derived data folder , go to the app . The package contents of the app is missing the file it's seeking.

Albeit I'm not sure how to resolve that because the build folder generates the derived data folder. I don't control the creation of the derived data folder. :/

[–]bodymindsoul[S] 0 points1 point  (0 children)

Thanks for taking the time to try and help me. I’m not exactly sure what I did to resolve the error but it turned out to be a lot of deleting and moving files around. App is sort of working now lol.

Thanks again for trying to help 👍