We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I first added the package to my project, I ran into this error:
No such module 'SamplePackage'
Then I cleaned the build folder and tried to build, but got these errors:
Then I got lucky and added the package to the “Link Binary With Libraries” list:
Filing this issue here in case something can be fixed in the package to avoid the issue in the future, or it helps others with the same problem.
This was all with Xcode 16.2 (16C5032a) on macOS 15.2 (24C101).
The text was updated successfully, but these errors were encountered:
Continuing on Day 83, I realize that maybe this step to Add to Target is new? Might be helpful to add to the instructions.
Sorry, something went wrong.
No branches or pull requests
When I first added the package to my project, I ran into this error:
Then I cleaned the build folder and tried to build, but got these errors:
Then I got lucky and added the package to the “Link Binary With Libraries” list:
Filing this issue here in case something can be fixed in the package to avoid the issue in the future, or it helps others with the same problem.
This was all with Xcode 16.2 (16C5032a) on macOS 15.2 (24C101).
The text was updated successfully, but these errors were encountered: