Error:
dyld: library not loaded: @executable_path /../ Frameworks / n.framework / n Links: /Users/hunterp/Library/Developer/CoreSimulator/Devices//data/Containers/Bundle/Application//Demo.app/Demo Reason : image not found
I followed each answer in this stackoverflow question: iOS app by device, dyld: library not loaded, Xcode 6 Beta
And all my build settings:
Try to select the path to the executable file and click "Delete" .
Also try the same with library search paths and header search paths
2 , pod:
target :MainTarget, :exclusive => true do link_with ['Target1'] pod 'SomePod' end target :SecondTarget, :exclusive => true do link_with ['Target2'] pod 'SomePod' end
: pod
, - ,
/Users/hunterp/Library/Developer/CoreSimulator/Devices//data/Containers/Bundle/Application//Demo.app/Demo Reason: image not found ^^ ^^
( , ;))
, (..) // , .
//
, , , , $(BUILDDIR)/ 1
$(BUILDDIR)/
1.
,
dyld: : @executable_path/../Frameworks/n.framework/n...
, "@executable_path/../Frameworks"." " → " ", "@executable_path/../Frameworks", , "@executable_path/Frameworks".
, dylib dylib . Xcode 9 iPhone X. . : ++ iOS