You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: 6.0.0
Describe the bug
If the project has an Apple Watch Extension with a space in the name and ".entitlements" file the prepare step of the CLI will fail. The result is an invalid .xcodeproj.
Environment
Provide version numbers for the following components (information can be retrieved by running
tns infoin your project folder or by inspecting thepackage.jsonof the project):Describe the bug
If the project has an Apple Watch Extension with a space in the name and ".entitlements" file the prepare step of the CLI will fail. The result is an invalid
.xcodeproj.To Reproduce
.entitlementsfile in the Watch App Extension4
tns run iosExpected behavior
The prepare step to finish successfully and the project to be build and deployed on the device.
Sample project
Additional context
A workaround is to rename the Extension and
.entitlementsfile.