Skip to content

DVTAssertions error #955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jasssonpet opened this issue Sep 23, 2015 · 2 comments
Closed

DVTAssertions error #955

jasssonpet opened this issue Sep 23, 2015 · 2 comments
Labels
Milestone

Comments

@jasssonpet
Copy link
Contributor

From @Alphapage on September 21, 2015 15:58

Hello,

I get this error when I first "tns emulate ios" on fresh OS X 10.10.5 and Xcode 7 iPhone 6s emulator:

2015-09-21 08:47:11.115 node[2296:22124] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-8201/DVTFoundation/PlugInArchitecture/PlugInManager/DVTPlugInManager.m:257
Details: Requested but did not find extension point with identifier Xcode.DVTFoundation.DevicePlatformMapping
Object: <DVTPlugInManager: 0x101d924a0>
Method: -extensionPointWithIdentifier:
Thread: <NSThread: 0x100c13300>{number = 1, name = main}

Thanks in advance for your help.

Copied from original issue: NativeScript/ios-jsc#324

@Fatme
Copy link
Contributor

Fatme commented Sep 30, 2015

Hi @Alphapage,

{N} CLI uses external library to deploy on emulator. It seems that this library does not work correctly with Xcode 7. I've added this issue to 1.5.0 milestone.

In the meantime you can use xcrun to deploy on emulator. You need to do the following:

  1. Build your application for emulator - tns build ios.
  2. Start iOS simulator
  3. Execute xcrun simctl install booted platforms/ios/build/emulator/<your project name>.app

@dtopuzov
Copy link
Contributor

{N} 1.5 should work fine with Xcode7 simulators.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants