-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi,
Since i can't find any place to ask for help, I'll write my problem here.
The readme basically defines three steps:
- Compile as a lib
- include it and add code
- modify variables
Step one is rather new to me and I had no idea what to do, but I'll explain what I tried.
- I already use a different version of Reachability, so I renamed the one from Squash to AppleReachability using refactor->rename
- I built the file, opened the Products folder in finder and copied the libSquashCocoa iOS.a to my own project
- I also copied the SquashCocoa.h file, and added both to my build settings
- I added the code to the project and changed the variables
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