houssamham / plcrashreporter

Automatically exported from code.google.com/p/plcrashreporter
Other
1 stars 0 forks source link

Wont compile on xcode 4.0.2 iPhone simulator #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Compile.

What is the expected output? What do you see instead?
Expected is that it will compile and start the simulator.

What I see is this error message:
Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_PLCrashReporter", referenced from:
      objc-class-ref in fontsAppDelegate.o
  "_OBJC_CLASS_$_PLCrashReport", referenced from:
      objc-class-ref in fontsAppDelegate.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status

Where fontsAppDelegate is the class that I have included 
<CrashReporter/CrashReporter.h> in.

What version of the product are you using? On what operating system?
Mac OS X 10.6.8
X-code 4.0.2 (4A2002a)
iPhone SDK 4.3

Please provide any additional information below.
When I have google the problem I have found more people with this problem, but 
no solutions to the problem.

Original issue reported on code.google.com by brang...@gmail.com on 25 Jun 2011 at 9:15

GoogleCodeExporter commented 9 years ago
Did you compile the binary locally, or is this one of the published releases 
(or a copy from one of the projects that uses PLCrashReporter)?

Original comment by landon.j.fuller@gmail.com on 25 Jun 2011 at 9:20

GoogleCodeExporter commented 9 years ago
This is the published release, this one 
(http://plcrashreporter.googlecode.com/files/PLCrashReporter-1.0-1.dmg)

Have copied the CrashReporter.framework (from the iPhone framework folder) to 
my project-folder, and then added it to my project (linked it).

Original comment by brang...@gmail.com on 25 Jun 2011 at 9:24

GoogleCodeExporter commented 9 years ago
I get same error when compiling for simulator but not for device.

Original comment by Voxxar on 27 Jun 2011 at 1:20

GoogleCodeExporter commented 9 years ago

Original comment by landon.j.fuller@gmail.com on 28 Jun 2011 at 2:01

GoogleCodeExporter commented 9 years ago
I had the same issue with :

XCODE Version 4.3.2 (4E2002)
IPad 5.1 simulator
OS X 10.7.4
http://plcrashreporter.googlecode.com/files/PLCrashReporter-1.1-beta1.dmg

It seems to be working with the version from SVN.

Original comment by tofan.ad...@gmail.com on 28 May 2012 at 9:29

GoogleCodeExporter commented 9 years ago
Working in SVN trunk

Original comment by landon.j.fuller@gmail.com on 9 Jul 2012 at 7:00