为Flurry SDK 4.4.0创建Flurry分析DLL,以便与monotouch集成

时间:2014-03-31 07:57:12

标签: binding xamarin.ios flurry

对于以前的版本,我能够成功创建dll,但现在我已经下载了最新的Flurry SDK,即4.4.0。

我按照以下链接中的说明创建.dll Integrate Flurry Analytics into a MonoTouch app但它在终端上给出了以下错误。

Error Section:
 make build DIRS="AdJitsu ATMHud facebook FlurryAnalytics FlurryAppCircle  GebePrinter      GoogleAdMobAds  MGSplitViewController Parse PayPal RedLaser Tapku TestFlight Three20    UrbanAirship"
   for i in AdJitsu ATMHud facebook FlurryAnalytics FlurryAppCircle  GebePrinter   GoogleAdMobAds  MGSplitViewController Parse PayPal RedLaser Tapku TestFlight Three20    UrbanAirship; do (cd $i && make); done
 (cd binding; make)
 It would appear that you do not have a copy of libAdJitsu.a which
 is needed to build the AdJitsu bindings.

 You'll need to obtain a copy of libAdJitsuSDK.a from AdJitsu.com
  make[3]: *** [libAdJitsuSDK.a] Error 1
 make[2]: *** [build-binding] Error 2
 (cd binding; make)
  make[3]: Nothing to be done for `all'.

1 个答案:

答案 0 :(得分:1)

看起来您使用make来处理git repo中的所有绑定(错误的目录级别)。

你应该做的是Flurry目录中的run make。这将只构建您想要的绑定 - 并且不需要您下载每个绑定库的每个需求。