Owusu Gyasi-Agyei

Results 5 comments of Owusu Gyasi-Agyei

Try this ```typescript export function authorizationInterceptor(internalAxiosRequestConfig: InternalAxiosRequestConfig) { internalAxiosRequestConfig.headers.set( "your-header-key-here", "yourheader-value-here"); return internalAxiosRequestConfig; } ```

The interceptor signature seems to have changed, fix by using `header.set( .. , .. )` works On Tue, 21 Mar 2023 at 13:36, YR ***@***.***> wrote: > Can confirm after...

> > Edit-Edit: actually I think id _in $CURRENT_POLICIES does not work :( > > > > That seems to be indeed a bug of the current version, see #23695....

Issue arises in 5.3.1 build too. Experienced exact problem after upgrade. Though @NickIliev solution worked in my case. Version details below for debugging. Versions ``` tns version 5.3.0 tns-core-modules 5.3.1...

Similar/Same Issue on latest nativescript **Command** `tns run ios --emulator --bundle` **Error** `Unable to apply changes on device: E318C403-80AD-4620-849A-FFD870A2D8CD. Error is: Command xcodebuild failed with exit code 65.` **Full Error**...