Library not loaded: @rpath/Flurry_iOS_SDK.framework/Flurry_iOS_SDK
Nil7172Raykar opened this issue · 3 comments
Describe the bug
We are using Xcode 14.0. On the app launch app is crashing because Flurry _iOS_SDK.framework is not loaded
Previously we were using Xcode 13.4.1 and 'Flurry-iOS-SDK/FlurrySDK', '=11.3.0' this setup is working fine.
But when we tried with Xcode 14.0 it breaks and failed to Flurry SDK (11.3.0). So we tried with the latest Flurry SDK
(12.1.1) but still, we are facing the same issue.
This Bug is About
Please choose the closest item by replacing [ ]
with [x]
.
- Integration
- Analytics
- Ads
- Messaging/Push
- IAP
- Remote Configuration
- Flurry Website/Dashboard
- Other
Platform
Please choose the platform(s) that you are having the issue by replacing [ ]
with [x]
.
- iOS
- tvOS
- WatchOS
Environment
Please tell us the versions of Flurry SDK, XCode, and iOS you are using.
- Flurry SDK: 12.1.1
- Xcode: 14.0
- iOS: 16
To Reproduce
Steps to reproduce the behavior:
- We are using WXWorks.frameworks inside that Flurry SDK is used.
- On app launch app is crashing.
Additional context
Are you using Flurry Push/Messaging? No
(iOS) Are you using CocoaPods? Yes
Add any other context about the problem here.
Hi @flurrydev
Is there any updates?
Are you seeing the frameworks in your pods folder?
I have updated our sample here for running Flurry 12.1.1 here: https://github.com/flurrydev/Flurry-iOS-core-analytics-sample-Swift
It sounds like WXWorks.frameworks is wrapping Flurry's SDK?
Can you show me their github repo where the podspec is located please?
Hi @flurrydev,
Yes we are seeing Flurry framework into the Pod folder. Please refer following screenshot
WXWorks.framework need to add it manually. There is no pod repo available for share.
Please refer WXWorks.framework with Sample app.
https://drive.google.com/file/d/1ncGnv4SmG9boynSeoWUzE47-WzOqvNxo/view?usp=sharing