Piwigo / Piwigo-Mobile

Piwigo iOS Mobile Application
MIT License
100 stars 29 forks source link

Build issue: piwigoKit Tag+CoreDataClass.swift and Tag+CoreDataProperties.swift in wrong folder #462

Closed miklosbagi closed 3 years ago

miklosbagi commented 3 years ago

Describe the bug and how to reproduce Build fails as files included from:

Steps to reproduce the behavior:

  1. Git clone, checkout v2.7
  2. Start Xcode
  3. Build for simulator
  4. Observe XCode Build Error

Expected behavior These should be Relative to group and pointing to the files in ../../../piwigo/Data Cache/Tags Data/

I'll attempt to submit a PR to address this.

EddyLB commented 3 years ago

This is not a bug as it has no impact on the use of the app. These two files were not moved properly when creating the piwigoKit framework. I fix this problem and commit it.