You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment: Xcode 10, Swift 4.2
After deleting the info.plist from [build phase] -> [Copy Bundle Resources] , the problem is resolved.
Below is the build error:
Multiple commands produce '/Users/crewbuild/myagent/_work/6/output/iphoneos/Test-Release/build.sym/Test-Release-iphoneos/Buffer/Buffer.framework/Info.plist':
2018-10-17T18:19:48.9660210Z 1) Target 'Buffer' (project 'Pods') has copy command from '/Users/crewbuild/myagent/_work/6/s/Pods/Buffer/src/Info.plist' to '/Users/crewbuild/myagent/_work/6/output/iphoneos/Test-Release/build.sym/Test-Release-iphoneos/Buffer/Buffer.framework/Info.plist'
2018-10-17T18:19:48.9689440Z 2) Target 'Buffer' (project 'Pods') has process command with output '/Users/crewbuild/myagent/_work/6/output/iphoneos/Test-Release/build.sym/Test-Release-iphoneos/Buffer/Buffer.framework/Info.plist'
The text was updated successfully, but these errors were encountered:
Environment: Xcode 10, Swift 4.2
After deleting the info.plist from [build phase] -> [Copy Bundle Resources] , the problem is resolved.
Below is the build error:
Multiple commands produce '/Users/crewbuild/myagent/_work/6/output/iphoneos/Test-Release/build.sym/Test-Release-iphoneos/Buffer/Buffer.framework/Info.plist':
2018-10-17T18:19:48.9660210Z 1) Target 'Buffer' (project 'Pods') has copy command from '/Users/crewbuild/myagent/_work/6/s/Pods/Buffer/src/Info.plist' to '/Users/crewbuild/myagent/_work/6/output/iphoneos/Test-Release/build.sym/Test-Release-iphoneos/Buffer/Buffer.framework/Info.plist'
2018-10-17T18:19:48.9689440Z 2) Target 'Buffer' (project 'Pods') has process command with output '/Users/crewbuild/myagent/_work/6/output/iphoneos/Test-Release/build.sym/Test-Release-iphoneos/Buffer/Buffer.framework/Info.plist'
The text was updated successfully, but these errors were encountered: