dtrenz / LaunchGate

LaunchGate makes it easy to let users know when an update to your app is available.
http://dtrenz.github.io/LaunchGate
Other
60 stars 16 forks source link

Resolve info.plist collision build error #41

Closed ibrahimQL closed 6 years ago

ibrahimQL commented 6 years ago

Issue Currently after this pod is installed, the following build error is encountered.

screen shot 2018-07-26 at 3 29 22 pm

Looks like its including the info.plist file which is causing issues when building the project.

Files in question

screen shot 2018-07-26 at 3 12 11 pm

Proposed change By adding .swift to the pod spec file. When the pod is installed the info.plist and the unnecessary header file will be excluded.

I can work around the problem locally, the main issue is, Jenkins is getting the same build error.

dtrenz commented 6 years ago

Could you please provide some information about what the issue is and how this change resolves it? Thanks!

dtrenz commented 6 years ago

@ibrahimQL This is now released in version 1.1.1. Thank you for your contribution. 👍