Discussions

Ask a Question

Illegal class file: Class module-info is missing a super type. Class file version 53.

Since Weds 19th I get this error trying to compile my app. The error is associated with Appspector. Uninstalling Appspector solved it. Have you changed something that has caused this?

Monitor All Network Including 3rd Party Network

I tried Appspector, but it's not showing all network calls. 3rd party network calls not appear on the Appspector Network dashboard. How to intercept all network including 3rd party api calls?

[iOS] Incorrect urls for all curl imports

I have strange problem, all requests imported as curl have extra `http` in url (like `http://https//google.com`, where correct url would be `https://google.com`). Is it known bug?

OpenSSL "image not found" issue

I'm trying out AppSpector for the first time with an iOS app. I have installed with Carthage and integrated, but when I run in the Simulator the app crashes with the following error: ``` dyld: Library not loaded: @rpath/openssl.framework/openssl Referenced from: /Users/myuser/Library/Developer/CoreSimulator/Devices/9F207BCC-1BF5-4677-B69E-A8F84E024062/data/Containers/Bundle/Application/7E35FC9B-738B-4185-A6C2-AA8F55150607/my.app/Frameworks/AppSpectorSDK.framework/AppSpectorSDK Reason: image not found ``` So I thought "okay, maybe they forgot to tell us about an openssl dependency" and I looked around, found an openssl framework to add to the project, but I still get the same error. Is there a step missing from the setup guide? Something wrong with the binary retrieved by Carthage? thanks