[Bugfix] Location library naming #8
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "bugfix/rename-locations-library"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains a bugfix that appeared while I started working on the app itself. Basically, the app was not building as the compiler was complaining about duplicated files in the project, but given that I couldn't find any, then I found out that the compiler doesn't like that a library name and an app target share the same name.
So I renamed the
Locations
library in the Libraries package asRemote
(for the lack of a better word...) to fix this issue that was stopping me from continue working on implementing the app.