Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Google Analytics make error 'monotouch.dll' could not be found #139

Closed
petemill opened this issue May 17, 2013 · 2 comments
Closed

Google Analytics make error 'monotouch.dll' could not be found #139

petemill opened this issue May 17, 2013 · 2 comments

Comments

@petemill
Copy link

When attempting to make the GoogleAnalytics binding, the following output is received, with missing reference:

(cd binding; make)
curl -O http://dl.google.com/dl/gaformobileapps/googleanalyticsios.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 2557k  100 2557k    0     0  1734k      0  0:00:01  0:00:01 --:--:-- 2333k
unzip -p GoogleAnalyticsiOS.zip 'GoogleAnalyticsiOS_2.0beta*/Library/libGoogleAnalytics.a' > libGoogleAnalytics.a
mkdir -p ios
/Developer/MonoTouch/usr/bin/btouch --out=GoogleAnalytics.dll -e googleanalytics.cs enums.cs --sourceonly=list --tmpdir=ios
/Developer/MonoTouch/usr/bin/smcs -unsafe -target:library -nowarn:436 -nowarn:219 -out:GoogleAnalytics.dll @list enums.cs extras.cs AssemblyInfo.cs -r:monotouch.dll -res:libGoogleAnalytics.a,libGoogleAnalytics.a
error CS0006: Metadata file `monotouch.dll' could not be found
Compilation failed: 1 error(s), 0 warnings 
make[1]: *** [GoogleAnalytics.dll] Error 1 
make: *** [build-binding] Error 2
petemill added a commit to petemill/monotouch-bindings that referenced this issue May 20, 2013
…fixes mono#139

Fixes issue when using mono 3 and not finding hardcoded path to other
mono version
petemill added a commit to petemill/monotouch-bindings that referenced this issue May 20, 2013
petemill added a commit to petemill/monotouch-bindings that referenced this issue May 20, 2013
…like policy of this repo is not to include these. To fix mono#139
@laktak
Copy link

laktak commented Aug 6, 2013

Could somebody merge the pull request?

@petemill - thanks!

@dalexsoto
Copy link
Member

This must be fixed in latest version. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants