You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 15, 2024. It is now read-only.
Describe the bug
Flurry-iOS-SDK.xcframework/Info.plist has two AvailableLibraries with the identifier ios-arm64_i386_x86_64-simulator: item 1 and item 6 in the AvailableLibraries dictionary. There is no available library for ios-arm64_armv7. Building for device and simulator does not work for version 12.3.1.
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.3.1
Xcode: 14.3
iOS: 16
To Reproduce
Steps to reproduce the behavior:
Create an empty new Xcode project.
Drag Flurry_iOS_SDK.xcframework into the project
Attempt to build for the simulator. You will receive an error: A library with the identifier 'ios-arm64_i386_x86_64-simulator' already exists.
Attempt to build for a physical device. You will receive the same error.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Are you using Flurry Push/Messaging? No
(iOS) Are you using CocoaPods or manual binary integration? Yes