You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently updated the dependencies on my project and migrated to XCode 10 (Swift 4.2), and am now getting the following error when attempting to run an async {} call:
dyld: Symbol not found: _$S10PromiseKit10CatchMixinPAAE5catch2on6policy_AA12PMKFinalizerCSo17OS_dispatch_queueCSg_AA0C6PolicyOys5Error_pctFfA_
Referenced from: /Users/timfall/Library/Developer/CoreSimulator/Devices/AC33C793-B0CF-4734-8B02-21547E653088/data/Containers/Bundle/Application/A6ECAD16-8B83-4D4B-9D31-EB4E0E9A085C/WikiMessage.app/PlugIns/WikiMessage MessagesExtension.appex/../../Frameworks/AwaitKit.framework/AwaitKit
Expected in: /Users/timfall/Library/Developer/CoreSimulator/Devices/AC33C793-B0CF-4734-8B02-21547E653088/data/Containers/Bundle/Application/A6ECAD16-8B83-4D4B-9D31-EB4E0E9A085C/WikiMessage.app/PlugIns/WikiMessage MessagesExtension.appex/../../Frameworks/PromiseKit.framework/PromiseKit
I recently updated the dependencies on my project and migrated to XCode 10 (Swift 4.2), and am now getting the following error when attempting to run an
async {}
call:The line in reference is the following function:
I'm guessing it's a breaking change with the
PromiseKit
version required for XCode 10?Here's my
Cartfile.resolved
:The text was updated successfully, but these errors were encountered: