Issue
I'm trying to build an Ionic Cordova app to iOS and I'm having issues that seems related to Pods setup. I've tried to uninstall and install Cocoapods and Ionic platform/iOS several times.
This is the detailed error:
[!] The -[Debug] target overrides the LD_RUNPATH_SEARCH_PATHS build setting defined in `Pods/Target Support Files/---------/---------debug.xcconfig
I'm using following versions:
Cordova: 11.0.0
Xcode: 13.2.1
Solution
Have you tried in Xcode:
- Target - > Building Settings- >LD_RUNPATH_SEARCH_PATHS,
- Change the value to $(inherited)
That's what helped me making that error go away
Answered By - nosTa
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.