-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cannot get this to work #1
Comments
OK, so there are 3 targets in the Xcode project: OSX, iOS, and iOS Simulator. iOS Simulator compiles a static library against the i386 arch, and iOS a static library against the armv7 arch. If you're using the iOS simulator, you need the i386 library. If you compile the SquashCocoa iOS Tester target, does it work on the simulator and/or your device? |
Trying to run the SquadCocoa iOS Tester doesn't seem to work either, trying to run it on the Simulator gives me: Ruby 1.9.3@squash_ios is not installed. Trying to run it on the device gives me: error: /Users/(user)/Library/Developer/Xcode/DerivedData/SquashCocoa-dasalmspeovuenfwhbnfzlmlpvzc/Build/Products/Debug-iphoneos/libSquashCocoa iOS Simulator.a: No such file or directory |
You can temporarily disable the "Notify Squash of Release" and "Upload Symbolication Data to Squash" build phases to fix the first error. |
I can start the app, filled in my credentials and sent a test crash. Upon restart of the app my log gets filled with the same error messages: [PLCrashReport] pl_async_objc_parse_objc2_class:597: plcrash_async_mobject_remap_address at 0x81a75d0 returned NULL |
And this is the device, the simulator, or both? |
Only on the simulator, unfortunately when I try to run in on a device I get the error I mentioned earlier. |
Hi,
Since i can't find any place to ask for help, I'll write my problem here.
The readme basically defines three steps:
Step one is rather new to me and I had no idea what to do, but I'll explain what I tried.
This leaves me with two problems:
I cannot run the application in the simulator because "file was built for archive which is not the architecture being linked (i386)"
Running on the ipad works, but upon crash (I throw an NSException) my log gets filled with:
[PLCrashReport] plcrash_async_mobject_verify_local_pointer:121: Address 221d9d60 out of range 2cb9420 + 2fbc8
[PLCrashReport] pl_async_objc_parse_objc2_class:597: plcrash_async_mobject_remap_address at 0x1f840d60 returned NULL
[PLCrashReport] plcrash_async_mobject_verify_local_pointer:121: Address 20f3d3f0 out of range 2cb9420 + 2fbc8
Can you please help me or point me to the proper place?
Thanks a lot!
Kevin
The text was updated successfully, but these errors were encountered: