This question has been asked before, but the selected answers and comments do not solve the problem. That's why I am asking it again and asking to keep it simple.
I have an app in which the Touch ID is being used, it works fine on all devices except the iPhone 5S with iOS 7.1.
To see this thing.
- Create a new Xcode project.
- Localization Confirmation Framework
- Check that the app crashes immediately with iOS 7.1 in iPhone 7.1.
- Mark local attestation as optional but it still crashes on that specific device.
Note: I have also set NO to Link Framework in Build Settings. Then I had to manually add the app to the " UIKit " setting. Apart from this, I did nothing.
I also tried the same thing with apples, it is also the same Crash Log
Crash Log:
dyld: Symbol not found: referenced by _objc_isAuto: expected in / system / library / framework / corefoundation .framework / Versions / A / CoreFoundation : / App / xodod / content / developer / platforms / iphone simulators . Platform / Developer / SDK / iPhone Simulator 7.1.sdk / usr / lib / libobjc.A.dylib / System / Library / Frameworks / Core Foundation. Framework / Version / A / Core Foundation
Please give some suggestions.
Comments
Post a Comment