Hi developers,
I'm creating an app on Apple Watch using SwiftUI. I created a Text like below
Text("123 😂")
	.bold()
	.foregroundColor(.white)
but in the preview it's showing
123 A
So how can I display emoji on an Apple Watch app?
Thanks
Post
Replies
Boosts
Views
Activity
Hi,
I tried to create a new App Clip target from my big project and install it on my simulator. The build was successful but it failed to install to simulator. Here is the error
This app could not be installed at this time.
Could not install at this time.
Application identifier of the parent app, "{team_id}.", is not a prefix of the application identifier of the app clip, "{team_id}.com.{app_name}.iphone.Clip"
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
Recovery Suggestion: Application identifier of the parent app, "{team_id}.", is not a prefix of the application identifier of the app clip, "{team_id}.com.{app_name}.iphone.Clip"-
Application identifier of the parent app, "{team_id}.", is not a prefix of the application identifier of the app clip, "{team_id}.com.{app_name}.iphone.Clip"
Domain: MIInstallerErrorDomain
Code: 150
User Info: {
		FunctionName = "-[MIInstallableBundle _performAppClipSpecificValidationForEntitlements:isAppClip:withError:]";
		LegacyErrorString = AppClipBundleIDNotPrefixed;
		SourceFileLine = 1228;
}-
System Information
macOS Version 10.15.5 (Build 19F101)
Xcode 12.0 (17177)
My app bundle id: com.{app_name}.iphone
My app clip bundle id: com.{app_name}.iphone.Clip
Did I miss to set up anything? Thanks for helping
Hi, so I just published my app a few days ago. The app is written in SwiftUI.
One of my users had a crash with this stack trace. I found that the crash happened due to DoneTextField which is a custom SwiftUI View that I created to have a Done button as inputAccessoryView when the keyboard showing up. I tried but not able to reproduce.
Here is the crash log and the implementation of the DoneTextField
Do you have any insight into this crash? Please let me know, thanks!
2021-06-03_23-21-01.2293_+0700-01e56940e8d4ebe87aada6c52cad8dc973d988ed.crash
DoneTextField.txt
Hi everyone,
I just finished updating my app for visionOS. When I upload my app to App Store Connect, Xcode throws me an error saying "The visionOS App Icon “AppIcon” in “DadJokes.app” must contain a background layer with a scale value of 2"
For the app icon, I used 512x512 dimension for all of the layer. The back layer doesn't contains alpha channel. The middle and the front have transparency. The images are uploaded here if anyone want to check out: https://drive.google.com/drive/folders/1MOdAuIzieAUi8pr2TVycHIgO3lxTQ8zR?usp=sharing
How do I fix this?
Thanks for checking out