adobe/react-native-acpanalytics

iOS platform target is higher than react-native default

sattaman opened this issue · 3 comments

Is targetting ios 10 required? An out the box react-native installation currently targets 9, which then means adding this library leads to the following error:

[!] CocoaPods could not find compatible versions for pod "RCTACPAnalytics":
  In Podfile:
    RCTACPAnalytics (from `../node_modules/@adobe/react-native-acpanalytics`)

Specs satisfying the `RCTACPAnalytics (from `../node_modules/@adobe/react-native-acpanalytics`)` dependency were found, but they required a higher minimum deployment target.

Updating your library to target 9 seems to work although not tested fully, is there a reason you have targetted 10?

Nice response times 👏

Probably worth adding to docs? I'll close this anyhow and look into whether we can update.

Added a note in the trouble shooting section: https://github.com/adobe/react-native-acpcore#trouble-shooting