Thanks @SpaceTrucking
@Pa303m
I tried below solution :
Earlier i had opened WebDriverAgent.xcodeproj from the location "/usr/local/lib/node_modules/appium-webdriveragent/WebDriverAgent.xcodeproj". Now changed it to the path returned by below command
echo "$(dirname "$(find "$HOME/.appium" -name WebDriverAgent.xcodeproj)")"
Build is succeeded for WebdriverAgentRunner and WebdriverAgentLib
Post
Replies
Boosts
Views
Activity
I am also having the same issue with Xcode 15 and iOS SDK 17.0.2. Do we have any solution for this?