IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

Multi build error for iOS 6.1

  • 1.  Multi build error for iOS 6.1

    Posted Fri February 01, 2013 08:22 AM

    Hi All,
    I am trying to do multi build on a new Mac machine for iPhone.
    I have set the SDK properties file to point to xcode app
    ios.xcode.app.path=/Applications/Xcode.app/Contents

    But the multi build fails because of following error
    /opt/wmMobileDesigner/Platforms/iOS/platform_buildscript.xml:377: Warning: Could not find file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.0.sdk/ResourceRules.plist to copy.
    <<< ERROR: Build failed for "NativeUIDemoiPad2INTL" >>>

    I checked the file system, then figured out that the iOS sdk is 6.1, but by default mobile designer is pointing to 6.0
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk

    please let me know where I can configure the iOS version.

    Regards
    Vageesh Shadakshari
    Global Consulting Services - INDIA
    SoftwareAG


    #mobile
    #webMethods-General
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Multi build error for iOS 6.1

    Posted Fri February 01, 2013 09:42 AM

    Hi Vageesh,

    in the file "platform_buildscript.xml" you can replace or add entries for the sdk version 6.1.

    Christian Ruehle, a colleague of mine, has already done that, you find the file attached.

    Regards,

    David Mamsch

    Junior Consultant Mobile Solutions

    Practice Mobile


    #mobile
    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods


  • 3.  RE: Multi build error for iOS 6.1

    Posted Fri February 01, 2013 01:22 PM

    Hi All,

    It is inadvisable to change any of the files that get delivered by Mobile Designer, as your changes might get overwritten by a future update to the product. Instead, I would suggest you set the properties ios.sdk.version to 6.1 and the ios.deployment.target to 4.3 in the iOS target files for your project, in this instance. The scripts will be updated to properly recognise the 6.1 sdk in the future, but in the mean time, adding these property values is your best solution.

    Cheers,

    Spencer Nelson


    #Integration-Server-and-ESB
    #webMethods-General
    #webMethods
    #mobile