2014-03-31 1 views
0

이전 버전에서는 dll을 성공적으로 만들었지 만 이제는 최신 Flurry 즉, 4.4.0 SDK를 다운로드했습니다.Flurry SDK 4.4.0에 대한 Flurry analytics dll 만들기 (모노 터치 통합 용)

나는 아래의 링크 Integrate Flurry Analytics into a MonoTouch app에 나와있는 지침에 따라 .dll을 만들고 있지만 터미널에 아래 오류가 있습니다. 당신이 자식의 repo (잘못된 디렉토리 레벨)에있는 모든 바인딩에 대한 make을 예전처럼

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

며칠 전에 https://github.com/mono/monotouch-bindings/tree/master/FlurryAnalytics에서 샘플 프로젝트를 성공적으로 완료했습니다. 도움이되기를 바랍니다. – choper

+0

나는 또한 이전 버전에서 성공적으로 통합되었지만 최신 버전에서는 바인딩 및 최신 flurry SDK에서 DLL을 생성하는 동안 오류가 발생했습니다. –

답변

1

는 것 같습니다.

Flurry 디렉토리에 make이 실행되어야합니다. 그러면 원하는 바인딩 만 빌드되며 모든 바인딩 된 라이브러리의 모든 요구 사항을 다운로드 할 필요가 없습니다.

관련 문제