-
Notifications
You must be signed in to change notification settings - Fork 31
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
The element XCLocalSwiftPackageReference is not supported #83
Comments
Thanks for reporting! Could you explain a bit more on how this project is set up? Otherwise I'm not sure how to reproduce this. Note that ObjectBox for Swift currently does not support Swift Package Manager properly, see #19. |
I use both cocoapods and swift packages in my project, using objectbox with cocoapods and some other lib using with local swift package(Path:File->Add Package Depenencies->Add Local->Choose an local swift package folder), then setup objectbox and build the project, and the error occours.) |
/* Begin XCLocalSwiftPackageReference section / The element XCLocalSwiftPackageReference was in MyProject.xcodeproj/project.pbxproj file like above config, why using in local is that some bug of these libs need to fixes myself when using in my project. |
Thanks for the details! I did a little research and could not find a solution for this. Maybe someone else has an idea? |
Closing this issue due to inactivity. 💤 Feel free to comment with more details or submit a new issue. |
Describe the bug
With other lib using by local swift packages as dependencies of my projcect, executing setup.rb success ,then error occur while compile the xcode project
error: The element XCLocalSwiftPackageReference is not supported
Basic info (please complete the following information):
ObjectBox version (are you using the latest version?): [e.g. 1.9.0]
Reproducibility: [always]
Device: iPhone 15 Pro
OS: iOS 17.0.1
Xcode: xcode15.2
The text was updated successfully, but these errors were encountered: