Search code examples
ibm-mobilefirstworklight-studio

Retrieve ipa file from worklight proejct


Does anyone know how to get the .ipa file for my iPhone environment within IBM worklight?


Solution

    • Inside your iPad environment -> native folder you can find the xCode project file named YourAppNameipad.xcodeproj. Open the file will open the xCode with your current project.
    • Else right Click your app folder RunAs -> Run As xCode project will open the project in xCode.

    After that you can follow the normal procedure to build the IPA.

    • Select iOS device
    • Product -> Archive