Hi,
I am facing a similar issue. I am using flutter for development and just followed their guide on CICD. It surprises me that this failure is not reproducible 100%!! It was bugging me so I thought of retrying the build every time it is failing. and you know what happened?! it succeeds! don't ask how or why but it does. I stumbled upon a review of the problem that points that the Xcode Cloud is not resolving the root path correctly causing this problem but I can't tell for certain. I am in a go back and forth with the apple support team on this case but nothing out of them on the issue yet.
I see the similarity between this and the Flutter CICD guide for Xcode Cloud. yet there is one thing missing in your script which is the usage of the predefined environment variable "$CI_WORKSPACE"..
might this be the problem for you?
do let me know if it works or if you find a solution for your issue.
Post
Replies
Boosts
Views
Activity
Hi,
coming from flutter, I also face this issue. Xcode Cloud fails with the following details:
# ERROR: 🛑
Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Release-input-files.xcfilelist'
# ERROR: 🛑
Unable to load contents of file list: '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Release-output-files.xcfilelist'
# WARNING: ⚠️
Unable to read contents of XCFileList '/Target Support Files/Pods-Runner/Pods-Runner-frameworks-Release-output-files.xcfilelist'
I haven't yet found a solution to this but surprisingly when I rebuild several times it succeeds.
I am following the guide from the flutter CICD page on configuring Xcode Cloud and have a support case with apple on it. as you mentioned the case is still not through to the Xcode Cloud developers...
I am also facing this problem. I noticed few users complaining that deep links are not working for them and when investigating found they are not using safari as a default browser.
I haven't tried the suggestion by @ynnckcmprnl but I found another fellow on the internet who suggested that doing it did not help.
Here is his comment:
https://github.com/ionic-team/capacitor/discussions/4368#discussioncomment-2563502
The suggestions that may fix the problem are centered around hosting the deeplink on a separate domain / subdomain and using it through a click or a redirect on the non default browser.
you may use an extra parking page that does the redirect
you may use a deeplinkning service provider
see more details in this comment and its interactions https://github.com/ionic-team/capacitor/discussions/4368#discussioncomment-8260946
I have not tested this myself and I am not interested in paying for deeplinking service at the moment. 😅
Hi victor,
Were you able to identify what was your problem? I am having a similar issue today.
Thanks.