sgr-ksmt / PDFGenerator

A simple generator of PDF written in Swift.
MIT License
755 stars 110 forks source link

Info.plist duplicated Xcode 10 #99

Closed chuynadamas closed 5 years ago

chuynadamas commented 5 years ago

Hi @sgr-ksmt

first of all, congratulations for the magic work!!! now, i'have en issue when i tried to use this project in Xcode 10, i'm getting the error that the info.plist is duplicated, as a workaround i can delete it, and then works well, to be hones idk why Xcode is complaining about this, but if i don't do that i can't compile.

Could you please double check this issue? or is anyone having the same issue?

chuynadamas commented 5 years ago

It seems that is fixed in the pull request #98 could you please merge it :)

cucamacuca commented 5 years ago

I have the same problem, it seems this is related to the new build system (workspace settings) of Xcode 10. You can pick legacy and it will work. After the pull request is merged we can go back to new build system.

chuynadamas commented 5 years ago

Hey @cucamacuca you are right this is related the new build system, but if you want to use it, you can apply the changes directly from the branch #98 in your local pod and this will work. Or you can create a fork of the branch apply the changes and specify your podfile to use your branc. I already did this since I have to share the project and it’s very complicated have to apply all the custom changes every time you run pod install

Hope this help 🤷🏻‍♂️

manindra4 commented 5 years ago

is this issue resolved ?

sshnip commented 5 years ago

+