Post

Replies

Boosts

Views

Activity

Comment on Crash on launch from all TestFlight builds, but when loading the app from Xcode
If I am correct you cannot mix Swift and Objective-C in one target. In one package, or all (depending on how your packages depend on each other) add an additional target where you place the Objective C files of the fix (or if you have already an objective-C target, you could add them there). Target definition should be something like: .target(name: "DecimalRoundFix", dependencies: []). Make sure that the header file is placed in the special folder named 'DecimalRoundFix/include'.
Sep ’24