googlesamples / ios-nearby

69 stars 30 forks source link

Asset.car NearbyMessages #47

Open AdieOlami opened 3 years ago

AdieOlami commented 3 years ago

I installed NearbyMessages and when I tried running the project, I got the error

```

Multiple commands produce '/Users/Olar/Library/Developer/Xcode/DerivedData/XXXX-cccccc/Build/Products/Production-iphonesimulator/XXXX/Assets.car': 1) Target 'XXXX' (project 'XXXX') has compile command with input '/Users/Olar/Documents/Dev/RRR/xxxx-ios/XXXX/Resources/Assets.xcassets' 2) That command depends on command in Target 'XXXX' (project 'XXXX'): script phase “[CP] Copy Pods Resources”



Project would not run because of this issue
cedricbahirwe commented 2 years ago

@AdieOlami did you find a solution to this

sajad-io commented 1 year ago

SOLUTION: From left menu select project > Build Phases > Remove all items from Copy Bundle Resources by selecting each item and then selecting "-" button. If error still exists: Build Phases > Embed Frameworks > and remove.

You might need some try and error.