Skip to content

[Technical Questions] #16

Jan 24, 2023 · 2 comments · 5 replies
Discussion options

You must be logged in to vote

@lowbaj21,

Thank you for posting your question!

I have taken a look at your problem and your current state at feature/alexis.
You get the following error message when asking Xcode to build your project:

public headers ("include") directory path for 'AlexisLowber' is invalid or not contained in the target

While it is generally not an easy error message to understand, it is most often related to the fact that the Swift Package Manager can not create a public interface for your target.
In your case, this is related to the fact that you do not have a Swift file in your target. You only have a few resources in the Resources folder as well as the AlexisLowberView.swift file in the Resources fo…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
3 replies
@lowbaj21
Comment options

lowbaj21 Jan 24, 2023
Collaborator Author

@vishnuravi
Comment options

@lowbaj21
Comment options

lowbaj21 Jan 24, 2023
Collaborator Author

Comment options

You must be logged in to vote
2 replies
@lowbaj21
Comment options

lowbaj21 Jan 26, 2023
Collaborator Author

@PSchmiedmayer
Comment options

Answer selected by lowbaj21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants