Apple Watch extension with space in name and .entitlements
file not working.
#5005
Milestone
.entitlements
file not working.
#5005
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of 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
.entitlements
file in the Watch App Extension4
tns run ios
Expected 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
.entitlements
file.The text was updated successfully, but these errors were encountered: