flurry / unity-flurry-sdk

Unity plugin for Flurry SDK
Apache License 2.0
25 stars 5 forks source link

IOException when building 5.1.0 for iOS (Appending build) #18

Closed andymads closed 1 year ago

andymads commented 2 years ago

IOException: Podfile already exists

Due to this line in Assets/Plugins/iOS/Editor/FlurryPodInstalling.cs

File.Copy(originalPodPath, podFilePath);

The optional third parameter to overwrite is required.

i.e. File.Copy(originalPodPath, podFilePath,true);

poting-oath commented 2 years ago

@andymads Thanks for your feedback! We will include your fix in the next release.

poting-oath commented 1 year ago

@andymads Version 5.2.0 with the fix is released, please try. Thanks!