fulldecent / swift5-module-template

An opinionated starting point for awesome, reusable Swift 5 modules
MIT License
450 stars 56 forks source link

Fixed tests target (path to Info.plist was wrong, so tests didn't run) #34

Closed dm-z closed 7 years ago

dm-z commented 7 years ago

When I created a project using "./configure", then opened Xcode and hit "Cmd+U" (to run the tests). Xcode can't find Info.plistor the tests, because in a base project it is located in Tests folder, but in project.pbxproj it was "PROJECT_NAMETests/Info.plist". Removing "PROJECT_NAME" in plist path fixed the problem.

P.S. Thanks a lot for this template - very useful.

fulldecent commented 7 years ago

The files you are editing are actually a derived build product of the RECIPE.md. Could you please also send the change to the original recipe?

dm-z commented 7 years ago

I've added steps to the recipe, also did my changes in Xcode to the template.

fulldecent commented 7 years ago

Looks great, thank you!