Rabindra Nath Nandi
Rabindra Nath Nandi

Reputation: 1461

What it means "Only Local Devices are supported" in XCode Instrumentation

I want to check Shared Memory by Instrumentation for my iPhone App. But I cannot start recording . it says Only Local Devices are supportedenter image description here

I am using XCode 7.1 and my iPod iOS Version 8.1.3 .

Upvotes: 2

Views: 176

Answers (1)

Michael Dautermann
Michael Dautermann

Reputation: 89549

The Shared Memory instrument template only works for OSX applications, as described in the "Platforms" section of this reference page here.

That's why you're seeing "local devices only". By "local devices", they mean the MacOS machine you're currently developing on.

Upvotes: 3

Related Questions