Duplicate Resources (Assets.car) #4
Labels
bug
Something isn't working
help wanted
Extra attention is needed
ios
Some issue only affecting iOS
wontfix
This will not be worked on
Problem
The Google Nearby Pod adds the
Assets.car
file to Build Phases -> [CP] Copy Pods Resources in the Apps .xcodeproj file, which makes building impossible, as another Assets.car resource is already defined, meaning they would overwrite eachother.This is a known issue of the Google Nearby API, but I'm sure there are easy workarounds for that such as a post_install Podfile hook. Problem is I don't know ruby.
Solution
Add a post_install Podfile hook?
The text was updated successfully, but these errors were encountered: