-
Notifications
You must be signed in to change notification settings - Fork 659
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build input file cannot be found with Xcode 14 #683
Comments
Same issue on my side, project is working fine on XCode 13 and get the same error with XCode 14. |
My workaround is back to Xcode 13, hope it helps your case @albat |
Same problem here, any idea how to solve it? |
Facing the same issue. Any solutions yet guys? Thanks |
I am facing the same issues too. I really don’t want to revert back to XCode 13 |
From my case, since we din't use the feature of |
@derrh |
I have applied the patch recommended by @derrh but it does not resolve this issue for me.
|
Experienced the issue today but didn't really do anything other than try to Archive again and it went away. |
After spending hours of debugging, I ended up downgrading to the Xcode 13. It was the only solution for me as of now. When I compared the file changes since the last time the build was successfully archived, I observed that there were some code changes made by the Xcode 14(when I ran the build in it) in the file
and
There were a couple more related to I reverted those, downgraded to Xcode 13, deleted 1 more thing, I recently switched to the M2 Mac from Intel-Based Mac(last successful Archive was on Intel-Based Mac). I am not sure if that has anything to do with this issue. I hope it will be helpful for someone. |
For me, in ios/.xcodeproj/project.pbxproj,
|
Working in |
Switching the scheme works for me |
Thank you, sir! When I explicitly set |
I found my own solution (using an old version of React Native): Added this to the "Bundle React Native Code And Images" phase (which contains the script
|
Same problem what should i do for it . please help.. Thanks is advance. |
Intel based Mac here, XCode 14 MacOS Ventura. I fixed it by deleting the
Hope that helps fix the issue or at least determine why it happens to you 🙏 |
i have same issue.
i change
|
Worked for me!!!! |
work for me too, |
I found solution for this. |
|
I was able to build different environments using Xcode 13, but after updating to Xcode 14, I got this error:
error build: Build input file cannot be found: '/Users/user/Library/Developer/Xcode/DerivedData/.../Build/Products/GeneratedInfoPlistDotEnv.h'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
Any ideas? Thanks in advance!!
The text was updated successfully, but these errors were encountered: