HELP Xamarin IOS error with iOSSample

Can anyone Help me Please?

When I try to compile your iOS Sample in a device present the following error if I use the emulator or Android  doesn't show the error

 

MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: UAWalletAction. The symbol '_OBJC_CLASS_$_UAWalletAction' could not be found in any of the libraries or frameworks linked with your application.
MTOUCH: error MT5202: Native linking failed. Please review the build log.
Task "MTouch" execution -- FAILED

 

Can anyone Help me Please?

Didn't find what you were looking for?

New post

Comments

15 comments

  • Hello Mario,

    Thank you for posting this question. My name is Mike and I am with Urban Airship's Technical Support team.

    There was a known bug that caused similar problems which was fixed with our iOS SDK version 7.2.0.  Here is a link to the iOS changelog that documents the error & fix.

    Updating Urban Airship's Xamarin components to version 2.2 should resolve the issue.  Here is a link to the download page.

    Please let me know if this resolves the issue,

    Mike
    Technical Support Engineer
    Portland Oregon

    Comment actions Permalink
    0
  • Hi Mike,

    I already updated to the new version I Clean all and Rebuild All and this issue persist.

    Comment actions Permalink
    0
  • Hi Mario,

    Let's try a few more things:

    • Remove the Urban Airship Component before adding the latest version.
      • To do this, right click on the Components folder > Edit Components... then click the Remove link under your current version.
    • Update Xamarin Studio

     

    Should neither of these work, could you post your build log?

    Please let me know if this resolves the issue,

    Mike
    Technical Support Engineer
    Portland Oregon

    Comment actions Permalink
    0
  • Hi Mike,

    didn't work I even restar the system after update Xamarin studio and before add the latest version, below the build log

     

     


    Building: Sample (Debug|iPhone)

    Build started 7/6/2016 6:47:42 AM.
    __________________________________________________
    Project "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/Sample.csproj" (Build target(s)):

    Target PrepareForBuild:
    Configuration: Debug Platform: iPhone

    Target _DetectAppManifest:
    FindItemWithLogicalName Task
    Items:
    Info.plist
    Entitlements.plist
    packages.config
    LogicalName: Info.plist
    ProjectDir: /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample
    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</string>
    <key>model</key>
    <string>iPhone5,1</string>
    <key>os-version</key>
    <string>9.3.2</string>
    </dict>
    </dict>
    </plist>


    Target _DetectSdkLocations:
    DetectSdkLocations Task
    TargetFrameworkIdentifier: Xamarin.iOS
    TargetArchitectures: ARMv7
    SdkVersion: 9.3
    XamarinSdkRoot: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current
    SdkRoot: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
    SdkDevPath: /Applications/Xcode.app/Contents/Developer
    SdkUsrPath: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
    SdkPlatform: iPhoneOS
    SdkIsSimulator: False

    Target _BeforeCoreCompileInterfaceDefinitions:
    Skipping target "_BeforeCoreCompileInterfaceDefinitions" because its outputs are up-to-date.

    Target _CoreCompileInterfaceDefinitions:
    Skipping target "_CoreCompileInterfaceDefinitions" because its outputs are up-to-date.

    Target _BeforeCoreCompileImageAssets:
    Deleting file '/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/actool/_PartialAppManifest.items'
    Deleting file '/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/actool/_BundleResourceWithLogicalName.items'

    Target _CoreCompileImageAssets:
    ACTool Task
    AppManifest: Info.plist
    DeviceModel: iPhone5,1
    DeviceOSVersion: <null>
    ImageAssets:
    Resources/Images.xcassets/AppIcons.appiconset/Contents.json
    IntermediateOutputPath: obj/iPhone/Debug/build-iphone5.1-9.3.2/
    IsWatchApp: False
    OptimizePNGs: True
    OutputPath: bin/iPhone/Debug/build-iphone5.1-9.3.2/
    ProjectDir: /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample
    ResourcePrefix: Resources
    SdkBinPath: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
    SdkPlatform: iPhoneOS
    SdkVersion: 9.3
    Tool /Applications/Xcode.app/Contents/Developer/usr/bin/actool execution started with arguments: --errors --warnings --notices --output-format xml1 --output-partial-info-plist /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/actool/partial-info.plist --app-icon AppIcons --compress-pngs --filter-for-device-model iPhone5,1 --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --platform iphoneos --compile /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/actool/bundle /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/Resources/Images.xcassets
    Resources/Images.xcassets: actool warning : The app icon set "AppIcons" has an unassigned child.

    Target _CollectColladaAssets:
    CollectBundleResources Task
    BundleResources: <null>
    OptimizePropertyLists: False
    OptimizePNGs: False
    ProjectDir: /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample
    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:
    AirshipConfig.plist
    OptimizePropertyLists: True
    OptimizePNGs: True
    ProjectDir: /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample
    ResourcePrefix: Resources

    Target _CoreOptimizePngImages:
    No output files were specified for target _CoreOptimizePngImages, skipping.

    Target _CoreOptimizePropertyLists:
    Skipping target "_CoreOptimizePropertyLists" because its outputs are up-to-date.

    Target _CoreOptimizeLocalizationFiles:
    No input files were specified for target _CoreOptimizeLocalizationFiles, skipping.

    Target _UnpackLibraryResources:
    UnpackLibraryResources Task
    Prefix: monotouch
    IntermediateOutputPath: obj/iPhone/Debug/build-iphone5.1-9.3.2/
    NoOverwrite:
    obj/iPhone/Debug/ibtool/LaunchScreen.nib
    obj/iPhone/Debug/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
    obj/iPhone/Debug/ibtool/Main.storyboardc/Info.plist
    obj/iPhone/Debug/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/optimized/AirshipConfig.plist
    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
    packages/urbanairship.2.2.0/lib/Xamarin.iOS10/AirshipBindings.dll
    packages/Xamarin.TestCloud.Agent.0.19.1/lib/Xamarin.iOS10/Calabash.dll
    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.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
    Up to date: AirshipResources.bundle/Info.plist
    Up to date: AirshipResources.bundle/UANotificationCategories.plist
    Up to date: AirshipResources.bundle/UADefaultMessageCenterListCell.nib
    Up to date: AirshipResources.bundle/UADefaultMessageCenterListViewController.nib
    Up to date: AirshipResources.bundle/UADefaultMessageCenterMessageViewController.nib
    Up to date: AirshipResources.bundle/UADefaultMessageCenterPlaceholderIcon.png
    Up to date: AirshipResources.bundle/ar.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/cs.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/da.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/de.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/de.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/en.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/en.lproj/UAMessageCenterUI.strings
    Up to date: AirshipResources.bundle/en.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/es-419.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/es.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/es.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/fi.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/fr.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/fr.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/hi.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/hu.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/id.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/it.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/it.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/iw.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/ja.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/ja.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/ko.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/ms.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/nl.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/no.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/pl.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/pt-PT.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/pt.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/pt.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/ro.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/ru.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/sk.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/sv.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/th.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/tr.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/vi.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/zh-Hans.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/zh-Hans.lproj/UrbanAirship.strings
    Up to date: AirshipResources.bundle/zh-Hant.lproj/UAInteractiveNotifications.strings
    Up to date: AirshipResources.bundle/zh-Hant.lproj/UrbanAirship.strings

    Target GenerateSatelliteAssemblies:
    No input files were specified for target GenerateSatelliteAssemblies, skipping.

    Target GenerateTargetFrameworkMonikerAttribute:
    Skipping target "GenerateTargetFrameworkMonikerAttribute" because its outputs are up-to-date.

    Target CoreCompile:
    Skipping target "CoreCompile" because its outputs are up-to-date.

    Target _DetectSigningIdentity:
    DetectSigningIdentity Task
    AppBundleName: XamarinSample
    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: "claroEventosProfiles" (5d3fb192-d497-4dac-981b-0114c1b46d94)
    Signing Identity: "iPhone Developer: Mario Pantaleon (588P9WUVYY)"
    2. Provisioning Profile: "claroEventosProfiles" (890d33cc-5bba-4dc1-9b6b-810791538366)
    Signing Identity: "iPhone Developer: Mario Pantaleon (588P9WUVYY)"
    Detected signing identity:
    Code Signing Key: "iPhone Developer: Mario Pantaleon (588P9WUVYY)" (43CB4C25C048A41C96277C24DAB7D6D9945F55EF)
    Provisioning Profile: "claroEventosProfiles" (5d3fb192-d497-4dac-981b-0114c1b46d94)
    Bundle Id: com.claro.claroeventos.claroeventos
    App Id: 423GE7JFW4.com.claro.claroeventos.claroeventos

    Target _ComputeBundleResourceOutputPaths:
    ComputeBundleResourceOutputPaths Task
    AppBundleDir: bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app
    BundleIdentifier: com.claro.claroeventos.claroeventos
    BundleResources:
    obj/iPhone/Debug/ibtool/LaunchScreen.nib
    obj/iPhone/Debug/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
    obj/iPhone/Debug/ibtool/Main.storyboardc/Info.plist
    obj/iPhone/Debug/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/optimized/AirshipConfig.plist
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/Info.plist
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UANotificationCategories.plist
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterListCell.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterListViewController.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterMessageViewController.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterPlaceholderIcon.png
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ar.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/cs.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/da.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/de.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/de.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/en.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/en.lproj/UAMessageCenterUI.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/en.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/es-419.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/es.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/es.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/fi.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/fr.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/fr.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/hi.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/hu.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/id.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/it.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/it.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/iw.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ja.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ja.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ko.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ms.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/nl.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/no.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pl.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pt-PT.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pt.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pt.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ro.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ru.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/sk.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/sv.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/th.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/tr.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/vi.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hans.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hans.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hant.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hant.lproj/UrbanAirship.strings
    IntermediateOutputPath: obj/iPhone/Debug/build-iphone5.1-9.3.2/
    OutputPath: bin/iPhone/Debug/build-iphone5.1-9.3.2/

    Target _CopyResourcesToBundle:
    SmartCopy Task
    DestinationFiles:
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/LaunchScreen.nib
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/Main.storyboardc/Info.plist
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipConfig.plist
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/Info.plist
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/UANotificationCategories.plist
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/UADefaultMessageCenterListCell.nib
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/UADefaultMessageCenterListViewController.nib
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/UADefaultMessageCenterMessageViewController.nib
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/UADefaultMessageCenterPlaceholderIcon.png
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/ar.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/cs.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/da.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/de.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/de.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/en.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/en.lproj/UAMessageCenterUI.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/en.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/es-419.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/es.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/es.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/fi.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/fr.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/fr.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/hi.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/hu.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/id.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/it.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/it.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/iw.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/ja.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/ja.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/ko.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/ms.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/nl.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/no.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/pl.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/pt-PT.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/pt.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/pt.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/ro.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/ru.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/sk.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/sv.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/th.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/tr.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/vi.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/zh-Hans.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/zh-Hans.lproj/UrbanAirship.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/zh-Hant.lproj/UAInteractiveNotifications.strings
    bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/AirshipResources.bundle/zh-Hant.lproj/UrbanAirship.strings
    DestinationFolder:
    SourceFiles:
    obj/iPhone/Debug/ibtool/LaunchScreen.nib
    obj/iPhone/Debug/ibtool/Main.storyboardc/BYZ-38-t0r-view-8bC-Xf-vdC.nib
    obj/iPhone/Debug/ibtool/Main.storyboardc/Info.plist
    obj/iPhone/Debug/ibtool/Main.storyboardc/UIViewController-BYZ-38-t0r.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/optimized/AirshipConfig.plist
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/Info.plist
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UANotificationCategories.plist
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterListCell.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterListViewController.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterMessageViewController.nib
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/UADefaultMessageCenterPlaceholderIcon.png
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ar.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/cs.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/da.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/de.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/de.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/en.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/en.lproj/UAMessageCenterUI.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/en.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/es-419.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/es.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/es.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/fi.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/fr.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/fr.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/hi.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/hu.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/id.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/it.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/it.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/iw.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ja.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ja.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ko.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ms.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/nl.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/no.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pl.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pt-PT.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pt.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/pt.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ro.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/ru.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/sk.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/sv.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/th.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/tr.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/vi.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hans.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hans.lproj/UrbanAirship.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hant.lproj/UAInteractiveNotifications.strings
    obj/iPhone/Debug/build-iphone5.1-9.3.2/AirshipResources.bundle/zh-Hant.lproj/UrbanAirship.strings

    Target _CreateAssetPackManifest:
    CreateAssetPackManifest Task
    AppBundleDir: bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app
    InitialInstallTags: <null>
    OutputPath: bin/iPhone/Debug/build-iphone5.1-9.3.2/
    PrefetchOrder: <null>

    Target _CompileEntitlements:
    CompileEntitlements Task
    AppBundleDir: bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app
    AppIdentifier: 423GE7JFW4.com.claro.claroeventos.claroeventos
    BundleIdentifier: com.claro.claroeventos.claroeventos
    CompiledEntitlements: obj/iPhone/Debug/build-iphone5.1-9.3.2/Entitlements.xcent
    Entitlements: Entitlements.plist
    IsAppExtension: False
    ProvisioningProfile: 5d3fb192-d497-4dac-981b-0114c1b46d94
    SdkVersion: 9.3

    Target _CompileAppManifest:
    CompileAppManifest Task
    AppBundleName: XamarinSample
    AppBundleDir: bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app
    AppManifest: Info.plist
    Architecture: ARMv7, ARM64
    AssemblyName: XamarinSample
    BundleIdentifier: com.claro.claroeventos.claroeventos
    DefaultSdkVersion: 9.3
    IsAppExtension: False
    IsWatchApp: False
    IsWatchExtension: False
    PartialAppManifests:
    obj/iPhone/Debug/build-iphone5.1-9.3.2/actool/partial-info.plist
    ResourceRules: <null>
    SdkPlatform: iPhoneOS
    SdkIsSimulator: False
    TargetFrameworkIdentifier: Xamarin.iOS

    Target _GetNativeExecutableName:
    GetNativeExecutableName Task
    AppManifest: bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/Info.plist

    Target _CompileToNative:
    MTouch Task
    AppBundleDir: bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app
    AppExtensionReferences:
    AppManifest: bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/Info.plist
    Architectures: ARMv7
    BitcodeEnabled: False
    CompiledEntitlements: obj/iPhone/Debug/build-iphone5.1-9.3.2/Entitlements.xcent
    Debug: True
    EnableGenericValueTypeSharing: True
    Entitlements: Entitlements.plist
    ExecutableName: XamarinSample
    ExtraArgs: <null>
    FastDev: False
    HttpClientHandler: HttpClientHandler
    I18n: <null>
    IntermediateOutputPath: obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache
    IsAppExtension: False
    LinkerDumpDependencies: False
    LinkMode: SdkOnly
    MainAssembly: /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug//XamarinSample.exe
    NativeReferences: <null>
    OutputPath: bin/iPhone/Debug/build-iphone5.1-9.3.2/
    Profiling: True
    ProjectDir: /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample
    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
    packages/urbanairship.2.2.0/lib/Xamarin.iOS10/AirshipBindings.dll
    packages/Xamarin.TestCloud.Agent.0.19.1/lib/Xamarin.iOS10/Calabash.dll
    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll
    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
    packages/urbanairship.2.2.0/lib/Xamarin.iOS10/AirshipBindings.dll
    packages/Xamarin.TestCloud.Agent.0.19.1/lib/Xamarin.iOS10/Calabash.dll
    SdkIsSimulator: False
    SdkRoot: /Applications/Xcode.app/Contents/Developer
    SdkVersion: 9.3
    SymbolsList: obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-symbols.list
    TargetFrameworkIdentifier: Xamarin.iOS
    TLSProvider: Default
    UseFloat32: False
    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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache --dev /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app --executable XamarinSample --debug --profiling --linksdkonly --sdkroot /Applications/Xcode.app/Contents/Developer --sdk 9.3 --targetver 8.0 --new-refcount --http-message-handler=HttpClientHandler --tls-provider=default --abi=armv7 --symbollist /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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 /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/packages/urbanairship.2.2.0/lib/Xamarin.iOS10/AirshipBindings.dll -r /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/packages/Xamarin.TestCloud.Agent.0.19.1/lib/Xamarin.iOS10/Calabash.dll -r /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll -r /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll -r /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/packages/urbanairship.2.2.0/lib/Xamarin.iOS10/AirshipBindings.dll -r /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/packages/Xamarin.TestCloud.Agent.0.19.1/lib/Xamarin.iOS10/Calabash.dll --target-framework Xamarin.iOS,v1.0 /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug//XamarinSample.exe -v -v
    Using Xcode 7.3.1 found in /Applications/Xcode.app/Contents/Developer
    Xamarin.iOS 9.8.1.4 (c7sr0: 3cf8aae) using framework: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug/XamarinSample.exe to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Link/XamarinSample.exe
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug/XamarinSample.exe.mdb to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Link/XamarinSample.exe.mdb
    Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/32bits/Xamarin.iOS.dll to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Link/Xamarin.iOS.dll
    Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/lib/32bits/Xamarin.iOS.dll.mdb to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/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/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Link/Mono.Dynamic.Interpreter.dll.mdb
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/packages/urbanairship.2.2.0/lib/Xamarin.iOS10/AirshipBindings.dll to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Link/AirshipBindings.dll
    Linking SDK only for assembly /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug//XamarinSample.exe into /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/XamarinSample.exe to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/XamarinSample.exe
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/XamarinSample.exe.mdb to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/XamarinSample.exe.mdb
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/Xamarin.iOS.dll to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/Xamarin.iOS.dll
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/Xamarin.iOS.dll.mdb to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/Xamarin.iOS.dll.mdb
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/mscorlib.dll to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/mscorlib.dll
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/mscorlib.dll.mdb to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/mscorlib.dll.mdb
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/System.dll to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/System.dll
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/PreBuild/System.dll.mdb to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/System.dll.mdb
    Copied /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/NoRes/AirshipBindings.dll to /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/AirshipBindings.dll
    MONO_PATH=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm-darwin-mono-sgen --debug -O=gsharedvt --aot=mtriple=armv7-ios,data-outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/XamarinSample.armv7.aotdata,static,asmonly,direct-icalls,full,soft-debug,dwarfdebug,no-direct-calls,outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/XamarinSample.exe.armv7.s "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/XamarinSample.exe"
    MONO_PATH=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm-darwin-mono-sgen --debug -O=gsharedvt --aot=mtriple=armv7-ios,data-outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/System.armv7.aotdata,static,asmonly,direct-icalls,full,dwarfdebug,no-direct-calls,outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/System.dll.armv7.s "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/System.dll"
    MONO_PATH=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm-darwin-mono-sgen --debug -O=gsharedvt --aot=mtriple=armv7-ios,data-outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Xamarin.iOS.armv7.aotdata,static,asmonly,direct-icalls,full,dwarfdebug,no-direct-calls,outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Xamarin.iOS.dll.armv7.s "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/Xamarin.iOS.dll"
    MONO_PATH=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm-darwin-mono-sgen --debug -O=gsharedvt --aot=mtriple=armv7-ios,data-outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/mscorlib.armv7.aotdata,static,asmonly,direct-icalls,full,dwarfdebug,no-direct-calls,outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/mscorlib.dll.armv7.s "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/mscorlib.dll"
    Mono Ahead of Time compiler - compiling assembly /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/Xamarin.iOS.dll
    Code: 316268(62%) Info: 7981(1%) Ex Info: 115859(22%) Unwind Info: 26371(5%) Class Info: 15018(2%) PLT: 1211(0%) GOT Info: 19207(3%) Offsets: 8456(1%) GOT: 8356
    Compiled: 1795/1795 (100%), No GOT slots: 864 (48%), Direct calls: 396 (20%)
    Output file: '/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Xamarin.iOS.dll.armv7.s'.
    Linking symbol: '_mono_aot_module_Xamarin_iOS_info'.
    JIT time: 109 ms, Generation time: 114 ms, Assembly+Link time: 0 ms.

    Mono Ahead of Time compiler - compiling assembly /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/XamarinSample.exe
    Code: 4704(59%) Info: 60(0%) Ex Info: 1407(17%) Unwind Info: 386(4%) Class Info: 712(9%) PLT: 21(0%) GOT Info: 416(5%) Offsets: 180(2%) GOT: 244
    Compiled: 16/16 (100%), No GOT slots: 0 (0%), Direct calls: 0 (0%)
    Output file: '/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/XamarinSample.exe.armv7.s'.
    Linking symbol: '_mono_aot_module_XamarinSample_info'.
    JIT time: 2 ms, Generation time: 1 ms, Assembly+Link time: 0 ms.

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.0 -arch armv7 -c -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Xamarin.iOS.dll.armv7.o -x assembler /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Xamarin.iOS.dll.armv7.s -DDEBUG
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.0 -arch armv7 -c -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/XamarinSample.exe.armv7.o -x assembler /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/XamarinSample.exe.armv7.s -DDEBUG
    Mono Ahead of Time compiler - compiling assembly /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/System.dll
    Code: 608(34%) Info: 11(0%) Ex Info: 278(15%) Unwind Info: 201(11%) Class Info: 126(7%) PLT: 7(0%) GOT Info: 401(22%) Offsets: 127(7%) GOT: 88
    Compiled: 5/5 (100%), No GOT slots: 4 (80%), Direct calls: 0 (100%)
    Output file: '/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/System.dll.armv7.s'.
    Linking symbol: '_mono_aot_module_System_info'.
    JIT time: 1 ms, Generation time: 0 ms, Assembly+Link time: 0 ms.

    Mono Ahead of Time compiler - compiling assembly /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/mscorlib.dll
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.0 -arch armv7 -c -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/System.dll.armv7.o -x assembler /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/System.dll.armv7.s -DDEBUG
    Code: 1244936(62%) Info: 25144(1%) Ex Info: 483483(24%) Unwind Info: 93251(4%) Class Info: 14924(0%) PLT: 4901(0%) GOT Info: 113319(5%) Offsets: 25651(1%) GOT: 29568
    Compiled: 5670/5670 (100%), No GOT slots: 3771 (66%), Direct calls: 2609 (31%)
    Output file: '/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/mscorlib.dll.armv7.s'.
    Linking symbol: '_mono_aot_module_mscorlib_info'.
    JIT time: 388 ms, Generation time: 743 ms, Assembly+Link time: 11 ms.

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.0 -arch armv7 -c -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/mscorlib.dll.armv7.o -x assembler /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/mscorlib.dll.armv7.s -DDEBUG
    MONO_PATH=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/bin/arm-darwin-mono-sgen --debug -O=gsharedvt --aot=mtriple=armv7-ios,data-outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/AirshipBindings.armv7.aotdata,static,asmonly,direct-icalls,full,soft-debug,dwarfdebug,no-direct-calls,outfile=/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/AirshipBindings.dll.armv7.s "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/AirshipBindings.dll"
    Mono Ahead of Time compiler - compiling assembly /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Build/AirshipBindings.dll
    Code: 632204(72%) Info: 7465(0%) Ex Info: 191018(22%) Unwind Info: 9116(1%) Class Info: 15523(1%) PLT: 320(0%) GOT Info: 5128(0%) Offsets: 6484(0%) GOT: 7060
    Compiled: 1116/1116 (100%), No GOT slots: 0 (0%), Direct calls: 304 (24%)
    Output file: '/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/AirshipBindings.dll.armv7.s'.
    Linking symbol: '_mono_aot_module_AirshipBindings_info'.
    JIT time: 69 ms, Generation time: 95 ms, Assembly+Link time: 0 ms.

    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.0 -arch armv7 -c -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/AirshipBindings.dll.armv7.o -x assembler /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/AirshipBindings.dll.armv7.s -DDEBUG
    /Applications/Xcode.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/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.0 -arch armv7 -c -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/registrar.armv7.o -x objective-c++ /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/registrar.m -DDEBUG
    /Applications/Xcode.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/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -Qunused-arguments -miphoneos-version-min=8.0 -arch armv7 -c -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/main.armv7.o -x objective-c++ /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/main.armv7.m -DMONOTOUCH -DDEBUG
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -framework Foundation -framework UIKit -framework CoreLocation -framework CoreGraphics -framework SystemConfiguration -framework CoreTelephony -framework CoreData -framework Security -framework QuartzCore -weak_framework CFNetwork /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/libUAirship-7.2.0.a /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.a /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.a /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/XamarinSample.exe.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Xamarin.iOS.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/mscorlib.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/System.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/AirshipBindings.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/registrar.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/main.armv7.o /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmono-profiler-log.a -force_load /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libapp.a -ObjC -lsqlite3 -lz -Wl,-pie -arch armv7 -miphoneos-version-min=8.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -lz -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/XamarinSample -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 -u _mono_profiler_startup_log
    Process exited with code 1, command:
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -framework Foundation -framework UIKit -framework CoreLocation -framework CoreGraphics -framework SystemConfiguration -framework CoreTelephony -framework CoreData -framework Security -framework QuartzCore -weak_framework CFNetwork /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/libUAirship-7.2.0.a /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmonosgen-2.0.a /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libxamarin-debug.a /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/XamarinSample.exe.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/Xamarin.iOS.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/mscorlib.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/System.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/AirshipBindings.dll.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/registrar.armv7.o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/obj/iPhone/Debug/build-iphone5.1-9.3.2/mtouch-cache/main.armv7.o /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libmono-profiler-log.a -force_load /Library/Frameworks/Xamarin.iOS.framework/Versions/9.8.1.4/SDKs/MonoTouch.iphoneos.sdk/usr/lib/libapp.a -ObjC -lsqlite3 -lz -Wl,-pie -arch armv7 -miphoneos-version-min=8.0 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS9.3.sdk -lz -o /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/bin/iPhone/Debug/build-iphone5.1-9.3.2/XamarinSample.app/XamarinSample -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 -u _mono_profiler_startup_log
    Undefined symbols for architecture armv7:
    "_OBJC_CLASS_$_UAWalletAction", referenced from:
    objc-class-ref in registrar.armv7.o
    ld: symbol(s) not found for architecture armv7
    clang: error: linker command failed with exit code 1 (use -v to see invocation)

    MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: UAWalletAction. The symbol '_OBJC_CLASS_$_UAWalletAction' could not be found in any of the libraries or frameworks linked with your application.
    MTOUCH: error MT5202: Native linking failed. Please review the build log.
    Task "MTouch" execution -- FAILED
    Done building target "_CompileToNative" in project "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/Sample.csproj".-- FAILED

    Done building project "/Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/Sample.csproj".-- FAILED

    Build FAILED.

    Warnings:

    /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/Sample.csproj (Build) ->
    /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets (_CoreCompileImageAssets target) ->

    Resources/Images.xcassets: actool warning : The app icon set "AppIcons" has an unassigned child.

    Errors:

    /Users/mpantaleon/Projects/ClaroEventos/Components/urbanairship-2.2.0/samples/iOSSample/Sample.csproj (Build) ->
    /Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Common.targets (_CompileToNative target) ->

    MTOUCH: error MT5211: Native linking failed, undefined Objective-C class: UAWalletAction. The symbol '_OBJC_CLASS_$_UAWalletAction' could not be found in any of the libraries or frameworks linked with your application.
    MTOUCH: error MT5202: Native linking failed. Please review the build log.

    1 Warning(s)
    2 Error(s)

    Time Elapsed 00:00:28.4118640

    ---------------------- Done ----------------------

    Build: 2 errors, 1 warning

    Comment actions Permalink
    0
  • Hi Mario,

    Our mobile team verified the error and has fixed the issue with our newest 2.2.1 release.  
    They have submitted the update to the Xamarin Components page but usually it takes a few days for those folks to approve the change.


    If you are needing the fix sooner, here are a few options:

    • Update via the NuGet package (within Xamarin Studio)
    • Remove the wallet action definition in ApiDefinition.cs (this is the part that is broken in 2.2.0)

    • Download directly from Urban Airship's Xamarin Components GitHub Repository

     

    Please let me know if this resolves the issue.


    Mike
    Technical Support Engineer
    Portland Oregon

    Comment actions Permalink
    0
  • Hi Mike after I update no issues found but neither can receive notifications  also now Android version can't receive notifications

    Comment actions Permalink
    0
  • Hi Mario,
    Wanted to check in and see if the issue was resolved.  

    Are there any errors that are showing in Xamarin Studio?

    I also found a thread in our forums where someone was having a similar issue.  You'll want to look through the comments as the https://support.urbanairship.com/entries/107815843-Xamarin-Does-not-seem-to-work

    Mike
    Technical Support Engineer
    Portland Oregon

    Comment actions Permalink
    0
  • Hi Mike,

    The New Version of the SDK compile OK, but the notifications does not work in iOS and Android

    Comment actions Permalink
    0
  • Hi Mike any update regarding this issue?, we soon go to production

    Comment actions Permalink
    0
  • Hi Mario,

    If you are not receiving notifications from iOS or Android, that suggests there is something wrong with the setup of the app itself.

    I've noticed that your bundle ID for both Apple/Google is com.claro.claroeventos.claroeventos

     

    Have you been able to successfully build our Xamarin sample app?  I see the Xamarin Sample name in your build log but was curious to know if you have tried building and testing our sample without adding to it.

     

    I have also found another post where someone was having trouble sending push notifications through Xamarin.  Their original problem does not match yours but the user shares different things they needed to correct throughout the comments.  It might be worth checking on these same items as other potential barriers to sending notifications.  Here is that link.

     

    Mike
    Technical Support Engineer
    Portland Oregon

     

    Note: A second patch has been released but it does not addresses your particular issue.  Here is a link to it.

    Comment actions Permalink
    0
  • Hi Mario,

    One more thing to look at after you've double checked the bundle IDs:  Do the Xamarin logs have any errors that might help troubleshoot this issue?

    Mike
    Technical Support Engineer
    Portland Oregon

    Comment actions Permalink
    0
  • Hi Mike,

    we were able to fix all the issues regarding the notifications of iOS but now we have some issue trying to create a delegate for iOS in order to save the notifications as we didn't found any information on internet could you please help us.

     

    this is the AppDelegate

    using Foundation;
    using UIKit;
    using UrbanAirship;

    namespace ClaroEventos.iOS
    {
        [Register ("AppDelegate")]
        public partial class AppDelegate : global::Xamarin.Forms.Platform.iOS.FormsApplicationDelegate
        {
            public override bool FinishedLaunching (UIApplication app, NSDictionary options)
            {
                global::Xamarin.Forms.Forms.Init ();
                ClaroEventos.App.TodoCalendar = new TodoItemCalendar (Reminder.Default);
                ClaroEventos.App.TodoManager = new TodoItemManager (ParseStorage.Default);
                UIButton.Appearance.TintColor = UIColor.LightGray;
                UIButton.Appearance.SetTitleColor(UIColor.FromRGB(2193234), UIControlState.Normal);
                LoadApplication (new ClaroEventos.App ());
                    UAirship.TakeOff ();

                    UAirship.Push.UserPushNotificationsEnabled = true;
                    UITabBar.Appearance.SelectedImageTintColor = UIColor.FromRGB(221,34,36);
                     UAirship.Push.PushNotificationDelegate = new UrbanAirshipReceiver();


                return base.FinishedLaunching (app, options);
            }
        }
    }
    this is my delegate

    using System;
    using Foundation;
    using UIKit;
    using UrbanAirship;

    namespace ClaroEventos.iOS
    {
        public class UrbanAirshipReceiver : UAPushNotificationDelegate
        {

        
            private NotificationsDatabase database = TabPage.Database;
            public override void ReceivedBackgroundNotification(NSDictionary Dictionary)
            {
                NSDictionary aps = Dictionary.ObjectForKey(new NSString("aps")) as NSDictionary;
                string alert = string.Empty;
                string badge = string.Empty;

                if (aps.ContainsKey(new NSString("alert")))
                    alert = (aps[new NSString("alert")] as NSString).ToString();

                if (aps.ContainsKey(new NSString("badge")))
                    badge = (aps[new NSString("badge")] as NSString).ToString();


                int notificationID = Convert.ToInt16(badge);

                var NewNotification = new NotificationMessage(notificationID,alert,true,DateTime.Now);
                database.AddNotification(NewNotification);

            }
            public override void ReceivedForegroundNotification(NSDictionary Dictionary)
            {
                NSDictionary aps = Dictionary.ObjectForKey(new NSString("aps")) as NSDictionary;
                string alert = string.Empty;
                string badge = string.Empty;

                if (aps.ContainsKey(new NSString("alert")))
                    alert = (aps[new NSString("alert")] as NSString).ToString();
                
                if (aps.ContainsKey(new NSString("badge")))
                    badge = (aps[new NSString("badge")] as NSString).ToString();
            
                int notificationId = Convert.ToInt16(badge);


                var NewNotification = new NotificationMessage(
                    notificationId,
                    alert,
                    true,
                    DateTime.Now
                );



                database.AddNotification(NewNotification);
            
            }


        }
    }

     

    Comment actions Permalink
    0
  • Hi Mario,

    Since your latest question is different than the original question, could you make a new forum post with this request?  This would be easier for our other customers to search through.

     

    When you do that, could you also respond to the following questions?

    • What is the purpose for storing notifications into a database?
    • What response(s) are you getting from your console log?

     

    Best regards,
    Mike
    Technical Support Engineer
    Portland Oregon

     

    Comment actions Permalink
    0
  • Hi Mike I make a new Forum post with this request, could you please help

    https://support.urbanairship.com/entries/109787283-iOS-pushNotificationDelegate-is-not-set

    Comment actions Permalink
    0
  • Hi Mike still no response?

    Comment actions Permalink
    0

Please sign in to leave a comment.