mapbox/mapbox-navigation-ios

Xcode new a empty project ,pod install success build show Showing All Errors Only Prepare build note: Building targets in dependency order error: Multiple commands produce '/Users/cf/Library/Developer/Xcode/DerivedData/CFTestDemo-blualrwdadgauvgaevuucawmiogv/Build/Products/Debug-iphoneos/CFTestDemo.app/Assets.car' note: Target 'CFTestDemo' (project 'CFTestDemo') has compile command with input '/Users/cf/Desktop/CFTestDemo/CFTestDemo/Assets.xcassets' note: That command depends on command in Target 'CFTestDemo' (project 'CFTestDemo'): script phase “[CP] Copy Pods Resources” Multiple commands produce '/Users/cf/Library/Developer/Xcode/DerivedData/CFTestDemo-blualrwdadgauvgaevuucawmiogv/Build/Products/Debug-iphoneos/CFTestDemo.app/Assets.car' Build failed 2023/8/1, 09:55 0.3 seconds

Opened this issue · 1 comments

ruby version 3.0.0
pod version 1.12.1
but change ruby 2.7.2 pod version 1.9.0 build OK

not support latest Version ruby Cocoapods?

I believe this is due to the pod using a deprecated method of 'resources' in the podspec file instead of 'resource_bundles' - this is in the 'MapboxNavigation.podspec' file, this article goes over some workarounds for it but would be good to get this upgrade to using the non-deprecated version