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
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
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
Code Block swift 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