DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead in xcode 15
This error raises after updating Xcode to 15 because of some cocoapods version so we just need to update it, will fix the problem. follow below steps : #go to ios folder cd ios #update cocoapods sudo gem update cocoapods #if above doesnt work try using brew brew install cocoapods #make sure cocoapods updated to … Read more