iOS 8.3.0 dyld: lazy symbol binding failed: Symbol not found

Asked 1 years ago, Updated 1 years ago, 117 views

Device: 5s,6 (simulator)
iOS: 8.3.0
xCode:8.0

The following error occurs when I am using the application I am creating.
By the way, regarding ReactNative, not only RN, but also many similar error reports were seen.
No solution was found.

If you have a solution, please let me know.

 dyld:lazy symbol binding failed:Symbol not found:_objc_unsafeClaimAutoreleasedReturnValue
  Referenced from: /Users/xxxx/Library/Developer/CoreSimulator/Devices/02E630D1-C8A4-4ACF-9A66-87096969AC97/data/Containers/Bundle/Application/F4BCC21E-65D0-459B-BE69-79107E4CDB07/myapp.app/myapp
  Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib

dyld —Symbol not found:_objc_unsafeClaimAutoreleasedReturnValue
  Referenced from: /Users/xxxx/Library/Developer/CoreSimulator/Devices/02E630D1-C8A4-4ACF-9A66-87096969AC97/data/Containers/Bundle/Application/F4BCC21E-65D0-459B-BE69-79107E4CDB07/myapp.app/myapp
  Expected in: /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 8.3.simruntime/Contents/Resources/RuntimeRoot/usr/lib/libobjc.A.dylib

ios objective-c xcode apple react-native

2022-09-30 19:53

1 Answers

The reason was that the Deployment Target of the added library was 9.0


2022-09-30 19:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.