cordova-plugin-flurryanalytics icon indicating copy to clipboard operation
cordova-plugin-flurryanalytics copied to clipboard

v1.2.0 fails to build on iOS

Open ajoslin opened this issue 8 years ago • 6 comments

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

ajoslin avatar Feb 12 '17 01:02 ajoslin

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.

blakgeek avatar Feb 12 '17 08:02 blakgeek

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:

salouri avatar Mar 29 '17 18:03 salouri

Anyone solve this? Getting the same problem.

nitzanwilnai avatar Aug 07 '17 05:08 nitzanwilnai

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.

sorenbryder avatar Sep 27 '17 09:09 sorenbryder

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 avatar Sep 11 '20 01:09 mitulsavani

@mitulsavani any solution for this so far?

achakra21 avatar Jun 16 '21 06:06 achakra21