i have installed carthage via brew install carthage but it installed it at location : /usr/local/Cellar/ where as @vani.hosagoudra suggested that carthage should be inside WebDriverAgent Folder path : usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent which i am not able to. More over: i am getting this error:
[BaseDriver] Session created with session id: f3e8618c-a309-4e71-9660-768047767154
[Xcode] Finding XcodePath by symlink because Error: Command āxcode-select --print-pathā errored out: Error: spawn xcode-select ENOENT
at exports._errnoException (util.js:1026:11)ā¦
But when i execute this command on Terminal is shows the complete path
Membership Information
Program Type
Apple Developer Enterprise Program
Team Name
Sling Media Inc.
Team ID
QX6CSLZ8HN
Entity Type
In-House / Enterprise
Phone
Address
1051 E. Hillsdale Blvd.
Ste. 500
Foster City, California 94404
United States
Expiration Date
February 03, 2017
Device Reset Date
February 03, 2017
Team Agent
Ilya Geller
Your Role
Member
[Xcode] No profiles for ācom.facebook.IntegrationAppā were found: Xcode couldnāt find a provisioning profile matching ācom.facebook.IntegrationAppā.
Code signing is required for product type āApplicationā in SDK āiOS 10.0ā
** TEST FAILED **
The following build commands failed:
Check dependencies
(1 failure)
https://github.com/appium/appium-xcuitest-driver Take the help from this link.
You have to pass the location of your .xcconfig file as the desired capability in your java code. And further you may have to do manual configurations also.
Hi @crujzo, Were you able to find a solution for the carthage installation in this location /usr/local/lib/node_modules/appium/node_modules/appium-xcuitest-driver/WebDriverAgent ??
@pavanbachu - I ran appium-doctor and noticed that I somehow have two versions of Carthage installed. One is in WebDriverAgent as expected, but the one that Appium Doctor points to is elsewhere:
info AppiumDoctor ā Carthage was found at: /usr/local/bin/carthage
Before I start trying to reconfigure everything, do you know if this could be causing me to get an xcodebuild failed with code 65 warning when trying to tests on the iOS simulator?
Iāve followed just about all of the instructions that I can find to get rid of this error and Iām just not getting anywhere. Iāve run Appium Doctor many times but all tests passed, so I never really thought to check the installation paths.