LoginSignup
0
0

More than 5 years have passed since last update.

WatchKit Appで image not foundが出たら

Posted at

WatchKit Appを実機デバッグしていて、起動時に下記のような image not found のエラーが出たら、

dyld: Library not loaded: @rpath/libswiftCore.dylib
  Referenced from: /private/var/containers/Bundle/Application/EEC67151-E7C1-4133-B50F-C709C1948A1F/watchkitapp.app/PlugIns/watchkitapp Extension.appex/watchkitapp Extension
  Reason: image not found

WatchKitAppの Build Settings > Build Options > Allways Embed Swift Standard Libraries を Yes にすると吉かもしれません。

スクリーンショット 2017-07-28 16.58.48.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0