问题标签 [xcode10.3]
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.
alamofire - 在 Alamofire 中使用多部分请求上传图像时出错
xcode 10.3 swift 4.2 iPhone 应用程序
我正在使用一个帖子类型的 API 来上传图像以及表单中的一些字符串数据。我得到了成功的响应结果,但是有一个错误参数表明:CredStore - performQuery - Error copying matching creds. Error=-25300
我尝试做一些研究,发现我有问题,URLCredentialStorage
但我在 API 中没有任何凭据。我查看了CredStore Perform Query error,我遇到了非常相似的问题,但在那里找不到我的解决方案。
我得到这样的回应,
所以我很困惑为什么我会收到success
带有错误参数的响应。
json - 再次登录时跳转到第 5 步(ViewController 5)
解释我的项目有很多视图控制器。我的任务有第 1-10 步(我的意思是第 1 步 = 视图控制器 1)我想检查用户名,如果在第 5 步保持工作并注销。并上次使用用户名再次登录。
当从登录视图控制器再次登录时,我想跳到第 5 步而不忽略已完成的第 1-4 步请建议我
macos-catalina - 当我尝试在 macOS Catalina 中运行测试套件时,Xcode 10.3 崩溃了?
我曾尝试探索 macOS Catalina 10.15 beta。当我尝试在 Xcode 10.3 中运行我的测试套件时,它崩溃了。是否有任何修复可以帮助解决?
xcode - 如何在将应用程序上传到 App Store 时修复错误“找不到主包”
我一直在尝试在 App Store 中上传我的 iMessage 应用程序,但我收到了错误消息。这不是我第一次上传应用程序,但这是第一次看到这样的错误。
App Store Connect 操作错误
找不到主捆绑包或 Info.plist 在“/var/folders/hq/_r68cczs6hnchc97ytz4g4bm0000gn/T/XcodeDistPipeline.~~~hdsT8V/Packages/Starman Stickers MessagesExtension.ipa”中缺少 CFBundleIdentifier。
我正在使用Xcode 10.3
. 如果您需要提供更多信息,请告诉我。先感谢您。
tdd - How to enable Test Classes/Called in Assistant Editor of Xcode
I want to know how to enable the area with red.
I found this post: Use Xcode's Test Classes Assistant Editor with Swift Classes
A file with a base name of FooTest or FooTests is now considered a counterpart of a file with a base name of Foo for navigation and the Assistant Editor. (28981734)
I tried, one file named Formula.swift, the other on in Test Projects named FormulaTests.swift, but not worked, do not show in assistant editor auto.
How to enable Test Classes/Called in Assistant Editor of Xcode quickly? Left is source code, right is unit test, that is what I want.
ios - 项目无法在 XCode10.3 中构建,Apple match-o 链接器错误与 swift 库
我有一个用 Swift 编写的 iOS 项目。该项目在 XCode 9.x 中构建并运行良好,但是当我尝试使用 XCode 10.3 构建它时,构建失败,并显示以下警告/错误:
搜索了一些解决方案,但这一切都发生在使用 Swift Pods 的 Obj-C 项目中。虽然我的项目是 Swift。有没有人对此有任何解决方案,以便我可以正确构建项目?
xcode - 在 Xcode 中错误地删除了整个项目的引用
我正在开发一个 iOS 项目,但我错误地只是删除了 Xcode 中整个项目的引用。之后,我尝试添加所有这些文件夹和文件,但现在该方案已经消失,这就是我无法再构建项目的原因。我们能解决这个可怕的问题吗?
swift - 我的故事板与屏幕没有边对边
我正在添加一张图片,但它不会在 iPhone XR 上全屏显示,它周围有空白区域
我尝试放大和缩小以刷新它,但仍然无法全屏显示
我希望图像能够全屏显示
swift - Encountered an error communicating with IBAgent-iOS. Failed to boot device iPhone Xs
I am getting an Error on the top of my interface builder in Xcode 10.3 and while clicking on report bug and checking the log.txt file I found out that fails to open simulator. However I am not starting any simulator.
Here is the Error found in Log.txt
#xA;ios - 命名空间“std”中没有名为“variant”的模板
在 XCode 10.3 中,当我尝试构建时收到错误消息 -> 在命名空间“std”中没有名为“variant”的模板
对于代码行->
在构建设置中,我尝试将 C++ 语言方言和 C++ 标准库设置为不同的值,包括 C++ 17,但无济于事。这在早期版本的 XCode 中有效,并且代码和项目没有改变,所以我不确定为什么这不起作用?它还可以找到变体头文件。