cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to create branded client with MDK 23.8.8. Can't resolve /extension-LocationService' in './'

daniyal_dolare
Explorer
0 Likes
1,442

Hi Experts,

I am creating a custom branded client using the following version of softwares:

MDK: 23.8.8

SAM Metadata: 2310

MDK PLUG-IN SDK IOS 2310

When running create-client-command I am getting this error:

Creating th.lproj/InfoPlist.strings

Creating tr.lproj/InfoPlist.strings

Creating vi.lproj/InfoPlist.strings

Creating mdkProject folder

Updating mdkProject MDKProjectSettings.json file

Error: Error: Can't resolve '/Users/tcs/Desktop/SSAM2310Debug/MDKCLNT23808P_8-80008652/MDKClient_SDK/SSAM2310/node_modules/extension-LocationService' in './'

Screenshot 2024-08-01 at 12.25.48 PM.png

 How can I solve this issue?

I also tried other versions of MDK Plugin sdk, but still it is giving same error for all.

Screenshot 2024-08-01 at 12.27.30 PM.png

 

@muhammad_rafay  @bill_froelich  @Pathik  @Jitendra_Kansal78 

 

 

Accepted Solutions (0)

Answers (2)

Answers (2)

muhammad_rafay
Product and Topic Expert
Product and Topic Expert
0 Likes

Which version of Branding SDK are you using?
The extension-LocationService is defined inside MDKProject.json so if you are using a version of metadata that uses that external and if that external is not defined inside MDKProject.json, you will see that error. Please make sure you metadata and MDKProject.json is using the same version 

daniyal_dolare
Explorer
0 Likes

Hi @muhammad_rafay  ,  My Branding SDK version is: ASSTMGRBRNDSDK00P_500-80008452, MDK Plugin SDK version: MDKPLGINSDKIOS00P_501-80008389. In MDKProject.json external, extension-LocationService is already defi

muhammad_rafay
Product and Topic Expert
Product and Topic Expert
0 Likes
Did you check the MDK installer and verify if you are using the correct version of node module and nativescript?
daniyal_dolare
Explorer
0 Likes

@muhammad_rafay  The required NativeScript version is 8.6.1 and installed one is 8.6.5 and installed nodejs version is 20.4.0. So should I downgrade my nativescript ?
I already had setup for MDK 24.4 in my system, now I want to setup MDK 23.8, so can you help me with setting up these two in Mac. Any specific things I should consider?

rupeshpandit1999
Explorer
0 Likes
Hi Daniyal, I am also currently having the same issue, could you please help me with the solution, how it has resolved? Thanks!
Jitendra_Kansal78
Product and Topic Expert
Product and Topic Expert
0 Likes

Please check this note for the steps to fix it.  https://me.sap.com/notes/3499050

daniyal_dolare
Explorer
0 Likes
Hi @Jitendra_Kansal78, I applied that patch but still the issue exists. The error I am getting is not of Type mismatch, it is Error: Error: Can't resolve '/Users/tcs/Desktop/SSAM2310Debug/MDKCLNT23808P_8-80008652/MDKClient_SDK/SSAM2310/node_modules/extension-LocationService' in './'
Jitendra_Kansal78
Product and Topic Expert
Product and Topic Expert
0 Likes
I am looping @muhammad_rafay in case he has any information on this.