After my upgrade the xcode version to the Version 12.0 beta 4 . and connect my mobile phone(ios 14).after I click the Product-->test, here is an error displayed in the Xcode
CocoaAsyncSocket/GCDAsyncSocket.h' file not found
How to fix it?
Note :
I already run the command as below , and also failed.
macos@macosdeMac-mini appium-webdriveragent % ./Scripts/bootstrap.sh
Fetching dependencies Checking out CocoaAsyncSocket at "72e0fa9e62d56e5bbb3f67e9cfd5aa85841735bc"
Checking out YYCache at "1.1.0"
xcodebuild output can be found in /var/folders/d/gf4694195c73m35q8f73p2sc0000gn/T/carthage-xcodebuild.9lIRyk.log
Building scheme "iOS Framework" in CocoaAsyncSocket.xcodeproj
Build Failed
Task failed with exit code 1:
/usr/bin/xcrun lipo -create /Users/macos/Library/Caches/org.carthage.CarthageKit/DerivedData/12.012A8179i/CocoaAsyncSocket/72e0fa9e62d56e5bbb3f67e9cfd5aa85841735bc/Build/Intermediates.noindex/ArchiveIntermediates/iOS\ Framework/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/CocoaAsyncSocket.framework/CocoaAsyncSocket /Users/macos/Library/Caches/org.carthage.CarthageKit/DerivedData/12.012A8179i/CocoaAsyncSocket/72e0fa9e62d56e5bbb3f67e9cfd5aa85841735bc/Build/Products/Release-iphonesimulator/CocoaAsyncSocket.framework/CocoaAsyncSocket -output /Applications/Appium181.app/Contents/Resources/app/nodemodules/appium/nodemodules/appium-webdriveragent/Carthage/Build/iOS/CocoaAsyncSocket.framework/CocoaAsyncSocket
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/d/gf4694195c73m35q8f73p2sc0000gn/T/carthage-xcodebuild.9lIRyk.log
macos@macosdeMac-mini appium-webdriveragent %
Could anyone help me to resolve this problem and this is an urgent for me, thanks in advance!!