Posts

Post not yet marked as solved
13 Replies
32k Views
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
Posted Last updated
.
Post not yet marked as solved
0 Replies
263 Views
Is there a significant performance improvement developing on a series 3 watch instead of a series 1 one?
Posted Last updated
.
Post not yet marked as solved
0 Replies
716 Views
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.
Posted Last updated
.
Post not yet marked as solved
0 Replies
364 Views
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.
Posted Last updated
.