Posts

Post not yet marked as solved
2 Replies
2.4k Views
I'm running into troubles trying to run our watch extension on watch os earlier than 6.0Building with Xcode 11 and 11.1 GM I'm getting this errordyld: lazy symbol binding failed: Symbol not found: _WKExtensionMain Referenced from: /Users/user_name/Library/Developer/CoreSimulator/Devices/6F81785F-6ABF-4DD4-9093-69B480C85EBD/data/Containers/Bundle/Application/3D626EF1-071C-47C3-92EF-06CB3A2AF664/AppName watchOS3.app/PlugIns/AppName watchOS3 Extension.appex/AppName watchOS3 Extension Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS 5.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WatchKit.framework/WatchKit dyld: Symbol not found: _WKExtensionMain Referenced from: /Users/user_name/Library/Developer/CoreSimulator/Devices/6F81785F-6ABF-4DD4-9093-69B480C85EBD/data/Containers/Bundle/Application/3D626EF1-071C-47C3-92EF-06CB3A2AF664/AppName watchOS3.app/PlugIns/AppName watchOS3 Extension.appex/AppName watchOS3 Extension Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/watchOS 5.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/Frameworks/WatchKit.framework/WatchKitWe have no problem running on watch os 6.0 with Xcode 11I've tried to embed WatchKit.framework in the 'General' tab and link it in build phases but still getting the same result
Posted
by sorenzi.
Last updated
.