问题标签 [xcode7-beta4]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
1 回答
342 浏览

watchkit - Unable to "Upload to App Store" Xcode 7 beta 4, watchOS 2

I have to upload my app on the App Store in order to do some internal testing with Test Flight. Even if I am still using beta version, this is possible according to this question Is it possible to upload an iOS app to App Store for internal testing from Xcode 7 beta?

Unfortunately I am not able to do it. First some details, my app name is Workout and I have created an application for both iOS 9 and watchOS 2. In the photo you can see the largest of my project (automatically created by Xcode).

enter image description here

I have tried a lot of configurations, here are some a) (there are six settings, like the six icons in the image)

b) The same Provisioning Profiles but everything on iPhone Developer except for WorkoutTests and WorkoutUITest where, since I have chosen automatic Provisioning Profile, I only had the option iOS Distribution and not iPhone Distribution c) Similar to b) but I have set App Store Distribution provisioning profile for WorkoutTests and WorkoutUITests d) I followed this guide http://basememara.com/submitting-apple-watch-apps-to-the-app-store/ and I have set the options like it is suggested, except for Workout WatchKit App where if I didn't chose any Provisioning Profile, Xcode gave me a compile error, so I put one.

I think all Certificates and App ID are ok, I think I am only messing up with Code Sign in. Every time I create the archive and press Upload to App Store after some work it appears this error.

enter image description here

I have also created a new iOS+watchOS project afraid of having accidentally changed some important settings, but nothing. I have also tried to create an Ad Hoc Distribution provisioning profile, nothing. I have also tried to upload the WatchKitApp version (while the above mentioned guide told to upload the iOS version), nothing. It is always been displaying the same error.

I do not know what to do, please help.

Additional information, I created the certificates, the App ID et cetera following the above mentioned guide http://basememara.com/submitting-apple-watch-apps-to-the-app-store/ so if you ask how have I done something (for instance what target I have compiled), in that (short) guide there are all the details.

0 投票
0 回答
83 浏览

ios - 带有 Xcode 7 Beta 4 的 iOS 8.4 的 GKLocalPlayer 运行时错误

这是我在这里的最后一个问题的后续行动。我按照建议对 GameCenter 和 GameKit 库进行了弱链接,并导入了 GameCenter。但是,我仍然无法在实际的 iPhone(iOS 版本 8.4)上启动我的应用程序。

运行时错误发生在:

错误是:

线程 1:EXC_BAD_ACCESS(代码 = 1,地址 = 0x20)

PS:我对 Xcode 7 Beta 4 附带的 iOS 9 模拟器没有任何错误。

任何人都知道这是 Xcode 7 beta 4 的错误还是有解决方案?

感谢您的关注。

0 投票
1 回答
4375 浏览

ios - 地址簿在 iOS9 中不起作用

最近我下载了 Xcode beta4 以在 myApp 中支持 iOS 9。现在,当我选择联系人时,地址簿无法正常显示空白屏幕,并显示以下日志。

插件 com.apple.MobileAddressBook.ContactsViewService 中断 插件 com.apple.MobileAddressBook.ContactsViewService 无效

我已经实现了 ABPeoplePicker 的所有主要代表,并在其中任何一个中放置了断点。

提前致谢。

0 投票
1 回答
683 浏览

ios - 如何通过Its指针获取NSLayoutConstraint的标识符?

我在 Storyboardidentifier中为每个约束设置:

在此处输入图像描述

现在我得到错误unsatisfiable constraints。我尝试通过打印约束的指针来调试它:

现在为了调查它是什么约束,我想打印它identifier就像:

...但它不工作。我收到一个错误:

错误:十六进制浮点常量需要一个指数

error: 1 解析表达式错误

因此,如何打印特定的标识符NSLayoutConstraint

0 投票
1 回答
96 浏览

core-data - Xcode 7 Beta 4 核心数据错误

我的应用程序运行良好,但今天我去测试它并cdtool cannot compile开始出现,它根本不会运行。我不知道该怎么办。我尝试删除 Xcode 并重新安装它,清理和构建,但没有。我什至重新启动了电脑。

0 投票
6 回答
48956 浏览

ios - Xcode 7 警告:目标文件是为比链接更新的 iOS 版本构建的

我最近将 Google Cloud Messaging 集成到了一个针对 iOS 7 和 iOS 8 的应用程序中。刚刚下载了 Xcode 7 beta 4 以开始支持 iOS 9,现在我从链接器中收到一个错误:

对于 libProtocolBuffers.a 的一部分,还有一些类似的。

这是否意味着需要 iOS 8.3 才能使用 GCM 库?如果是这样,为什么 Xcode 6 会愉快地吐出代码(在我使用 iOS 7 设备进行的测试中)毫无问题地向 iOS 7.3 发送推送通知?

鉴于它们只是警告,我仍然可以正常编译,但是我不想发布错误的代码。

编辑:我给谷歌发了电子邮件,他们说高层会调查它。同时,如果您正在阅读本文并被警告所困扰,也许还可以发送电子邮件,以便鼓励他们处理它。

0 投票
1 回答
442 浏览

ios - 在 Xcode 7 模拟器中测试 Watch OS 1 应用程序

如何在 El Capitan 中测试 Watch OS 1 应用程序?Xcode 6.4 经常崩溃,Xcode 7 似乎不支持 Watch OS 1 模拟器。

0 投票
0 回答
187 浏览

swift2 - 从应用程序访问 Safari 扩展程序中的文件

我正在构建 Safari 内容拦截器(xcode 7 beta 4)。

在我SFContentBlockerManager.reloadContentBlockerWithIdentifier用来实现blockerList.json文件的应用程序中,但我无法访问它以用新规则重写。

抛出异常,关于file not found.

此外,似乎beginRequestWithExtensionContext仍然没有调用(没有断点或 NSLog 工作)。所以 - 我也无法通过扩展代码加载更新的 json 文件。

0 投票
2 回答
187 浏览

ios - Swift 2:无法调用“addAnnotation”

使用 XCode v7.0 Beta 4

我尝试通过 map.addAnnotation(myareahere) 向该地图添加可见图钉,如您在此处看到的:

这当然都包含在 viewDidLoad 函数中。我在最后一行 (map.addAnnotation(myareahere)) 给出的错误是“无法使用列表类型 (CLLocationCoordinates2D) 的参数调用 'addAnnotation'”。这让我感到困惑,因为我不知道我还会使用什么。

0 投票
1 回答
1434 浏览

apple-watch - apple watch上安装的os版本不支持watchkit app prodct

我正在使用 Xcode 7。我的 Apple Watch 应用在模拟器中运行良好。它也可以在设备上成功构建。但是,该应用程序似乎没有安装在 iPhone 5 或 Apple Watch (1.0) 上。

iPhone 和手表配对不合格。它指出“Apple Watch 上安装的操作系统版本不支持 watchkit 应用程序产品。我在SwampThingTom 的问题中尝试了所有方法,但我仍然更改了手机-手表对的状态。没有手表的手机上的应用程序运行良好。问题只是当包含手表以在手表上测试应用程序时出现。这是否意味着苹果手表有问题?

我是应用程序开发的新手。谁能帮我?我很感激任何帮助。