Skip to content

Instantly share code, notes, and snippets.

@GouriKumari
Created July 6, 2016 22:11
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/34290582c6e444b631264f3a6fe4718c to your computer and use it in GitHub Desktop.
Save GouriKumari/34290582c6e444b631264f3a6fe4718c to your computer and use it in GitHub Desktop.
Build Log
Building: TestSingleViewLibraryProj (Debug|iPhone)
Build started 7/6/2016 6:10:05 PM.
__________________________________________________
Project "/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/TestClassLibrary.csproj" (Build target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: AnyCPU
Created directory "obj/Debug/"
Target _DetectAppManifest:
FindItemWithLogicalName Task
Items: <null>
LogicalName: Info.plist
ProjectDir: /Users/gouri/Projects/TestClassLibrary/TestClassLibrary
ResourcePrefix: Resources
Target _DetectSdkLocations:
DetectSdkLocations Task
TargetFrameworkIdentifier: Xamarin.iOS
TargetArchitectures: <null>
SdkVersion: 9.3
XamarinSdkRoot: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current
SdkRoot: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
SdkDevPath: /Applications/Xcode73.app/Contents/Developer
SdkUsrPath: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
SdkPlatform: iPhoneOS
SdkIsSimulator: False
Target _BeforeCoreCompileInterfaceDefinitions:
No input files were specified for target _BeforeCoreCompileInterfaceDefinitions, skipping.
Target _CoreCompileInterfaceDefinitions:
No input files were specified for target _CoreCompileInterfaceDefinitions, skipping.
Target _BeforeCoreCompileImageAssets:
No input files were specified for target _BeforeCoreCompileImageAssets, skipping.
Target _CoreCompileImageAssets:
No input files were specified for target _CoreCompileImageAssets, skipping.
Target _BeforeCoreCompileSceneKitAssets:
No input files were specified for target _BeforeCoreCompileSceneKitAssets, skipping.
Target _CoreCompileSceneKitAssets:
No input files were specified for target _CoreCompileSceneKitAssets, skipping.
Target _BeforeCompileTextureAtlases:
No input files were specified for target _BeforeCompileTextureAtlases, skipping.
Target _CoreCompileTextureAtlases:
No input files were specified for target _CoreCompileTextureAtlases, skipping.
Target _CollectBundleResources:
CollectBundleResources Task
BundleResources:
OptimizePropertyLists: True
OptimizePNGs: True
ProjectDir: /Users/gouri/Projects/TestClassLibrary/TestClassLibrary
ResourcePrefix: Resources
Target _CoreOptimizePngImages:
No output files were specified for target _CoreOptimizePngImages, skipping.
Target _CoreOptimizePropertyLists:
No input files were specified for target _CoreOptimizePropertyLists, skipping.
Target _CoreOptimizeLocalizationFiles:
No input files were specified for target _CoreOptimizeLocalizationFiles, skipping.
Target _PackLibraryResources:
PackLibraryResources Task
BundleResourcesWithLogicalNames: <null>
Prefix: monotouch
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/smcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/Debug/TestClassLibrary.dll MyClass.cs Properties/AssemblyInfo.cs obj/Debug/Xamarin.iOS,Version=v1.0.AssemblyAttribute.cs /target:library /define:"__UNIFIED__;__MOBILE__;__IOS__;DEBUG" /nostdlib /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll /warn:4
Target DeployOutputFiles:
Copying file from '/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/obj/Debug/TestClassLibrary.dll.mdb' to '/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug/TestClassLibrary.dll.mdb'
Copying file from '/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/obj/Debug/TestClassLibrary.dll' to '/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug/TestClassLibrary.dll'
Done building project "/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/TestClassLibrary.csproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:00.3843490
Build started 7/6/2016 6:10:06 PM.
__________________________________________________
Project "/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/TestSingleViewLibraryProj.csproj" (Build target(s)):
Target PrepareForBuild:
Configuration: Debug Platform: iPhone
Target _DetectAppManifest:
FindItemWithLogicalName Task
Items:
Info.plist
Entitlements.plist
LogicalName: Info.plist
ProjectDir: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj
ResourcePrefix: Resources
Target _ComputeTargetArchitectures:
ParseDeviceSpecificBuildInformation Task
Architectures: ARMv7, ARM64
IntermediateOutputPath: obj/iPhone/Debug/
OutputPath: bin/iPhone/Debug/
TargetiOSDevice: <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>device</key>
<dict>
<key>architecture</key>
<string>ARMv6, ARMv7, ARMv7s, ARM64</string>
<key>model</key>
<string>iPhone6,1</string>
<key>os-version</key>
<string>9.0</string>
</dict>
</dict>
</plist>
Target _DetectSdkLocations:
DetectSdkLocations Task
TargetFrameworkIdentifier: Xamarin.iOS
TargetArchitectures: ARM64
SdkVersion: 9.3
XamarinSdkRoot: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current
SdkRoot: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
SdkDevPath: /Applications/Xcode73.app/Contents/Developer
SdkUsrPath: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
SdkPlatform: iPhoneOS
SdkIsSimulator: False
Target _CoreCompileInterfaceDefinitions:
IBTool Task
AppManifest: Info.plist
InterfaceDefinitions:
LaunchScreen.storyboard
Main.storyboard
IntermediateOutputPath: obj/iPhone/Debug/build-iphone6.1-9.0/
IsWatchApp: False
IsWatch2App: False
ProjectDir: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj
ResourcePrefix: Resources
SdkBinPath: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
SdkPlatform: iPhoneOS
SdkRoot: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
SdkVersion: 9.3
Tool /Applications/Xcode73.app/Contents/Developer/usr/bin/ibtool execution started with arguments: --errors --warnings --notices --output-format xml1 --minimum-deployment-target 8.3 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk --compilation-directory /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/LaunchScreen.storyboard
Tool /Applications/Xcode73.app/Contents/Developer/usr/bin/ibtool execution started with arguments: --errors --warnings --notices --output-format xml1 --minimum-deployment-target 8.3 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk --compilation-directory /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/Main.storyboard
BundleResources Output:
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
OutputManifests Output:
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool-manifests/LaunchScreen.storyboardc
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool-manifests/Main.storyboardc
Target _CoreCompileImageAssets:
ACTool Task
AppManifest: Info.plist
DeviceModel: iPhone6,1
DeviceOSVersion: <null>
ImageAssets:
Assets.xcassets/AppIcons.appiconset/Contents.json
Assets.xcassets/Contents.json
IntermediateOutputPath: obj/iPhone/Debug/build-iphone6.1-9.0/
IsWatchApp: False
OptimizePNGs: True
OutputPath: bin/iPhone/Debug/build-iphone6.1-9.0/
ProjectDir: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj
ResourcePrefix: Resources
SdkBinPath: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
SdkPlatform: iPhoneOS
SdkVersion: 9.3
Tool /Applications/Xcode73.app/Contents/Developer/usr/bin/actool execution started with arguments: --errors --warnings --notices --output-format xml1 --output-partial-info-plist /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/actool/partial-info.plist --app-icon AppIcons --compress-pngs --filter-for-device-model iPhone6,1 --target-device iphone --target-device ipad --minimum-deployment-target 8.3 --platform iphoneos --compile /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/actool/bundle /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/Assets.xcassets
Target _CollectColladaAssets:
CollectBundleResources Task
BundleResources: <null>
OptimizePropertyLists: False
OptimizePNGs: False
ProjectDir: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj
ResourcePrefix: Resources
Target _CoreCompileColladaAssets:
No input files were specified for target _CoreCompileColladaAssets, skipping.
Target _BeforeCoreCompileSceneKitAssets:
No input files were specified for target _BeforeCoreCompileSceneKitAssets, skipping.
Target _CoreCompileSceneKitAssets:
No input files were specified for target _CoreCompileSceneKitAssets, skipping.
Target _BeforeCompileTextureAtlases:
No input files were specified for target _BeforeCompileTextureAtlases, skipping.
Target _CoreCompileTextureAtlases:
No input files were specified for target _CoreCompileTextureAtlases, skipping.
Target _CollectBundleResources:
CollectBundleResources Task
BundleResources:
OptimizePropertyLists: True
OptimizePNGs: True
ProjectDir: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj
ResourcePrefix: Resources
Target _CoreOptimizePngImages:
No output files were specified for target _CoreOptimizePngImages, skipping.
Target _CoreOptimizePropertyLists:
No input files were specified for target _CoreOptimizePropertyLists, skipping.
Target _CoreOptimizeLocalizationFiles:
No input files were specified for target _CoreOptimizeLocalizationFiles, skipping.
Target _UnpackLibraryResources:
UnpackLibraryResources Task
Prefix: monotouch
IntermediateOutputPath: obj/iPhone/Debug/build-iphone6.1-9.0/
NoOverwrite:
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
ReferencedLibraries:
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll
/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug//TestClassLibrary.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
Target CopyFilesMarkedCopyLocal:
Copying file from '/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug/TestClassLibrary.dll' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/TestClassLibrary.dll'
Copying file from '/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug/TestClassLibrary.dll.mdb' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/TestClassLibrary.dll.mdb'
Target GenerateSatelliteAssemblies:
No input files were specified for target GenerateSatelliteAssemblies, skipping.
Target CoreCompile:
Tool /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/smcs execution started with arguments: /noconfig /debug:full /debug+ /optimize- /out:obj/iPhone/Debug/TestSingleViewLibraryProj.exe Main.cs AppDelegate.cs ViewController.cs ViewController.designer.cs obj/iPhone/Debug/Xamarin.iOS,Version=v1.0.AssemblyAttribute.cs /target:exe /define:"__UNIFIED__;__MOBILE__;__IOS__;DEBUG;ENABLE_TEST_CLOUD" /nostdlib /platform:x86 /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll /reference:/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug//TestClassLibrary.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll /warn:4
Target DeployOutputFiles:
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/TestSingleViewLibraryProj.exe.mdb' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/TestSingleViewLibraryProj.exe.mdb'
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/TestSingleViewLibraryProj.exe' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/TestSingleViewLibraryProj.exe'
Target _DetectSigningIdentity:
DetectSigningIdentity Task
AppBundleName: TestSingleViewLibraryProj
AppManifest: Info.plist
Keychain: <null>
ProvisioningProfile: <null>
RequireCodesigning: True
SdkPlatform: iPhoneOS
SdkIsSimulator: False
SigningKey: iPhone Developer
Multiple provisioning profiles match the bundle identifier; using the first match.
1. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (170d0543-4a53-4e5e-bc90-db98ae81546b)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
2. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (a1a97981-c4f9-4153-8533-fb60e0b3bd66)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
3. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (fda35ec1-5ef6-4a6f-8ac1-f9434f6d4dcb)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
4. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (36f7b786-3ddc-4aee-a049-7a7f70c1da1d)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
5. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (3fec2d0d-e208-4a3d-8238-490ebc258e50)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
6. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (edc1057a-6c19-4842-aa0a-0c26ae7ef5bc)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
7. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (ac478ce6-1a98-45c3-bb7d-2434ac5367f4)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
8. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (83799672-aa90-41c5-9f9c-435ec55ff310)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
9. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (eed61259-7fe8-446e-92bb-b023c4d74480)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
10. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (cf8671da-0afe-4ce8-ab02-7006815e37d5)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
11. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (3dcb8357-b9aa-4f2f-a086-c539770f0d85)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
12. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (fc2ef34d-8073-435f-9cfb-be3230a79fb6)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
13. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (4226ad40-a5e2-4bac-b718-efdaa7cd4814)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
14. Provisioning Profile: "TestRegistration4" (0a701603-c524-4c42-a17e-f916bbd91c97)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
15. Provisioning Profile: "TestRegistration3" (c2ee3207-5d46-4aae-a6dc-4d2b2defec23)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
16. Provisioning Profile: "TestRegistration2" (bd742cf3-f722-43d2-afae-d3176537f34a)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
17. Provisioning Profile: "TestRegistration1" (8aa5decb-c14a-445e-a818-9d0d13cd823a)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
18. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (aece12af-f6cf-480a-b4e2-e3a0f62b0b30)
Signing Identity: "iPhone Developer: Xamarin QA (JP4JS5NR3R)"
19. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (54727b78-ed29-4ac4-9234-b323d8373778)
Signing Identity: "iPhone Developer: Xamarin QA (JP4JS5NR3R)"
20. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (d4cc7000-65d4-498b-85de-a3564972d5d1)
Signing Identity: "iPhone Developer: Xamarin QA (JP4JS5NR3R)"
21. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (e118f630-0e23-408e-a836-b305d69ebb11)
Signing Identity: "iPhone Developer: Xamarin QA (JP4JS5NR3R)"
22. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (3c47a788-43a7-4500-bbd3-56e88f6b8dfa)
Signing Identity: "iPhone Developer: Xamarin QA (JP4JS5NR3R)"
23. Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (5ca37c86-c34a-49bc-b02a-5d07a000c42f)
Signing Identity: "iPhone Developer: Xamarin QA (JP4JS5NR3R)"
24. Provisioning Profile: "Shruti" (62be2c4c-25cf-466c-8492-d1465705a48c)
Signing Identity: "iPhone Developer: Xamarin QA (JP4JS5NR3R)"
25. Provisioning Profile: "TestRegistration" (252fd4ce-f240-4d05-9b92-6a6e107b0fbf)
Signing Identity: "iPhone Developer: Gouri Kumari (VR84WSRKKA)"
Detected signing identity:
Code Signing Key: "iPhone Developer: Gouri Kumari (VR84WSRKKA)" (ED46ED9068268C42094336DBFDFBB63531862E56)
Provisioning Profile: "iOS Team Provisioning Profile: com.xamarin.*" (170d0543-4a53-4e5e-bc90-db98ae81546b)
Bundle Id: com.xamarin.testsingleview
App Id: 2TU993NY9J.com.xamarin.testsingleview
Target _ComputeBundleResourceOutputPaths:
ComputeBundleResourceOutputPaths Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
BundleIdentifier: com.xamarin.testsingleview
BundleResources:
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
IntermediateOutputPath: obj/iPhone/Debug/build-iphone6.1-9.0/
OutputPath: bin/iPhone/Debug/build-iphone6.1-9.0/
Target _CopyResourcesToBundle:
SmartCopy Task
DestinationFiles:
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/LaunchScreen.storyboardc/Info.plist
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Main.storyboardc/Info.plist
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
DestinationFolder:
SourceFiles:
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/Info.plist
obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
Creating directory '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/LaunchScreen.storyboardc'
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/LaunchScreen.storyboardc/01J-lp-oVM-view-Ze5-6b-2t3.nib'
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/Info.plist' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/LaunchScreen.storyboardc/Info.plist'
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/LaunchScreen.storyboardc/UIViewController-01J-lp-oVM.nib'
Creating directory '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Main.storyboardc'
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib'
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/Info.plist' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Main.storyboardc/Info.plist'
Copying file from '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib' to '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Main.storyboardc/UIViewController-BYZ-38-t0r.nib'
Target _CreateAssetPackManifest:
CreateAssetPackManifest Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
InitialInstallTags: <null>
OutputPath: bin/iPhone/Debug/build-iphone6.1-9.0/
PrefetchOrder: <null>
Target _CompileEntitlements:
CompileEntitlements Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
AppIdentifier: 2TU993NY9J.com.xamarin.testsingleview
BundleIdentifier: com.xamarin.testsingleview
CompiledEntitlements: obj/iPhone/Debug/build-iphone6.1-9.0/Entitlements.xcent
Entitlements: Entitlements.plist
IsAppExtension: False
ProvisioningProfile: 170d0543-4a53-4e5e-bc90-db98ae81546b
SdkVersion: 9.3
Target _CompileAppManifest:
CompileAppManifest Task
AppBundleName: TestSingleViewLibraryProj
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
AppManifest: Info.plist
Architecture: ARMv7, ARM64
AssemblyName: TestSingleViewLibraryProj
BundleIdentifier: com.xamarin.testsingleview
DefaultSdkVersion: 9.3
IsAppExtension: False
IsWatchApp: False
IsWatchExtension: False
PartialAppManifests:
obj/iPhone/Debug/build-iphone6.1-9.0/actool/partial-info.plist
ResourceRules: <null>
SdkPlatform: iPhoneOS
SdkIsSimulator: False
TargetFrameworkIdentifier: Xamarin.iOS
Target _GetNativeExecutableName:
GetNativeExecutableName Task
AppManifest: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Info.plist
Target _CompileToNative:
MTouch Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
AppExtensionReferences:
AppManifest: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/Info.plist
Architectures: ARM64
BitcodeEnabled: False
CompiledEntitlements: obj/iPhone/Debug/build-iphone6.1-9.0/Entitlements.xcent
Debug: True
EnableGenericValueTypeSharing: True
Entitlements: Entitlements.plist
ExecutableName: TestSingleViewLibraryProj
ExtraArgs: <null>
FastDev: True
HttpClientHandler: HttpClientHandler
I18n: <null>
IntermediateOutputPath: obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache
IsAppExtension: False
LinkerDumpDependencies: False
LinkMode: SdkOnly
MainAssembly: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug//TestSingleViewLibraryProj.exe
NativeReferences: <null>
OutputPath: bin/iPhone/Debug/build-iphone6.1-9.0/
Profiling: True
ProjectDir: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj
References:
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll
/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug//TestClassLibrary.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
/Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug//TestClassLibrary.dll
SdkIsSimulator: False
SdkRoot: /Applications/Xcode73.app/Contents/Developer
SdkVersion: 9.3
SymbolsList: obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-symbols.list
TargetFrameworkIdentifier: Xamarin.iOS
TLSProvider: Default
UseFloat32: True
UseLlvm: False
UseRefCounting: True
UseSGen: True
UseThumb: False
Verbosity: 2
Tool /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch execution started with arguments: --cache /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache --dev /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app --executable TestSingleViewLibraryProj --fastdev --debug --profiling --linksdkonly --sdkroot /Applications/Xcode73.app/Contents/Developer --sdk 9.3 --targetver 8.3 --aot-options=-O=float32 --new-refcount --http-message-handler=HttpClientHandler --tls-provider=default --abi=arm64 --symbollist /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-symbols.list --dsym=no -r /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll -r /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll -r /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll -r /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll -r /Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug/TestClassLibrary.dll -r /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll -r /Users/gouri/Projects/TestClassLibrary/TestClassLibrary/bin/Debug/TestClassLibrary.dll --target-framework Xamarin.iOS,v1.0 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug//TestSingleViewLibraryProj.exe -v -v
Using Xcode 7.3.1 found in /Applications/Xcode73.app/Contents/Developer
Xamarin.iOS 9.8.1.4 (c7sr0: 3cf8aae) using framework: /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/TestSingleViewLibraryProj.exe to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/TestSingleViewLibraryProj.exe
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/TestSingleViewLibraryProj.exe.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/TestSingleViewLibraryProj.exe.mdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/64bits/Xamarin.iOS.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/Xamarin.iOS.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/64bits/Xamarin.iOS.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/Xamarin.iOS.dll.mdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/mscorlib.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/mscorlib.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/mscorlib.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/mscorlib.dll.mdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/System.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/System.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/System.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/System.dll.mdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/System.Xml.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/System.Xml.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/System.Xml.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/System.Xml.dll.mdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/System.Core.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/System.Core.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/System.Core.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/System.Core.dll.mdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/Mono.Dynamic.Interpreter.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/Mono.Dynamic.Interpreter.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/mono/2.1/Mono.Dynamic.Interpreter.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Link/Mono.Dynamic.Interpreter.dll.mdb
Linking SDK only for assembly /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug//TestSingleViewLibraryProj.exe into /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/TestSingleViewLibraryProj.exe to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/TestSingleViewLibraryProj.exe
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/TestSingleViewLibraryProj.exe.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/TestSingleViewLibraryProj.exe.mdb
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/Xamarin.iOS.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/Xamarin.iOS.dll
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/Xamarin.iOS.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/Xamarin.iOS.dll.mdb
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/mscorlib.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/mscorlib.dll
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/mscorlib.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/mscorlib.dll.mdb
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/System.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/System.dll
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/PreBuild/System.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/System.dll.mdb
MONO_PATH=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm64-darwin-mono-sgen --debug -O=gsharedvt -O=float32 --aot=mtriple=arm64-ios,data-outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.arm64.aotdata,static,asmonly,direct-icalls,full,dwarfdebug,no-direct-calls,outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.dll.arm64.s "/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/System.dll"
MONO_PATH=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm64-darwin-mono-sgen --debug -O=gsharedvt -O=float32 --aot=mtriple=arm64-ios,data-outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.arm64.aotdata,static,asmonly,direct-icalls,full,dwarfdebug,no-direct-calls,outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.dll.arm64.s "/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/mscorlib.dll"
MONO_PATH=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm64-darwin-mono-sgen --debug -O=gsharedvt -O=float32 --aot=mtriple=arm64-ios,data-outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.arm64.aotdata,static,asmonly,direct-icalls,full,dwarfdebug,no-direct-calls,outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.dll.arm64.s "/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/Xamarin.iOS.dll"
MONO_PATH=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm64-darwin-mono-sgen --debug -O=gsharedvt -O=float32 --aot=mtriple=arm64-ios,data-outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.arm64.aotdata,static,asmonly,direct-icalls,full,soft-debug,dwarfdebug,no-direct-calls,outfile=/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.exe.arm64.s "/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/TestSingleViewLibraryProj.exe"
Mono Ahead of Time compiler - compiling assembly /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/Xamarin.iOS.dll
Code: 240244(63%) Info: 6291(1%) Ex Info: 97190(25%) Unwind Info: 3803(1%) Class Info: 8577(2%) PLT: 969(0%) GOT Info: 13912(3%) Offsets: 6727(1%) GOT: 13808
Compiled: 1390/1390 (100%), No GOT slots: 669 (48%), Direct calls: 301 (20%)
Output file: '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.dll.arm64.s'.
Linking symbol: '_mono_aot_module_Xamarin_iOS_info'.
JIT time: 144 ms, Generation time: 125 ms, Assembly+Link time: 0 ms.
Mono Ahead of Time compiler - compiling assembly /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/TestSingleViewLibraryProj.exe
Code: 2168(54%) Info: 46(1%) Ex Info: 718(18%) Unwind Info: 76(1%) Class Info: 526(13%) PLT: 7(0%) GOT Info: 286(7%) Offsets: 160(4%) GOT: 296
Compiled: 15/15 (100%), No GOT slots: 0 (0%), Direct calls: 0 (100%)
Output file: '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.exe.arm64.s'.
Linking symbol: '_mono_aot_module_TestSingleViewLibraryProj_info'.
JIT time: 1 ms, Generation time: 1 ms, Assembly+Link time: 0 ms.
/Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -framework Foundation -framework UIKit /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.dylib /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.dylib -lz -isysroot /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.3 -arch arm64 -shared -read_only_relocs suppress -install_name @executable_path/libXamarin.iOS.dll.dylib -fapplication-extension -o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.dll.arm64.dylib -x assembler /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.dll.arm64.s -DDEBUG
/Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -framework Foundation -framework UIKit /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.dylib /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.dylib -lz -isysroot /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.3 -arch arm64 -shared -read_only_relocs suppress -install_name @executable_path/libTestSingleViewLibraryProj.exe.dylib -fapplication-extension -o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.exe.arm64.dylib -x assembler /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.exe.arm64.s -DDEBUG
/Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Wno-receiver-forward-class -gdwarf-2 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.3 -arch arm64 -c -o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/registrar.arm64.o -x objective-c++ /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/registrar.m -DDEBUG
Mono Ahead of Time compiler - compiling assembly /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/mscorlib.dll
Code: 1166508(63%) Info: 25466(1%) Ex Info: 495473(26%) Unwind Info: 7861(0%) Class Info: 14965(0%) PLT: 4864(0%) GOT Info: 112374(6%) Offsets: 25484(1%) GOT: 58936
Compiled: 5632/5632 (100%), No GOT slots: 3756 (66%), Direct calls: 2475 (30%)
Output file: '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.dll.arm64.s'.
Linking symbol: '_mono_aot_module_mscorlib_info'.
JIT time: 604 ms, Generation time: 1321 ms, Assembly+Link time: 38 ms.
/Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -framework Foundation -framework UIKit /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.dylib /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.dylib -lz -isysroot /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.3 -arch arm64 -shared -read_only_relocs suppress -install_name @executable_path/libmscorlib.dll.dylib -fapplication-extension -o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.dll.arm64.dylib -x assembler /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.dll.arm64.s -DDEBUG
Mono Ahead of Time compiler - compiling assembly /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/System.dll
Code: 412(31%) Info: 9(0%) Ex Info: 231(17%) Unwind Info: 52(3%) Class Info: 103(7%) PLT: 6(0%) GOT Info: 394(29%) Offsets: 123(9%) GOT: 168
Compiled: 4/4 (100%), No GOT slots: 3 (75%), Direct calls: 0 (100%)
Output file: '/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.dll.arm64.s'.
Linking symbol: '_mono_aot_module_System_info'.
JIT time: 0 ms, Generation time: 0 ms, Assembly+Link time: 0 ms.
/Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -gdwarf-2 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/include -isysroot /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.3 -arch arm64 -c -o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/main.arm64.o -x objective-c++ /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/main.arm64.m -DMONOTOUCH -DDEBUG
/Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -framework Foundation -framework UIKit /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.dylib /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.dylib -lz -isysroot /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.3 -arch arm64 -shared -read_only_relocs suppress -install_name @executable_path/libSystem.dll.dylib -fapplication-extension -o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.dll.arm64.dylib -x assembler /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.dll.arm64.s -DDEBUG
/Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -framework UIKit -framework Foundation -framework CoreGraphics -weak_framework CFNetwork /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.dylib /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.dylib /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/registrar.arm64.o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/main.arm64.o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.exe.arm64.dylib /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.dll.arm64.dylib /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.dll.arm64.dylib /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.dll.arm64.dylib /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmono-profiler-log.dylib -force_load /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libapp.a -Wl,-pie -arch arm64 -miphoneos-version-min=8.3 -isysroot /Applications/Xcode73.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -lz -o /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/TestSingleViewLibraryProj -liconv -dead_strip -u _UIApplicationMain -u _xamarin_release_managed_ref -u _xamarin_create_managed_ref -u _xamarin_get_block_descriptor -u _xamarin_timezone_get_data -u _xamarin_log -u _mono_pmip
/usr/bin/lipo /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.exe.arm64.dylib -create -output /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libTestSingleViewLibraryProj.exe.dylib
/usr/bin/lipo /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.dll.arm64.dylib -create -output /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libXamarin.iOS.dll.dylib
/usr/bin/lipo /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.dll.arm64.dylib -create -output /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmscorlib.dll.dylib
/usr/bin/lipo /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.dll.arm64.dylib -create -output /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libSystem.dll.dylib
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/TestSingleViewLibraryProj.arm64.aotdata to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/TestSingleViewLibraryProj.arm64.aotdata
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Xamarin.iOS.arm64.aotdata to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/Xamarin.iOS.arm64.aotdata
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/mscorlib.arm64.aotdata to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/mscorlib.arm64.aotdata
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/System.arm64.aotdata to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/System.arm64.aotdata
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.dylib to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmonosgen-2.0.dylib
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmono-profiler-log.dylib to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmono-profiler-log.dylib
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.dylib to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libxamarin-debug.dylib
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/TestSingleViewLibraryProj.exe to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/TestSingleViewLibraryProj.exe
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/TestSingleViewLibraryProj.exe.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/TestSingleViewLibraryProj.exe.mdb
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/Xamarin.iOS.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/Xamarin.iOS.dll
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/Xamarin.iOS.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/Xamarin.iOS.dll.mdb
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/mscorlib.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/mscorlib.dll
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/mscorlib.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/mscorlib.dll.mdb
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/System.dll to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/System.dll
Copied /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/mtouch-cache/Build/System.dll.mdb to /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/.monotouch-64/System.dll.mdb
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app built successfully.
Target _CompileITunesMetadata:
CompileITunesMetadata Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
ITunesMetadata: <null>
OutputPath: bin/iPhone/Debug/build-iphone6.1-9.0/iTunesMetadata.plist
Target _CollectITunesArtwork:
CollectITunesArtwork Task
ITunesArtwork: <null>
Target _CopyITunesArtwork:
No input files were specified for target _CopyITunesArtwork, skipping.
Target _CreateDebugSettings:
CreateDebugSettings Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
DebuggerPort: 10000
Target _CreateDebugConfiguration:
CreateDebugConfiguration Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
DebugOverWiFi: False
DebuggerHosts: <null>
DebuggerPort: 10000
SdkIsSimulator: False
Target _CreatePkgInfo:
CreatePkgInfo Task
OutputPath: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/PkgInfo
Target _ParseExtraMtouchArgs:
ParseExtraMtouchArgs Task
ExtraArgs: <null>
NoSymbolStrip: False
NoDSymUtil: <null>
NoSymbolStrip Output: False
NoDSymUtil Output: false
Target _CollectFrameworks:
CollectFrameworks Task
AppBundlePath: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/
No Frameworks directory found.
Target _GenerateFrameworkDebugSymbols:
No input files were specified for target _GenerateFrameworkDebugSymbols, skipping.
Target _GenerateDebugSymbols:
DSymUtil Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
Architectures: ARM64
DSymDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app.dSYM
Executable: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/TestSingleViewLibraryProj
Tool /usr/bin/dsymutil execution started with arguments: -t 4 -z -o bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app.dSYM bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/TestSingleViewLibraryProj
SpotlightIndexer Task
Input: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/../
Tool /usr/bin/mdimport execution started with arguments: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/../
Target _ValidateAppBundle:
ValidateAppBundle Task
AppBundlePath: /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/
SdkIsSimulator: False
TargetFrameworkIdentifier: Xamarin.iOS
Target _EmbedMobileProvision:
EmbedMobileProvision Task
AppBundleDir: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
ProvisioningProfile: 170d0543-4a53-4e5e-bc90-db98ae81546b
Target _CodesignNativeLibraries:
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: <null>
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libSystem.dll.dylib
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libSystem.dll.dylib
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libSystem.dll.dylib: signed Mach-O universal (arm64) [libSystem.dll]
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: <null>
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libTestSingleViewLibraryProj.exe.dylib
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libTestSingleViewLibraryProj.exe.dylib
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libTestSingleViewLibraryProj.exe.dylib: signed Mach-O universal (arm64) [libTestSingleViewLibraryProj.exe]
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: <null>
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libXamarin.iOS.dll.dylib
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libXamarin.iOS.dll.dylib
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libXamarin.iOS.dll.dylib: signed Mach-O universal (arm64) [libXamarin.iOS.dll]
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: <null>
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmono-profiler-log.dylib
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmono-profiler-log.dylib
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmono-profiler-log.dylib: signed Mach-O universal (armv7 armv7s arm64) [libmono-profiler-log]
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: <null>
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmonosgen-2.0.dylib
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmonosgen-2.0.dylib
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmonosgen-2.0.dylib: signed Mach-O universal (armv7 armv7s arm64) [libmonosgen-2]
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: <null>
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmscorlib.dll.dylib
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmscorlib.dll.dylib
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libmscorlib.dll.dylib: signed Mach-O universal (arm64) [libmscorlib.dll]
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: <null>
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libxamarin-debug.dylib
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libxamarin-debug.dylib
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app/libxamarin-debug.dylib: signed Mach-O universal (i386 armv7 armv7s x86_64 arm64) [libxamarin-debug]
Target _CodesignAppBundle:
Codesign Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Entitlements: obj/iPhone/Debug/build-iphone6.1-9.0/Entitlements.xcent
Keychain: <null>
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
ResourceRules: <null>
SigningKey: ED46ED9068268C42094336DBFDFBB63531862E56
ExtraArgs: <null>
Tool /usr/bin/codesign execution started with arguments: -v --force --sign ED46ED9068268C42094336DBFDFBB63531862E56 --entitlements /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/obj/iPhone/Debug/build-iphone6.1-9.0/Entitlements.xcent /Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app: signed app bundle with Mach-O thin (arm64) [com.xamarin.testsingleview]
Target _CodesignVerify:
CodesignVerify Task
CodesignAllocate: /Applications/Xcode73.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
Resource: bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
Tool /usr/bin/codesign execution started with arguments: --verify -vvvv -R='anchor apple generic and certificate 1[field.1.2.840.113635.100.6.2.1] exists and (certificate leaf[field.1.2.840.113635.100.6.1.2] exists or certificate leaf[field.1.2.840.113635.100.6.1.4] exists)' bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app: valid on disk
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app: satisfies its Designated Requirement
bin/iPhone/Debug/build-iphone6.1-9.0/TestSingleViewLibraryProj.app: explicit requirement satisfied
Done building project "/Users/gouri/Projects/TestSingleViewLibraryProj/TestSingleViewLibraryProj/TestSingleViewLibraryProj.csproj".
Build succeeded.
0 Warning(s)
0 Error(s)
Time Elapsed 00:00:31.0454140
---------------------- Done ----------------------
Build successful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment