Reputation: 68800
I added the FlurryAnalytics.dll
from the mono-monotouch-bindings
project in GitHub. But when I compile I get this compiler error that is a big baffling.
/var/folders/15/47k2732n643g9dcrz5sncc6c0000gn/T/tmp30974428.tmp/
libFlurryAnalytics.a, file too small for architecture i386
collect2: ld returned 1 exit status
Any way around this?
Upvotes: 3
Views: 861
Reputation: 3134
The current library was incorrectly built. I will push the correct version tonight.
In the meantime, add libFlurryAnalytics.a back to the directory and run the makefile using the make
command. You can find libFlurryAnalytics.a from the SDK Download Provided by Flurry.
Upvotes: 4