Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

dyld: Library not loaded: @rpath/libswiftSwiftOnoneSupport.dylib #142

Open
toshi0383 opened this issue Apr 9, 2017 · 0 comments
Open

dyld: Library not loaded: @rpath/libswiftSwiftOnoneSupport.dylib #142

toshi0383 opened this issue Apr 9, 2017 · 0 comments
Assignees
Labels

Comments

@toshi0383
Copy link
Owner

toshi0383 commented Apr 9, 2017

Environment

macOS Sierra 10.12.4 (16E195)
Xcode 8.3 (8E162) (Confirmed repro on Xcode8.2.1 too)
Carthage 0.20.1

Reproduce Step

  • carthage update --platform tvOS
  • Add carthage copy-frameworks build phase
  • Open App.xcodeproj and Cmd + R, this runs with no problems.
  • Close xcodeproj and Create a new xcworkspace including the App and TVMLKitchen xcodeprojs.
  • Open the xcworkspace and Cmd + R, the error occurs.

tvmlkitchen-142

Log

dyld: Library not loaded: @rpath/libswiftSwiftOnoneSupport.dylib
  Referenced from: /Users/toshi0383/Library/Developer/Xcode/DerivedData/HelloKitchen-ejgwzgjuarttagdecndevauvhuqx/Build/Products/Debug-appletvsimulator/Himotoki.framework/TVMLKitchen
  Reason: image not found

Solution

Add ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES to buildSettings which is currently NO.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant