Post

Replies

Boosts

Views

Activity

Reply to EXC_BAD_ACCESS (code=1, address=0xdf8000) occurs while running my App with XCode 15.0.1 on my iPad Air (1Gen) with iOS12.5.7
same issue. An app runs fine on iOS 17 but crashes on iOS 12.4. This occurs even in a completely newly created project.
Replies
Boosts
Views
Activity
Dec ’23
Reply to EXC_BAD_ACCESS (code=1, address=0xdf8000) occurs while running my App with XCode 15.0.1 on my iPad Air (1Gen) with iOS12.5.7
This solution works for me. https://developer.apple.com/forums/thread/738317 I was able to fix the problem. On XCODE 15 go to: Targets -> Build Settings -> Linking General -> Other Linker Flags Add: -ld_classic It will compile and work on IOS 12
Replies
Boosts
Views
Activity
Dec ’23