ibm mobilefirst - IBM Worklight 6.0 - Mobile Test Workbench - Instrumentalized iOS App Error -
i’ve got problem instrumentalized ios app mobile test workbench ios-client. after adding necessary environments (iphone , android) , building app worklight, wanted test app mobile test workbench. instrumentalization rtwbuildxcode.sh succeeded , app uploaded simulator (with script-parameter simu). when script uploads app local mobile test workbench instance there following error:
workbenchtest: application not supported worklight one. please consider using ibm rational test workbench.
i’m confused! it’s worklight app , android-test-environment runs ios 1 doesn’t @ all. thing change in xcode-project “bundle identifier” build app script. original-app runs on android , ios-simulator! me pls? thx!
i’m using worklight 6.0 , mobile test workbench 8.5
the issuse said did, changed in xcode-project "bundle identifier"
you should not worklight app, need change in application-descriptor.xml
change "bundleid" in iphone section fit need.
<iphone bundleid="com.yourbundleid" version="1.0"> <worklightsettings include="true"/> <security> <encryptwebresources enabled="false"/> <testwebresourceschecksum enabled="false" ignorefileextensions="png, jpg, jpeg, gif, mp4, mp3"/> </security> </iphone>
the underline reason (if not interested please skip) script uses "budnle id", , when change in native project (in xcode), not know did, , fails.
hope helps
Comments
Post a Comment