Closed ghost closed 6 years ago
Sorry I think I know what is the problem, fix it by regenerate xcode project. but I encounter more problems: seems like missing system library
fixed it I missed: brew install postgresql brew services start postgresql
I had this same issue, but reconfiguring the project did not solve the issue for me.
Hi @iheart2code.
Usually if you receive "no module target xxxxx" its either an Xcode bug (we get this for Kitura a lot for some reason, but the project still compiles and runs), or the dependency needs to be added to the Package.swift file and the Xcode project regenerated (using swift package generate-xcodeproj
).
Can you post your Package.swift file? Also, its worth posting on the Slack channel where we can help more interactively (http://slack.kitura.io)
I am trying to follow the guide, and I encountered an issue In generated Xcode Project, there is no module target named SwirtKueryORM
need help, thx