Problem:
Xcode version ‘0.0’. Support for Xcode 0.0 is not supported. Please upgrade to version 7.3 or higher
Please help to find solution
created
Sep '18
last reply
Sep '18
- 9
replies
- 1.9k
views
- 3
users
- 1
link
Problem:
Xcode version ‘0.0’. Support for Xcode 0.0 is not supported. Please upgrade to version 7.3 or higher
Please help to find solution
dc.setCapability("platformVersion", "12.0");
dc.setCapability("platformName", "iOS");
dc.setCapability("deviceName", "iPhone x");
dc.setCapability(MobileCapabilityType.BROWSER_NAME, "Safari");
dc.setCapability(MobileCapabilityType.UDID, “E3C0BF34-2C02-4CDA-A9C2-DE4F6CC88AA9”);
what is provisional certificate ?
To create provisional certificate please follow below link:
https://clearbridgemobile.com/how-to-create-a-distribution-provisioning-profile-for-ios/20
this is used to register device through developer account and it will communicate with xcode and help user to run ios scripts.
you are missing 3 important capabilities i.e.
xcodeorgid:
bundleid
xcodeSingningid
please use these three capabilities in your scripts just google in those three capabilities and use it if u face any problem please feel free to update here