Instabug / Instabug-SP

Other
11 stars 11 forks source link

Errors when shipping #8

Closed jbouaziz closed 3 years ago

jbouaziz commented 3 years ago

Steps to Reproduce the Problem

Archive and upload a project containing Instabug installed through the SPM.

Expected Behavior

Apple shouldn't give me a hard time.

Actual Behavior

Apple is giving me a hard time image image

Instabug integration code

I was previously using Cocoapods for the Instabug integration and made sure that the Instabug.framework file isn't in my project anywhere else that through SPM.

#if !targetEnvironment(macCatalyst)
Instabug.welcomeMessageMode = .automatic
Instabug.start(
    withToken: "-----",
    invocationEvents: [.shake, .screenshot]
)
#endif

SDK Version

10.1.0

iOS Version

12+

Device Model

"Any iOS Device (arm64)" build

[Optional] Project That Reproduces the Issue

Kmohamed commented 3 years ago

@jbouaziz We are very sorry for that hard time. Could you check this comment I think it maybe related

jbouaziz commented 3 years ago

@Kmohamed thanks for getting back at me. Due to a timed release, I had to switch back to cocoapods for the time being so I won't be able to test that. I'll wait until we don't need to use any workarounds to use Instabug-SP. Thanks!

warpling commented 3 years ago

I'm also still experiencing this with SPM.

yousefhamza commented 3 years ago

Hi @warpling 👋

SPM still have some rough edges, like this error. Check this for more details: https://github.com/Instabug/Instabug-iOS/issues/330#issuecomment-739475832