Posts

Post not yet marked as solved
2 Replies
1.2k Views
We are seeing frequent crashes from within the CocoaAsyncSocket library on iOS 15.1 So far iOS 15.1 is the only os version affected even though the 15.1 population is small relative to 15.0 and 14.x. This leads us to think that this is likely an issue with iOS? This is possibly a race condition because the crash does not occur every time this code is exercised, however we haven't been able to diagnose with the Thread Sanitizer because the Thread Sanitizer is only available on the simulator, and iOS 15.1 is not yet available for the simulator. Any ideas? Crash Report
Posted
by tifroz.
Last updated
.
Post marked as solved
1 Replies
2.8k Views
My project has swift package dependencies hosted on GitHub, others that are local (on disk). Building the project from Xcode works fine, but building from the command line, e.g xcodebuild -project "../MyProj.xcodeproj" -scheme "MyScheme" fails because the local swift packages fail resolve (while the GitHub-hosted packages are resolved with no issues). In other words, I get a flurry of errors like these: error: Missing package product 'MyLocalSwiftPackage' Running xcodebuild with -resolvePackageDependencies successfully resolves all the GitHub-hosted Swift Packages, but ignores the local ones. Does xcodebuild need explicit instructions for locating local Swift Package dependencies?
Posted
by tifroz.
Last updated
.
Post not yet marked as solved
3 Replies
783 Views
My app / App Clip was successfully uploaded & processed by appstoreconnect, and 2 invocation urls are configured in TestFlight. I checked that the invocation urls in configured in TestFlight match the "appclips:" associated domains configured in the App Clip target (XCode). Yet the option to test the App Clip are not shown when accessing the uploaded build as an internal tester in there TestFlight (on an iPad running iOS14.01). What could I possibly be missing?
Posted
by tifroz.
Last updated
.