chemerisuk / cordova-plugin-firebase-messaging

Cordova plugin for Firebase Cloud Messaging
MIT License
164 stars 160 forks source link

Can't build ios because "Pods/Target Support Files" could not be found. #206

Closed dwq0048 closed 2 years ago

dwq0048 commented 2 years ago

{path}/client/src-cordova/platforms/ios/pods-debug.xcconfig:2:1: error: could not find included file 'Pods/Target Support Files/Pods-{name}/Pods-{name}.debug.xcconfig' in search paths

They want "Pods-{name}.debug.xcconfig". But the "Pods/Target Support Files" folder is empty.

Proceed with "pod install" in "platform/ios" or initialize the project. but all fail

Android works. Only ios shows the error. am i doing something wrong? Or am I missing something?

I have to solve this problem before I go to work. Maybe I can't go home.

teach me the answer

thank you.