简体   繁体   English

Pebble iOS,尝试安装提供的应用程序时出错

[英]Pebble iOS, There was an error trying to install provided app

I'm trying to develop an application for the pebble that connects to an iOS device. 我正在尝试为连接到iOS设备的Pebble开发应用程序。

You don't need to read the stuff below. 您无需阅读以下内容。 Long story short, I keep getting "There was an error trying to install provided app" whenever I try to load a pebble app I made onto my phone. 长话短说,每当我尝试将我制作的Pebble应用程序加载到手机上时,我都会不断收到“尝试安装提供的应用程序时出错”。 Why is this? 为什么是这样?

Things I've tried so far 到目前为止我尝试过的事情

I have an iPhone 6 which connects to my pebble well, and I can load and run apps. 我有一部iPhone 6,可以很好地连接到我的鹅卵石,并且可以加载和运行应用程序。 I also plugged in my phone to the computer and ran Xcode so I could enable developer mode in the phone itself, and enabled Developer Mode in the pebble app, then Enabled Developer Connections. 我还将手机插入计算机并运行Xcode,以便可以在手机本身中启用开发人员模式,并在pebble应用程序中启用开发人员模式,然后启用“启用开发人员连接”。 I am logged in with my same pebble account that I develop things with on cloudpebble. 我使用与在Cloudpebble上进行开发的同一个pebble帐户登录。

I tried sending an app to my pebble via cloudpebble, and it worked on the emulator, but when I sent it to my pebble my phone said "There was an error trying to install provided app". 我尝试通过cloudpebble将应用程序发送到我的pebble,但它在模拟器上正常工作,但是当我将其发送到我的pebble时,我的手机说“尝试安装提供的应用程序时出错”。

I updated to the most recent iOS and pebble OS. 我更新到了最新的iOS和Pebble OS。 It said "There was an error trying to install provided app". 它说:“尝试安装提供的应用程序时出错”。

I tried compiling a c++ project instead. 我尝试编译一个c ++项目。 I tried changing the SDK to version 2. I tried running cloudpebble on Safari and Firefox. 我尝试将SDK更改为版本2。我尝试在Safari和Firefox上运行cloudpebble。 I tried downloading the pbw file, sending it onto my phone using dropbox, and then running it there. 我尝试下载pbw文件,使用保管箱将其发送到手机上,然后在其中运行。

I went and installed the pebble developer kit on my Mac, and built a project that successfully compiles via pebble install --phone 123.4____ but my phone says "There was an error trying to install provided app". 我去并在Mac上安装了pebble开发人员工具包,并建立了一个通过pebble install --phone 123.4 ____成功编译的项目,但我的手机显示“尝试安装提供的应用程序时出错”。

I was able to compile an app that runs the pebble SDK with swift, and it builds successfully and tries to connect, but isn't able to make any connections. 我能够编译一个可以迅速运行pebble SDK的应用程序,并且可以成功构建并尝试连接,但是无法建立任何连接。

I uninstalled the pebble app and reinstalled it. 我卸载了pebble应用程序并重新安装了它。 I forgot the bluetooth connections, reset my pebble to factory defaults, then reconnected it to my phone.I tried restarting my phone. 我忘记了蓝牙连接,将鹅卵石重置为出厂默认设置,然后将其重新连接到手机。我尝试重新启动手机。 I made sure to have the pebble app open and on the My Pebble screen before trying to load an app onto it. 在尝试将应用程序加载到该应用程序之前,请确保已在我的Pebble屏幕上打开了该应用程序。

None of the above worked. 以上都不起作用。

What am I doing wrong? 我究竟做错了什么? My phone clearly knows that someone is sending it an app, it's just barfing for some reason and I don't understand why. 我的手机清楚地知道有人正在向它发送应用程序,它只是出于某种原因而被禁止,我不知道为什么。

I figured out what the problem was - for some reason, the old pebble app no longer functions for developers. 我发现了问题所在-由于某种原因,旧的pebble应用不再对开发人员起作用。 I installed the pebble time app and then things worked well. 我安装了卵石时间应用程序,然后一切正常。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Appium:尝试在 IOS 设备上安装应用程序时出错 - Appium: Error when trying to install app on IOS device 尝试为 ios 应用程序安装映射软件时出现控制台错误 - console error trying to install mapping software for ios app CloudPebble模拟器与iOS pebble原生应用程序? - CloudPebble emulator vs iOS pebble native app? Flutter:尝试将 flutter 应用程序安装到真正的 iOS 设备时,无法安装“Runner”错误 - Flutter: unable to install "Runner" error when trying to install flutter app to real iOS device 当应用程序处于后台模式时,Pebble Watch将数据推送到iOS - Pebble Watch pushing data to iOS when app is in background mode 与Pebble watchapp的iOS应用打开通信会话 - Open communication session with iOS app from Pebble watchapp Cloud Pebble无法从iOS应用接收数据吗? - Cloud pebble does not receive data from iOS app? Pebble官方iOS应用如何获取来电号码? - How did Pebble official iOS app to get incoming call number? 尝试使用Appium 1.6.4安装macaca来检查iOS应用中的元素时出现错误 - I am getting an error while trying to install macaca to inspect elements in iOS app using Appium 1.6.4 无法在我的 iOS 设备上安装应用程序(“无法安装应用程序”错误) - Unable to install app on my iOS device ("unable to install the app" error)
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM