applanga / sdk-swiftui

Applanga SwiftUI SDK
0 stars 0 forks source link

ApplangaSwiftUI Framework String interpolation error #1

Closed haurimtonMartin closed 1 year ago

haurimtonMartin commented 1 year ago

Description

After adding SwiftUI with SPM and running an existing project, string interpolation is converting the \(value) to %@.

Steps

  1. Add ApplangaSwiftUI package using SPM
  2. Add ApplangaSwiftUI library to target
  3. Run existing project and interpolated strings print %@ instead of the string value

Example

ChristianStanke commented 1 year ago

Thanks for the report! We'll be looking into it

simonb-applanga commented 1 year ago

@haurimtonMartin could you try to test with the latest release 2.0.170

haurimtonMartin commented 1 year ago

@simonb-applanga sorry for the delay, I just tested the latest release and it seems the issue was fixed, thank you all for your help.