Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created February 12, 2014 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GouriKumari/5648df7d552be4d52a76 to your computer and use it in GitHub Desktop.
Save GouriKumari/5648df7d552be4d52a76 to your computer and use it in GitHub Desktop.
linksdk build
/Applications/Xamarin Studio.app/Contents/MacOS/mdtool build /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/linksdk.csproj "-c:Debug|iPhone"
MonoDevelop Build Tool
INFO:Found Xcode, version 5.0.2 (3335.32).
INFO:Found Xamarin.iOS, version 7.0.7.200.
Detecting signing identity...
Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (59988986-9BBA-48FF-BCB5-2A25CB77A86E)
Signing Identity: "iPhone Developer: Gouri Kumari (R4SWZ4XPK3)"
App ID: "7V723M9SQ5.com.xamarin.linksdk"
Performing main compilation...
/Library/Frameworks/Mono.framework/Versions/3.2.6/bin/mcs /noconfig "/r:/Developer/MonoTouch/usr/lib/mono/2.1/mscorlib.dll" -nostdlib "/out:/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/regressions.exe" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/MonoTouch.NUnitLite.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/Mono.Data.Sqlite.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Runtime.Serialization.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.ServiceModel.dll" "/r:/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/support.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/OpenTK.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.Linq.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Json.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Data.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.ServiceModel.Web.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Net.Http.dll" "/r:/Users/XamarinQA/GitRepo/monotouch/tests/BundledResources/bin/Debug/BundledResources.dll" "/r:/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" /nologo /warn:4 /debug:full /optimize- /codepage:utf8 "/define:DEBUG;__MOBILE__;__IOS__" /t:exe "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/Main.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AppDelegate.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/Bug1820Test.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/Bug2096Test.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/OptimizeGeneratedCodeTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AotBugs.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/CryptoTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/TaskTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkExtraDefsTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/PclTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AsyncTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/DataContractTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/CalendarTest.cs" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/DllImportTest.cs"
Compilation succeeded - 9 warning(s)
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(419,7): warning CS0618: `MonoTouch.UIKit.UIViewController.PresentModalViewController(MonoTouch.UIKit.UIViewController, bool)' is obsolete: `Deprecated in iOS 6.0, use PresentViewController (UIViewController, bool, NSAction) instead and set the ModalViewController property to true.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(420,7): warning CS0618: `MonoTouch.UIKit.UIViewController.PresentModalViewController(MonoTouch.UIKit.UIViewController, bool)' is obsolete: `Deprecated in iOS 6.0, use PresentViewController (UIViewController, bool, NSAction) instead and set the ModalViewController property to true.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(422,7): warning CS0618: `MonoTouch.UIKit.UIViewController.DismissModalViewControllerAnimated(bool)' is obsolete: `Deprecated in iOS 6.0, use DismissViewController (bool, NSAction) instead.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(423,7): warning CS0618: `MonoTouch.UIKit.UIViewController.DismissModalViewControllerAnimated(bool)' is obsolete: `Deprecated in iOS 6.0, use DismissViewController (bool, NSAction) instead.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AotBugs.cs(71,8): warning CS0219: The variable `cd' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AotBugs.cs(192,8): warning CS0219: The variable `x' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AotBugs.cs(203,8): warning CS0219: The variable `result' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/OptimizeGeneratedCodeTest.cs(92,10): warning CS0219: The variable `empty' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AsyncTest.cs(14,8): warning CS0219: The variable `foo' is assigned but its value is never used
Build complete -- 0 errors, 9 warnings
Compiling to native code
/Developer/MonoTouch/usr/bin/mtouch -sdkroot "/Applications/Xcode502.app/Contents/Developer" --cache "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache" --nomanifest --nosign -dev "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Core.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/MonoTouch.NUnitLite.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/Mono.Data.Sqlite.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Runtime.Serialization.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.ServiceModel.dll" -r "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/support.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/OpenTK.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Xml.Linq.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Json.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Data.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.ServiceModel.Web.dll" -r "/Developer/MonoTouch/usr/lib/mono/2.1/System.Net.Http.dll" -r "/Users/XamarinQA/GitRepo/monotouch/tests/BundledResources/bin/Debug/BundledResources.dll" -debug -linksdkonly -sdk "7.0" -targetver "4.2" --sgen --abi=armv7 "-v" "-v" "-new-refcount" "-xml=/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/extra-linker-defs.xml" "-aot" "nimt-trampolines=256" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/regressions.exe"
Xamarin.iOS 7.0.7.200 (1c0b5cd) Business Edition using framework: /Applications/Xcode502.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk
warning MT0030: The executable name (regressions.exe) and the app name (linksdk.app) are different, this may prevent crash logs from getting symbolicated properly.
Copied /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/regressions.exe to /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Link/regressions.exe
Copied /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/regressions.exe.mdb to /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Link/regressions.exe.mdb
Linking SDK only for assembly /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/regressions.exe into /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/PreBuild
Copied /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/PreBuild/regressions.exe to /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Build/regressions.exe
Copied /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/PreBuild/regressions.exe.mdb to /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Build/regressions.exe.mdb
MONO_PATH=/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Build /Developer/MonoTouch/usr/bin/arm-darwin-mono-sgen --debug -O=gsharedvt --aot=mtriple=armv7-ios,nimt-trampolines=256,full,static,asmonly,direct-icalls,soft-debug,dwarfdebug,no-direct-calls,iphone-abi,outfile=/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/regressions.exe.armv7.s "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Build/regressions.exe"
Mono Ahead of Time compiler - compiling assembly /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Build/regressions.exe
Code: 1044656 Info: 18972 Ex Info: 334856 Unwind Info: 5987 Class Info: 2193 PLT: 1531 GOT Info: 45086 GOT: 21404 Offsets: 16912
Compiled: 2224/2224 (100%), No GOT slots: 0 (0%), Direct calls: 526 (324%)
Output file: '/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/regressions.exe.armv7.s'.
Linking symbol: '_mono_aot_module_regressions_info'.
JIT time: 277 ms, Generation time: 376 ms, Assembly+Link time: 12 ms.
/Applications/Xcode502.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7 -isysroot /Applications/Xcode502.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk -Qunused-arguments -miphoneos-version-min=4.2 -c -o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/regressions.exe.armv7.o -x assembler /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/regressions.exe.armv7.s
/Applications/Xcode502.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Wl,-pie -miphoneos-version-min=4.2 -arch armv7 -isysroot /Applications/Xcode502.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.0.sdk /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/regressions.exe.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/monotouch.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/mscorlib.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Core.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Mono.Dynamic.Interpreter.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Numerics.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Xml.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/MonoTouch.NUnitLite.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/MonoTouch.Dialog-1.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Json.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/BundledResources.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Runtime.Serialization.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Mono.Data.Sqlite.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Data.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Transactions.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.ServiceModel.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/support.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/OpenTK.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Xml.Linq.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.ServiceModel.Web.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/System.Net.Http.dll.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/registrar.armv7.o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/main.armv7.o -o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app/regressions -framework CFNetwork -framework AddressBook -framework QuartzCore -framework CoreData -framework CoreGraphics -framework Foundation -framework CoreVideo -framework OpenGLES -framework UIKit -framework AddressBookUI -framework MapKit -weak_framework CoreBluetooth -lz -liconv -u _mono_pmip -u _monotouch_release_managed_ref -u _monotouch_create_managed_ref -u _xamarin_get_block_descriptor -u _monotouch_IntPtr_objc_msgSend_IntPtr -u _CreateZStream -u _CloseZStream -u _Flush -u _ReadZStream -u _WriteZStream -u _monotouch_start_wwan -u _monotouch_timezone_get_data -u _monotouch_log -u _monotouch_get_locale_country_code /Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.a /Developer/MonoTouch/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonotouch-sgen-debug.a -dead_strip
/usr/bin/dsymutil /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app/regressions -t 4 -z -o /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app.dSYM
/usr/bin/mdimport /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app.dSYM
Copied /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Build/regressions.exe to /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app/regressions.exe
Copied /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/obj/iPhone/Debug/mtouch-cache/Build/regressions.exe.mdb to /Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app/regressions.exe.mdb
linksdk.app built successfully.
Extracting embedded content
Updating application manifest
Updating debug configuration file
Updating debug settings manifest
Embedding provisioning profile
Processing entitlements file
Preparing resources rules
Signing application
codesign -v -f -s "6E37FD024D2D60BE1F04B99545BAAB9D2CB45FF3" "--resource-rules=/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app/ResourceRules.plist" --entitlements "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/regressions.xcent" "/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app"
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/bin/iPhone/Debug/linksdk.app: signed bundle with Mach-O thin (armv7) [com.xamarin.linksdk]
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(419,7) : warning CS0618: `MonoTouch.UIKit.UIViewController.PresentModalViewController(MonoTouch.UIKit.UIViewController, bool)' is obsolete: `Deprecated in iOS 6.0, use PresentViewController (UIViewController, bool, NSAction) instead and set the ModalViewController property to true.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(420,7) : warning CS0618: `MonoTouch.UIKit.UIViewController.PresentModalViewController(MonoTouch.UIKit.UIViewController, bool)' is obsolete: `Deprecated in iOS 6.0, use PresentViewController (UIViewController, bool, NSAction) instead and set the ModalViewController property to true.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(422,7) : warning CS0618: `MonoTouch.UIKit.UIViewController.DismissModalViewControllerAnimated(bool)' is obsolete: `Deprecated in iOS 6.0, use DismissViewController (bool, NSAction) instead.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/LinkSdkRegressionTest.cs(423,7) : warning CS0618: `MonoTouch.UIKit.UIViewController.DismissModalViewControllerAnimated(bool)' is obsolete: `Deprecated in iOS 6.0, use DismissViewController (bool, NSAction) instead.'
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AotBugs.cs(71,8) : warning CS0219: The variable `cd' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AotBugs.cs(192,8) : warning CS0219: The variable `x' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AotBugs.cs(203,8) : warning CS0219: The variable `result' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/OptimizeGeneratedCodeTest.cs(92,10) : warning CS0219: The variable `empty' is assigned but its value is never used
/Users/XamarinQA/GitRepo/monotouch/tests/linksdk/AsyncTest.cs(14,8) : warning CS0219: The variable `foo' is assigned but its value is never used
warning MT0030: The executable name (regressions.exe) and the app name (linksdk.app) are different, this may prevent crash logs from getting symbolicated properly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment