Skip to content
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

Crashing on iOS 10.3.1 #30

Closed
SandeepAggarwal opened this issue Apr 20, 2017 · 6 comments
Closed

Crashing on iOS 10.3.1 #30

SandeepAggarwal opened this issue Apr 20, 2017 · 6 comments

Comments

@SandeepAggarwal
Copy link

The app is crashing without any message on iOS 10.3.1.
Upon rebuilding the 'ResponseDetective' using Carthage update --platform ios it is giving following error:

:0: warning: argument unused during compilation: '-iapinotes-modules /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos/arm64

@akashivskyy
Copy link
Collaborator

akashivskyy commented Apr 23, 2017

Are you sure this isn't your app's fault? 😉 I cannot reproduce this, using an iPhone 7 running iOS 10.3.1 and Xcode 8.3.1 on macOS 10.12.4.

Also, apps never crash without any message or crash log. Please search for one and provide it so that it is possible to diagnoze the error.

As for the warning – it seems to be an issue with flags passed by Xcode to Swift compiler, which is beyond our control. 🙂

@akashivskyy
Copy link
Collaborator

Hi, @SandeepAggarwal!

Can you confirm that the issue is on ResponseDetective's side and, if yes, provide some more information on how to reproduce the crash?

@SandeepAggarwal
Copy link
Author

SandeepAggarwal commented Apr 26, 2017

yes, the issue was either of Carthage or ResponseDetective.
As I mentioned in the ticket, the crash issue has gone when I updated the Carthage but it also raised the warning which I have mentioned above.

@SandeepAggarwal
Copy link
Author

Prior to update , I had ResponseDetective with the commit ID: 'b0276c6' and I have updated it to commit with ID: '1fd7eee'.

Hope this helps to reproduce the issue.

@akashivskyy
Copy link
Collaborator

It is almost impossible for me to reproduce the issue without any hint. 😉 Between b0276c6...1fd7eee there were no changes that could potentially fix a runtime crash (the only thing that was fixed was a compile-time static analyzer error).

If this happens again, please include any logs and other information that may help in locating the issue.

As for the warning during carthage update, it is not connected with ResponseDetective – it might be a Carthage issue or potentially incompatible Xcode version.

P.S. I advice locking dependencies to version, not specific commits.

@akashivskyy
Copy link
Collaborator

akashivskyy commented Apr 26, 2017

As the issue is gone on your side and I cannot reproduce it, I'm closing this issue for the moment. If it ever happens again, feel free to either reopen this one, or create a new one. 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants