Post not yet marked as solved
Hi,i can't fix this error: "No matching provisioning profiles found for "..." None of the valid provisioning profiles allowed the specified entitlements: application-identifier, beta-reports-active, keychain-access-groups.I tried regenerating profiles and other suggestions from stackoverflow but it still doesn't work.I use the latest xcode version from the app store 7.2.Platform iOS
Post not yet marked as solved
Is there a significant performance improvement developing on a series 3 watch instead of a series 1 one?
Post not yet marked as solved
I'm trying to add an AR Reference Image to the ARKit Image detection sample project in Xcode 9.3 beta 2.I drag an image to the AR Resource Image slot, but it's content.json won't include the filename:
{
"images" : [ ], "info" : { "version" : 1, "author" : "xcode" }, "properties" : { "width" : 16.875, "unit" : "centimeters" }}Adding the filename manually seems to work in the sample project:
{
"images" : [ { "idiom" : "universal", "filename" : "LaunchScreen-iPhonePortrait.png" } ], "info" : { "version" : 1, "author" : "xcode" }, "properties" : { "width" : 16.875, "unit" : "centimeters" }}Edit: This seems to be a bug. It works correctly when you don't create an AR Reference Image slot via the context menu, but directly drag the image to the Resource group.
Post not yet marked as solved
The ARImageAnchor doesn't get updated when moving the image, or almost never, is this expected?The updates also don't seem to contain correct positions/rotations.