The main project I want to use this project with has two .sqlite3 files added as resources to the target.
When I build after configuring the Enlighter plug-in, I get the following error:
Build service could not create build operation: unable to load transferred PIF: PIFLoader: GUID '~/Library/Developer/Xcode/DerivedData/LighterTesting-euoeynunaavusyczdlhoedwycgua/SourcePackages/plugins/LighterTesting.output/LighterTesting/Enlighter/cities3.0.sqlite3' has already been registered
I can easily reproduce this in a sample project.
Created a new project - Multiplatform app, no Core Data or Tests
Add the Lighter package
Configure Enlighter as a build tool plug-in
Add two different .sqlite3 files, one .sqlite3 file & one .db file, or two .db files
The main project I want to use this project with has two .sqlite3 files added as resources to the target.
When I build after configuring the Enlighter plug-in, I get the following error:
Build service could not create build operation: unable to load transferred PIF: PIFLoader: GUID '~/Library/Developer/Xcode/DerivedData/LighterTesting-euoeynunaavusyczdlhoedwycgua/SourcePackages/plugins/LighterTesting.output/LighterTesting/Enlighter/cities3.0.sqlite3' has already been registered
I can easily reproduce this in a sample project.
You will then see the above error.