文章转移到Macaca 首次使用
Mac+appium+java 的路过,不过写的还可以的!赞
#3 楼 @mildshark 你好,可以具体说下是哪里的问题吗?
#5 楼 @mildshark 是这样,如果配置项中指定了 udid 或者你启动 appium 时添加了 -U 参数,会与你的真机建立连接,app 指定 bundleId 就行了,如果是模拟器的就不必指定 udid,直接在 app 这项指定应用的绝对路径就好。
#7 楼 @mildshark 在 xcode 中选择模拟器进行构建,比如你选择 iphone6?点击左侧栏 Product 目录下的 .app 文件?选中这个文件在右侧栏就可看到 Full path。这就是他在你系统中的路径了。
在打包的时候,我用的命令是:
xcodebuild -destination 'platform=iphonesimulator,name=iPhone 6 Plus' -sdk iphonesimulator8.1 -arch armv7s clean build
打包成功,显示 ** BUILD SUCCEEDED ** ,接下来在打开的模拟器中安装包时,提示失败,也没足够的提示:
Mac:app zhang$ xcrun simctl install booted build/Release-iphonesimulator/Test.app
An error was encountered processing the command (code=0):
The operation couldn’t be completed. (LaunchServicesError error 0.)
通过 appium 启动 app 时,同样是失败,提示也没有说明原因。
#9 楼 @mildshark 使用 xcode 直接就可以打包啊,不用 xcodebuild
您好,我是昨天刚接触这个 appium 的,菜鸟一个,能请问您我们使用的 titanium hybrid app 是不是也要特殊设置呢,貌似是不是有 hybrid mode 呢?
各位,有没有遇到这种情况:
执行 ios_webkit_debug_proxy -c udid:27753,之后,使用 Appium 的 inspector。 ios_webkit_debug_proxy 这边就 connecttion : colse 了。有知道什么原因吗?