Post

Replies

Boosts

Views

Activity

Multiple Commands Produce .... /assets.car
I am actually trying to change my app icon. After adding the icon files , I added Assets.xcassets in the Copy Bundle Resources of Build Phases. Doing that resulted in the error, " Showing Recent Errors Only Multiple commands produce '.../build/ios/Debug-dev-iphonesimulator/Runner.app/Assets.car': Target 'Runner' (project 'Runner') has compile command with input '/.../ios/Runner/Assets.xcassets' That command depends on command in Target 'Runner' (project 'Runner'): script phase “[CP] Copy Pods Resources” '"
0
1
2.3k
Nov ’21
Not being able to change the app Icon
I am trying to change the app Icon using Flutter launcher icon package. I did get the images fit in the assets. However, when i build it shows the following error error: Multiple commands produce '/build/ios/Debug-dev-iphonesimulator/Runner.app/Assets.car': 1) Target 'Runner' (project 'Runner') has compile command with input '/ios/Runner/Assets.xcassets' 2) That command depends on command in Target 'Runner' (project 'Runner'): script phase “[CP] Copy Pods Resources” Can anyone please teach me ? All i wanted was just to change the app icon. :(
0
0
395
Nov ’21