ios-nearby
ios-nearby copied to clipboard
Asset.car NearbyMessages
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
@AdieOlami did you find a solution to this
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.