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”
'"
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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. :(
Hey,
I am just a beginner in the apple development.
I came to realize that my app should work on App Tracking Transparency too.
I understood about editing the info.plist. Is there anything else I have to write in the codes?
Or just writing in info.plist is enough?
Thank you