I am using mdtool to build an iOS app, but when installed to an iOS device it crashes. When building the same app in Xamarin studio, it works correctly. I looked into the differences in console output between the two build processes and the output is almost the same. I did a diff on the files in the .app package and the binary files seem to be different. Below is some information about my environment:
Xamarin Studio Version 4.0.9 (build 12) Runtime: Mono 3.0.12 ((no/d6c5db8) GTK 2.24.18 GTK# (2.12.0.0) Package version: 300120000
Apple Developer Tools Xcode 4.6.2 (2067.2) Build 4H1003
Xamarin.iOS Version: 6.3.6.77 (Business Edition) Hash: fa63be7 Branch: Build date: 2013-17-06 20:54:24-0400
I have attached two text files with the output from each build process. (Note: using adhoc build). Does anyone have any ideas of what might be going on?