cordova-plugin-flurryanalytics
cordova-plugin-flurryanalytics copied to clipboard
v1.2.0 fails to build on iOS
'Flurry-iOS-SDK/Flurry.h' file not found
I would open a PR, but I have no knowledge of the inner workings of this plugin and I'd be useless. I thought I'd let you know.
How are you building the project? The latest version of the plugin has a dependency on CocoaPods so If you are you using Xcode make sure you are opening the .xcworkspace not the .xcodeproj.
If you're building from the command line post the output of cordova prepare ios
.
I have the same issue!
Using XCode and I have CocoPods installed already. (PodFile with 0 dependencies)
result of Cordova prepare ios
gives me
Error: Invalid character in entity name Line: 8 Column: 54 Char:
Anyone solve this? Getting the same problem.
I made a PR that fixes the issue: https://github.com/blakgeek/cordova-plugin-flurryanalytics/pull/27
Problem is that cordova-plugin-cocoapods-support doesn't support id attribute for pods anymore.
hey @blakgeek
We are currently building Ionic+React mobile app with Capacitor
, and facing the exact same issue- 'Flurry-iOS-SDK/Flurry.h' file not found
Please provide a solution to it.
@mitulsavani any solution for this so far?