With 16.0b1, I am seeing a runtime error of:
Symbol not found: _$s7SwiftUI10ScrollViewV14scrollDisabledyACyxGSbF
This happens in both our app and test host apps. We are using Simulator 17.0.1.
Has anyone else seen this issue? I'm still looking for anything that might be amiss, but it looks fine and runs on 15.4 fine.
Edit: I have confirmed that this only happens when running 17.x simulators.
Post
Replies
Boosts
Views
Activity
Feedback: FB7675243
Hi!
We have had an issue since Xcode 11.3 with automatic signing when building to a device. I have detailed the issue in the above feedback, but I would love some help in resolving this issue.
TLDR: When building to device, engineers receive a "communications" error or a "forbidden for security purposes" error. We have a very old app prefix id and the message seems to indicate that this might be part of the problem.
I can have an engineer try to build to "generic device" with Xcode 11.2 and the code signing will pass, and then they can resume with Xcode 11.5, but this is not a long-term solution.
Thanks for any help!
Steve
When running unit tests for a second+ time, we often run into:"Failed to create temporary staging dir in <PATH_TO_SIMULATOR>/data/Library/Caches/com.apple.mobile.installd.staging"If we delete derived data, it always works the first run, but then fails on subsequent runs.Something in Xcode is deleting the directory it needs. Has anyone else seen this and found a solution?