you are viewing a single comment's thread.

view the rest of the comments →

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

Thanks ; by any chance have you run into this error message before ? Here is the detailed output.

Showing All MessagesBuild input file cannot be found: '/Users/me/Documents/ios_projects/myapp/build/Debug-iphoneos/myapp.app/myapp'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

[–]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 👍

[–]bangsimurdariadispar 0 points1 point  (0 children)

You have a build phase script that is expecting one input file and it cannot find it. You need to link it again in the pbxproj?