-
I'm getting the following error log when using
I'm guessing it has to do with using SDWebImage on iOS (It's added as a SPM in Package.swift) Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments
-
It looks like the The more important issue is the errors around Could you post the full build log from the export, as well as the |
Beta Was this translation helpful? Give feedback.
-
This is the terminal output:
|
Beta Was this translation helpful? Give feedback.
-
This is the export log:
|
Beta Was this translation helpful? Give feedback.
-
This is the Package.swift:
|
Beta Was this translation helpful? Give feedback.
-
I found the problem. It's seems to be using hard coded paths (or very old, cached data). I renamed a folder 3 levels above the project and that's causing the error. I renamed the folder and now it's working past the error, but now it's giving the same error for a different file with a path using the previous folder name. In short:
Is there a configuration I need to update with the project's path? |
Beta Was this translation helpful? Give feedback.
-
I solved it by deleting the .build folder. Is there another way to reset that folder or you just have to delete it? |
Beta Was this translation helpful? Give feedback.
-
Ahh. Glad you tracked it down. We haven't tested that scenario much, but I'm not surprised that there are hardcoded paths that are messing up the build. I think deleting the |
Beta Was this translation helpful? Give feedback.
I solved it by deleting the .build folder.
Is there another way to reset that folder or you just have to delete it?