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 has been archived by the owner on Mar 15, 2024. It is now read-only.
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:
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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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]
.Platform
Please choose the platform(s) that you are having the issue by replacing
[ ]
with[x]
.Environment
Please tell us the versions of Flurry SDK, XCode, and iOS you are using.
The text was updated successfully, but these errors were encountered: