Posts

Post not yet marked as solved
1 Replies
447 Views
We have several private Swift packages in our project, hosted in private Git repos. In Xcode 14, when the credentials were wrong or missing, it showed a very helpful "Edit Credentials" link next to the error message (see Xcode 14 screenshot): In Xcode 15 that link is missing and it's not clear how to fix the credentials for the given package: We use the link all the time. Please don't remove it in Xcode 15 :) Thank you! I've filed feedback FB12424445 about this, but it's not clear if it was transmitted successfully (see https://twitter.com/jfahrenkrug/status/1672143906094325760).
Posted Last updated
.
Post not yet marked as solved
3 Replies
2k Views
Hi, I'm running into weird issues on my CI machine. Building the app works fine, but trying to run the tests fails. This is using Xcode 12.4 on Catalina. The command my CI server runs: Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk iphonesimulator -configuration Debug -workspace /users/ciuser/TFSBuilds/01/63/s/myapp.xcworkspace -scheme MyApp -destination "platform=iOS Simulator,name=iPhone 11" clean test DSTROOT=/users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.dst OBJROOT=/users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.obj SYMROOT=/users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.sym SHARED_PRECOMPS_DIR=/users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.pch CODE_SIGNING_ALLOWED=NO Build settings from command line: CODE_SIGNING_ALLOWED = NO DSTROOT = /users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.dst OBJROOT = /users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.obj SDKROOT = iphonesimulator14.4 SHARED_PRECOMPS_DIR = /users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.pch SYMROOT = /users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.sym note: Using new build system note: Building targets in parallel It then takes several minutes to build everything. The failure occurs when it's trying to actually run the tests: 2021-04-06 17:54:45.540 xcodebuild[20931:159027] [MT] IDETestOperationsObserverDebug: (A0071141-E59A-4B13-9576-04CA8A85FFAF) Beginning test session MyAppTests-A0071141-E59A-4B13-9576-04CA8A85FFAF at 2021-04-06 17:54:45.540 with Xcode 12D4e on target DVTiPhoneSimulator: 0x7faf38a29a60 { SimDevice: iPhone 11 (4923F5ED-5BA0-4054-B13B-0EBD8E6F617E, iOS 14.4, Shutdown) } (14.4 (18D46)) 2021-04-06 17:54:53.358 xcodebuild[20931:159027] [MT] IDETestOperationsObserverDebug: (A0071141-E59A-4B13-9576-04CA8A85FFAF) Finished requesting crash reports. Continuing with testing. dyld: could not load inserted library '/users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.sym/Debug-iphonesimulator/MyApp.app/Frameworks/libXCTestBundleInject.dylib' because image not found 2021-04-06 17:55:13.156 xcodebuild[20931:159027] [MT] IDETestOperationsObserverDebug: 27.628 elapsed -- Testing started completed. 2021-04-06 17:55:13.156 xcodebuild[20931:159027] [MT] IDETestOperationsObserverDebug: 0.000 sec, +0.000 sec -- start 2021-04-06 17:55:13.156 xcodebuild[20931:159027] [MT] IDETestOperationsObserverDebug: 27.628 sec, +27.628 sec -- end 2021-04-06 17:55:16.737 xcodebuild[20931:159027] [MT] IDEResultKit: Warning: While writing a result bundle to /Users/ciuser/Library/Developer/Xcode/DerivedData/myapp-hkjgbcnyzsithfasuwjiardsqydl/Logs/Test/Run-MyApp-2021.04.06_17-50-57--0400.xcresult, not all contents have been imported, as the Staging directory still contains the following files/directories: ["2_Test"] Test session results, code coverage, and logs: /Users/ciuser/Library/Developer/Xcode/DerivedData/myapp-hkjgbcnyzsithfasuwjiardsqydl/Logs/Test/Run-MyApp-2021.04.06_17-50-57--0400.xcresult Testing failed: MyAppTests: MyApp.app (26110) encountered an error (Early unexpected exit, operation never finished bootstrapping - no restart will be attempted. (Underlying Error: Crash: MyApp (26110): could not load inserted library '/users/ciuser/TFSBuilds/01/63/output/iphonesimulator/Debug/build.sym/Debug-iphonesimulator/MyApp.app/Frameworks/libXCTestBundleInject.dylib' because image not found. If you believe this error represents a bug, please attach the result bundle at /Users/ciuser/Library/Developer/Xcode/DerivedData/myapp-hkjgbcnyzsithfasuwjiardsqydl/Logs/Test/Run-MyApp-2021.04.06_17-50-57--0400.xcresult)) TEST FAILED Running the same command locally on my machine works fine. Even when I log in to my CI machine and run this command directly in Terminal.app, I get the same failure. We delete both ~/Library/Developer/Xcode/DerivedData and /users/ciuser/TFSBuilds/01/63/output before each run. Also, when I open Xcode on the CI machine and run the tests from the IDE, everything works fine as well. Just not when running it from the command line. Any ideas? Thank you! Johannes
Posted Last updated
.
Post marked as solved
6 Replies
5k Views
WidgetKit looks great, I love that it's SwiftUI and lightweight. I'm just trying to see if I understood everything correctly by using an example: Widgets are not mini apps, but really "freeze-dried" SwiftUI view hierarchies that are then "thawed out" by the system as needed. That being the case, a developer could not build a "countdown" or "timer" widget that would show a label with the current, accurate-to-the-second value of the countdown or timer, correct? While I could imagine that to be a real-world use-case, I do understand that the home screen should not have a lot of things animating and moving, but to be "calm".
Posted Last updated
.
Post not yet marked as solved
3 Replies
1k Views
When using WKWebView on macCatalyst, how do I change the appearance of the mouse cursor?It always looks like the "][" text insertion cursor. When I move the mouse slowly it keeps the standard black arrow mouse pointer appearance. When I move a bit faster, it fluctuates between "black arrow" and "][". When I move it at normal speed, it just stays as "][".I've tried to set the "cursor" CSS property to different values, all to no avail. Is there a way to make this work or is this just a bug?Thanks,Johannes
Posted Last updated
.