Skip to content

Conversation

VitaliLiashchuk
Copy link
Contributor

@VitaliLiashchuk VitaliLiashchuk commented Jun 9, 2025

This PR fixes an issue in the LIBCORO_SOURCE_FILES list that caused Xcode to hang indefinitely during project load.

Problem:
The file list contained this line:
include/coro/detail/task_self_deleting.hpp / src/detail/task_self_deleting.cpp

CMake interpreted / src/... as an absolute path (/src/detail/task_self_deleting.cpp), which doesn’t exist. This broke project generation and led to infinite loading in Xcode.

Fix:
Split the entry into two valid paths

@jbaldwin
Copy link
Owner

jbaldwin commented Jun 9, 2025

Oops, looks like a typo, thanks for opening a PR.

@jbaldwin jbaldwin merged commit 770368f into jbaldwin:main Jun 9, 2025
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants