Hello, I’m a programming beginner. I’m trying to create a project and set the BundleID correctly, but I’m having trouble.
The sample program works fine, but when I try to create my own app and check the target by selecting the project name in the project navigator, the appearance of the target is different from the sample. What could be the reason for this?
The targets of the sample program are as follows:
- HelloAppleWatch
- HelloAppleWatch Watch App
The targets of the project I created are as follows:
- HelloAppleWatch Watch App
- HelloAppleWatch Watch AppTests
- HelloAppleWatch Watch AppUITests
In the project I created, the BundleID is set to “.watchkitapp”. When I try to change it to the correct BundleID, an error occurs in the content view. However, when I revert it back to “.watchkitapp”, the content view works normally.
In the sample program, it works fine even when I change the default BundleID.
Any advice or solutions to this issue would be greatly appreciated. Thank you in advance.