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
Inside the portal click on Identifiers > Apps IDs section.
5. Look for your App bundle Id, it should be prefixed with **VS** plus the bundle identifier inside your info.plist (In our example it is `VS com xamarin GreatPlays`) and click the edit button in the lower right.
6. Enable `ClassKit` and hit `Done`.
7. Now you should be able to go back to VS4Mac and deploy to your device.
The text was updated successfully, but these errors were encountered:
The widget will be released with the next stable release of Visual Studio Mac. Closing the issue for now. All further related progress will be tracked in this VSTS task:
Steps to Reproduce
Xcode 9.4 introduced ClassKit entitlement
From
Entitlements.plist
:According to documentation (see Optionally Test in Production Mode section) it has two possible values:
Expected Behavior
Have support for
com.apple.developer.ClassKit-environment
entitlement.Workaround
com.apple.developer.ClassKit-environment
entitlement to your Entitlements.plist file manually as shown above in the xml code section.Identifiers > Apps IDs
section.5. Look for your App bundle Id, it should be prefixed with **VS** plus the bundle identifier inside your info.plist (In our example it is `VS com xamarin GreatPlays`) and click the edit button in the lower right.
6. Enable `ClassKit` and hit `Done`.
7. Now you should be able to go back to VS4Mac and deploy to your device.
The text was updated successfully, but these errors were encountered: