blakgeek / cordova-plugin-flurryanalytics

Adds support for all that Flurry Analytics flavored goodness to your Cordova based apps
23 stars 29 forks source link

v1.2.0 fails to build on iOS #15

Open ajoslin opened 7 years ago

ajoslin commented 7 years ago

'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.

blakgeek commented 7 years ago

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.

salouri commented 7 years ago

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:

nitzanwilnai commented 7 years ago

Anyone solve this? Getting the same problem.

sorenbryder commented 6 years ago

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.

mitulsavani commented 4 years ago

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.

achakra21 commented 3 years ago

@mitulsavani any solution for this so far?