swift - App crashing on launch with "dyld: Library not loaded" error in iOS 11, but was running fine in iOS 10.3.2 and Xcode 8.3.3 -
on updating xcode beta 9 , running application in ios 11 version getting crash following error
dyld: library not loaded: @rpath/libswiftcore.dylib referenced from: /private/var/containers/bundle/application/cfb7f820-b03b-4200-8813-3c3e01032a2f/timautoconnect.app/frameworks/utctimaccess.framework/utctimaccess reason: image not found
previously fixed error setting "always embed swift binaries" yes in build settings.
note: application uses custom framework written in swift , application code in objective c.
clean project, , deleting derived data following path:
****(~/library/developer/xcode/deriveddata/)****
fixed me...
have missed framework import.check first/ error in iboutlet connection/missing image.
check following link. can you.
Comments
Post a Comment