ybeapps
ybeapps
Wow, where is it in the docs??? :) ב-17 בינו׳ 2017, בשעה 12:08, John Holdsworth כתב/ה: > You’re not trying to inject iPhone 5 by any chance? Injection only...
I have the same problem... take a look at this: private const string CppCodeProviderAssembly = "CppCodeProvider, "+ **"Version=8.0.0.0, " +** "Culture=neutral, " + "PublicKeyToken=b03f5f7f11d50a3a, " + "processorArchitecture=MSIL";
I'm having this issue too... I ended up having to pop a message to the user and recommend it to restart app =[
not working in latest xcode use this: `https://github.com/Sling-Inc/Sliders-SwiftUI.git` target `xcode14` branch
I had the same issue on my CI process (fastlane) used this to solve it: https://stackoverflow.com/a/72600584/2830676