Upon forking and cloning the repo, the project is obviously not up-to-date for the latest iOS version. However, after XCode performs its "project upgrades," the project still cannot build because of a linker error:
ld: library not found for -lPods
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Perhaps the necessary Pods subproject / workspace can be included in the repo?
Upon forking and cloning the repo, the project is obviously not up-to-date for the latest iOS version. However, after XCode performs its "project upgrades," the project still cannot build because of a linker error:
Perhaps the necessary Pods subproject / workspace can be included in the repo?