capacitor-plugins icon indicating copy to clipboard operation
capacitor-plugins copied to clipboard

[BUG]: DT_TOOLCHAIN_DIR cannot be used to evaluate LIBRARY_SEARCH_PATHS, use TOOLCHAIN_DIR instead in xcode 15

Open j-d-carmichael opened this issue 9 months ago • 0 comments

Bug Report

Plugin(s)

Push notifications with firebase

https://www.npmjs.com/package/@capacitor/push-notifications

Capacitor Version and plugins

6.0.0 "@capacitor/android": "^6.0.0", "@capacitor/app": "^6.0.0", "@capacitor/camera": "^6.0.0", "@capacitor/core": "^6.0.0", "@capacitor/device": "^6.0.0", "@capacitor/filesystem": "^6.0.0", "@capacitor/haptics": "^6.0.0", "@capacitor/ios": "^6.0.0", "@capacitor/network": "^6.0.0", "@capacitor/preferences": "^6.0.0", "@capacitor/push-notifications": "^6.0.0", "@capacitor/screen-reader": "^6.0.0", "@capacitor/share": "^6.0.0", "@capacitor/splash-screen": "^6.0.0", "@capacitor/status-bar": "^6.0.0",

Platform(s)

iOS

Code Reproduction

run npx cap sync on ios with cap v6 and push notifications

Detail

See this issue: https://stackoverflow.com/questions/77219650/dt-toolchain-dir-cannot-be-used-to-evaluate-library-search-paths-use-toolchain

This answer solved the build issue on my machine: https://stackoverflow.com/questions/77219650/dt-toolchain-dir-cannot-be-used-to-evaluate-library-search-paths-use-toolchain#answer-77752142

j-d-carmichael avatar May 10 '24 09:05 j-d-carmichael