-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
- CLI: 7.1.2
- Cross-platform modules: "@nativescript/core": "~7.1.0",
- iOS Runtime: "@nativescript/ios": "7.1.0",
- XCode Version: Version 12.2 (12B45b)
- Plugin(s): no extra plugins
Describe the bug
NativeScript could not load bundle file:///Library/Developer/CoreSimulator/Profiles/Runtimes/iOS%2011.4.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SensorKit.framework
NativeScript could not load bundle file:///Library/Developer/CoreSimulator/Profiles/Runtimes/iOS%2013.3.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/SensorKit.framework
To Reproduce
This comes up in the console when running ns run ios.
Create a new project ns create. I've tried vue and typescript projects
ns run ios on a iOS simulator running 11.4 or 13.3. Those are the versions I have tested so far.
Expected behavior
Does not appear in console.