问题标签 [xcode8.1]

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 回答
2010 浏览

ios - Alamofire - 对成员'upload(_:to:method:headers :)'的模糊引用

我收到此错误:

对成员 'upload(_:to:method:headers:)' 的模糊引用

而且我不知道如何解决这个尝试了不同的东西但没有成功。

0 投票
2 回答
1754 浏览

ios - 操作无法完成。在 Xcode 8.1 中由对等方重置连接

将应用程序上传到 iTunes 连接时,发生此错误“操作无法完成。连接被对等方重置”。

当我尝试导出 ipa 时发生同样的错误。

我正在使用 XCode 8.1。

在此处输入图像描述

0 投票
1 回答
347 浏览

objective-c - IOS 10 中的应用程序冻结

我开发了一个应用程序,它使用GCD计时器和Sqlite数据库,它在 IOS8 和 IOS9 中运行良好,但在 IOS10 中失败,它不会崩溃但它会冻结我使用的是 Xcode 8.1。应用程序的工作流程是,当我单击按钮时,计时器将开始在后台运行并继续更新标签以及表列表数据并将相同的数据插入到 sqlite 数据库中。

在这里我的问题是,当我继续单击按钮以更新数据时,它工作正常,直到它在突然冻结并阻止 UI 后插入 50-60 条记录,以便检查我是否已调试代码,我提出了假设它失败了,因为它阻塞了线程,但我没有找到任何解决方案,请帮助我解决我的问题,谢谢。

这是我暂停的输出:

暂停和调试后显示错误:

单击按钮事件时,我试图重新加载表并在其中显示记录,并将数据插入到 sqlite 数据库中,并且我有一个标签,其中显示了计时器数据。

下面是我如何使用连续运行的 GCD 计时器的代码:

0 投票
3 回答
2369 浏览

ios - '#selector' 的参数不引用初始化程序或方法

我将我的项目从更新Swift2.2Swift3.0"Argument of '#selector' does not refer to an initializer or method"收到问题。

这是代码

在此处输入图像描述

0 投票
0 回答
234 浏览

objective-c - 带有 CSStickyHeaderFlowLayout 的 UICollectionView 在上下滚动时崩溃

我使用CSStickyHeaderFlowLayout 创建了一个 UICollectionView 因为我想为UICollectionView及其部分设置单独的 Header。它成功显示数据,但是当我向上或向下滚动时,一旦它触及顶部或底部边界,它就会崩溃,并给出以下错误,我只需要单独的标题用于集合视图及其部分,就像我们在 UITableView 中一样。如果有人可以帮助解决此问题或指出一些替代方案。

2016-12-06 11:50:51.881 TestStickyHeader[899:18365] * 断言失败 -[UICollectionViewData validateLayoutInRect:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKit_Sim/UIKit-3600.5.2/ UICollectionViewData.m:445 2016-12-06 11:50:51.929 TestStickyHeader[899:18365] *由于未捕获的异常“NSInternalInconsistencyException”而终止应用程序,原因:“索引路径处补充项目的布局属性({length = 2, path = 9 - 0}) 从 indexPath: {9, 0} zIndex: 1024 valid: YES kind: UICollectionElementKindSectionHeader 更改为 indexPath: {9, 0} zIndex: 1024 valid: YES kind: UICollectionElementKindSectionHeader 而不会使布局失效' *** First抛出调用堆栈:(0 CoreFoundation 0x0000000104cbb34bexceptionPreprocess + 171 1 libobjc.A.dylib 0x000000010471c21e objc_exception_throw + 48 2 CoreFoundation 0x0000000104cbf442 +[NSException raise:format:arguments:] + 98 3 Foundation 0x00000001042b2e4d -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 195 4 UIKit 0x00000001063f5c3b __45-[UICollectionViewData validateLayoutInRect:]_block_invoke + 1436 5 UIKit 0x00000001063f5093 -[UICollectionViewData validateLayoutInRect:] + 2984 6 UIKit 0x00000001063f835e -[UICollectionViewData layoutAttributesForCellsInRect:validateLayout:] + 170 7 UIKit 0x0000000106392909 -[UICollectionView _computePrefetchCandidatesForVisibleBounds:futureVisibleBounds:prefetchVector:notifyDelegateIfNeeded:] + 134 8 UIKit 0x0000000106392877 -[UICollectionView _computePrefetchCandidatesForVelocity:notifyDelegateIfNeeded:] + 214 9 UIKit 0x000000010639278d -[UICollectionView _prefetchItemsForVelocity:maxItemsToPrefetch:invalidateCandidatesOnDirectionChanges:] + 934 10 UIKit 0x000000010639baa7 -[UICollectionView layoutSubviews] + 717 11 UIKit 0x0000000105b12f50 -[UIView(CALayerDelegate) layoutSublayersOfLayer:] + 1237 12 QuartzCore 0x00000001058c5cc4 -[CALayer layoutSublayers] + 146 13 QuartzCore 0x00000001058b9788 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366 14 QuartzCore 0x00000001058b9606 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24 15 QuartzCore 0x0000000105847680 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 280 16 QuartzCore 0x0000000105874767 _ZN2CA11Transaction6commitEv + 475 17 QuartzCore 0x00000001057cfb97 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 611 18 CoreFoundation 0x0000000104c4d964 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION0x00000001058b9788 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366 14 QuartzCore 0x00000001058b9606 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24 15 QuartzCore 0x0000000105847680 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 280 16 QuartzCore 0x0000000105874767 _ZN2CA11Transaction6commitEv + 475 17 QuartzCore 0x00000001057cfb97 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 611 18 CoreFoundation 0x0000000104c4d964 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION0x00000001058b9788 _ZN2CA5Layer16layout_if_neededEPNS_11TransactionE + 366 14 QuartzCore 0x00000001058b9606 _ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24 15 QuartzCore 0x0000000105847680 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 280 16 QuartzCore 0x0000000105874767 _ZN2CA11Transaction6commitEv + 475 17 QuartzCore 0x00000001057cfb97 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 611 18 CoreFoundation 0x0000000104c4d964 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION_ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24 15 QuartzCore 0x0000000105847680 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 280 16 QuartzCore 0x0000000105874767 _ZN2CA11Transaction6commitEv + 475 17 QuartzCore 0x00000001057cfb97 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 611 18 CoreFoundation 0x0000000104c4d964 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION_ZN2CA5Layer28layout_and_display_if_neededEPNS_11TransactionE + 24 15 QuartzCore 0x0000000105847680 _ZN2CA7Context18commit_transactionEPNS_11TransactionE + 280 16 QuartzCore 0x0000000105874767 _ZN2CA11Transaction6commitEv + 475 17 QuartzCore 0x00000001057cfb97 _ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 611 18 CoreFoundation 0x0000000104c4d964 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION_ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 611 18 核心基础 0x0000000104c4d964 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION_ZN2CA7Display11DisplayLink14dispatch_itemsEyyy + 611 18 核心基础 0x0000000104c4d964 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION+ 20 19 CoreFoundation 0x0000000104c4d5f3 __CFRunLoopDoTimer + 1075 20 CoreFoundation 0x0000000104c4d17a __CFRunLoopDoTimers + 250 21 CoreFoundation 0x0000000104c44f01 __CFRunLoopRun + 2065 22 CoreFoundation 0x0000000104c44494 CFRunLoopRunSpecific + 420 23 GraphicsServices 0x0000000109e38a6f GSEventRunModal + 161 24 UIKit 0x0000000105a4e964 UIApplicationMain + 159 25 TestStickyHeader 0x0000000103d9411f main + 111 26 libdyld.dylib 0x000000010b44c68d start + 1 27 ??? 0x0000000000000001 0x0 + 1 ) libc++abi.dylib:以 NSException 类型的未捕获异常终止

0 投票
0 回答
62 浏览

ios - ld:找不到 -lPods 的库 lang:错误:链接器命令失败,退出代码为 1

将代码升级到 xcode 8 和 iOS sierra 10.12.1 并将部署目标设置为 8.0 时出现错误。早些时候它使用 xcode 7 并且部署目标是 6.0。升级到 xcode 8 时任何人都可以面临同样的问题吗

0 投票
1 回答
69 浏览

ios - Xcode 8.1 在完成块上崩溃

每当我使用闭包并按回车键时,我的 Xcode 都会崩溃。我正在使用带有显卡 2015 型号的 Macbook Pro 15 Retina。我正在使用最新的 OS Sierra 10.12.1。从来没有在 Xcode 8 中遇到过这种问题。有人和我一样有类似的问题吗?

0 投票
2 回答
549 浏览

swift3 - 快速调用方法的 EXC_BAD_ACCESS 错误

这是代码:

一切看起来都是无辜的,编译和启动都很好,但是当我点击“更改”按钮时,我得到了一个错误(在调试模式下):

在此处输入图像描述

在发布模式下,错误出现在不同的地方:

在此处输入图像描述

知道出了什么问题吗?

macOS Sierra,Xcode 8.1 (8B62)

调试会话给了我这些信息:

0 投票
3 回答
23539 浏览

objective-c - 由于模拟器错误,退回到从 NSUserDefaults 加载访问令牌

Xcode 日志显示在 Xcode 8.1、ios 10.1 中运行时出现上述错误。有什么问题还是我应该忽略并继续?

0 投票
1 回答
62 浏览

xcode - Xcode 不运行任何项目,不显示模拟器列表并在运行时冻结

昨晚,Xcode 突然停止运行我所有的项目。只有一个项目会运行并显示错误:

在构建之前,我按“alt+shift+command+k”来清理构建文件夹。现在,模拟器列表也没有显示。

我正在使用 swift 3 开发 iOS 应用程序。