-
-
Notifications
You must be signed in to change notification settings - Fork 198
Closed
Labels
Description
From @NathanaelA on October 22, 2015 14:51
This generated Podfile (tns command builds it) is built it can get lots of duplicates. Each time you do something that internally does a tns prepare ios or if you manually do a tns prepare ios you will get a duplicate begin, pod and end lines into this file.
Maybe this file should be truncated before adding them back. As when I was fixing my pod file; I ended up getting several of the same pods in the file, but all with different :path variables which then caused it to choke...
Copied from original issue: NativeScript/ios-jsc#382