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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  iOS5support

    Posted 10/25/11 05:05 AM

    Hi all,

    Anyone got Bedrock working with iOS5.0?

    I stupidly updated my iPad2 to iOS5 and had to upgrade the SDK and Xcode to 4.2 and now Bedrock isn’t working correctly.

    When I do a multi-build it still references SDK 4.3 when now it should be 5.0, also, the g++ referenced is g+±4.2 and this no longer exists, it’s just g++

    I have fixed these issues by editing the buildtime/buildscript/v0.0.0/platforms/iphone-app.xml and by symbolically linking g+±4.2 to g++.

    Now it compiles but fails to find the provisioning profile in the project so I guess it’s not copying it or something… Still investigating…

    Anyone else working on this?

    Cheers

    Ian


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


  • 2.  RE: iOS5support

    Posted 10/25/11 06:56 AM

    Hi all, update…

    I have now deployed the app and it works hooray!!

    The only problem that I have is that before the update I deployed using “adhoc release” but now when I try this I get an error from codesign:

    iPhone Distribution: Software AG: no identity found

    This is the name which is in the foundations property as the iPhone.distcodesign

    Is this the wrong value to use or has something changed in 5.0?

    Cheers

    Ian


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


  • 3.  RE: iOS5support

    Posted 10/25/11 08:44 AM

    Hi Ian,

    you probably don’t have the distribution certificate that is required to sign an adhoc build (which by definition is a distribution build) on your mac. Codesign searches your mac’s keychain for the appropriate certificate everytime you build the app. If it cannot find a certificate it will print out the error that you quoted.

    Best wishes,
    Steffen

    p.s. there have been no changes in iOS5 in regards to codesigning


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


  • 4.  RE: iOS5support

    Posted 10/25/11 08:49 AM

    Hi Steffen,

    Do you know where I should have got that certificate from? I must have had it before…

    Thanks

    Ian


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


  • 5.  RE: iOS5support

    Posted 10/25/11 09:12 AM

    The distribution certificate will work (when downloaded from Apple’s provisioning portal) only on the machine on which the certificate signing request was made. You have to export the private key from there and import it on your mac. Only then should you be able to sign distribution builds. If it works anyway then codesign was probably not signing a distribution build but a “normal” debug build instead.

    Best wishes,
    Steffen


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