Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

ld: library not found for -lFlurry #241

Open
2 of 11 tasks
Stephan-Enoro opened this issue May 20, 2022 · 2 comments
Open
2 of 11 tasks

ld: library not found for -lFlurry #241

Stephan-Enoro opened this issue May 20, 2022 · 2 comments
Assignees
Labels

Comments

@Stephan-Enoro
Copy link

Describe the bug

Linking problem after update to 12.0.1 on a new Macbook Pro M1

ld: library not found for -lFlurry

Probably very stupid and simple way to fix it but it driving me mad.

Any help would be fantastic

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.01.1
  • XCode: 13.3.1
  • iOS: 15.x
@flurrydev
Copy link
Contributor

Hello @Stephan-Enoro ,

I was not able to reproduce the error on my M1 Mac. Can you give some more detail? Did you use Cocoapods to install Flurry? After running pod update - did you open the .xcworkspace project?

You can reference these sample apps - I have tested them with 12.0.1 on M1:

https://github.com/flurrydev/Flurry-iOS-core-analytics-sample-ObjC
https://github.com/flurrydev/Flurry-iOS-core-analytics-sample-Swift

@Stephan-Enoro
Copy link
Author

Thanks for reply

Did you use Cocoapods to install Flurry? Yes
After running pod update - Yes
id you open the .xcworkspace project? Yes

From podfile:

abstract_target 'EnoroKundeApp' do
pod 'Alamofire','= 5.4'
pod 'SwiftyJSON','= 5.0.0'
pod 'Flurry-iOS-SDK/FlurrySDK','= 12.0.1'
pod 'GoogleMaps','= 3.8.0'
pod 'Firebase/Core','= 7.3.0'
pod 'Firebase/Auth','= 7.3.0'
pod 'Charts','= 3.6.0'
pod 'SideMenu', '~> 6.0'

Error:
ld: library not found for -lFlurry
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I will check your samples.

Thanks again.

/Stephan

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants