You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow my Mac got updated to Mac OS 13 :( and now I have to forcefully use XCode 14 and above to build and test the XCode for iPhones used in Automation.
While building XCode for test iPhone, I was getting the following error while building and build gets Failed:
ld: cannot link directly with dylib/framework, your binary is not an allowed client of /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
None of solutions works for me, as it is very complex to do workarounds in the full-fledged Automation system.
XCode team should provide the support of XCTAutomationSupport.framework as it was running fine till latest XCode 13 OR If you want to remove this then please provide proper guidance to use alternative which should work flawlessly !!!
XCode team I am in dead-lock condition right now. Please find solution for this problem and provide a release asap.
Somehow my Mac got updated to Mac OS 13 :( and now I have to forcefully use XCode 14 and above to build and test the XCode for iPhones used in Automation.
While building XCode for test iPhone, I was getting the following error while building and build gets Failed:
ld: cannot link directly with dylib/framework, your binary is not an allowed client of /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/PrivateFrameworks/XCTAutomationSupport.framework/XCTAutomationSupport for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
None of solutions works for me, as it is very complex to do workarounds in the full-fledged Automation system.
XCode team should provide the support of XCTAutomationSupport.framework as it was running fine till latest XCode 13 OR If you want to remove this then please provide proper guidance to use alternative which should work flawlessly !!!
XCode team I am in dead-lock condition right now. Please find solution for this problem and provide a release asap.
Thanks in advance !
XCode Version: 14.1
MacOS Version: 13.0.1
appium: 1.22.3
robotframework-appiumlibrary: 1.6.3
I don't think appium 2 & robotframework-appiumlibrary 2.0.0 solves this problem !
The text was updated successfully, but these errors were encountered: