-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EXC_BAD_ACCESS #105
Comments
Update on this, we were able to isolate the issue. It's not related to Xcode version, but deploying a debug build on a device with We fixed the issue by removing the "-Onone" optimization flag at Anyone know why this is happening? |
Hello, I tried your solution OTHER_SWIFT_FLAGS=-Onone on the application target but it didnt worked out. Am I missing something? Regards |
Sorry, that's the only think I did to resolve my issue. It took me days, but what I end up doing was stripping my app and removed dependencies until I got to the |
After upgrading to Xcode 9.4.1, we're getting
EXC_BAD_ACCESS
when deploying to device. Any clue what's going on?github "Swinject/Swinject" "2.4.1"
github "Swinject/SwinjectAutoregistration" "2.1.1"
github "Swinject/SwinjectStoryboard" "2.0.2"
Thanks!
The text was updated successfully, but these errors were encountered: