nagyistoce / legonxtremote

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

Help please? #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hey,

Could someone please help me, the frameworks not creating the object properly
I've tried this but it comes up with compiler error "_OBJC_CLASS_$_NXT"

Here's my simple code

NXT *nxt = [[NXT alloc] init];

I'm not sure if that's the way to create the NXT object, this isn't documented 
enough

Thanks

Original issue reported on code.google.com by ad...@vmlweb.co.uk on 31 Oct 2010 at 10:00

GoogleCodeExporter commented 9 years ago
I am also getting this error :(

Original comment by fxs...@gmail.com on 20 Jun 2014 at 5:00

GoogleCodeExporter commented 9 years ago
d: warning: ignoring file 
/Users/Xavier/Documents/Code/XCode/BluetoothHub/BluetoothHub/LegoNXT.framework/L
egoNXT, missing required architecture x86_64 in file 
/Users/Xavier/Documents/Code/XCode/BluetoothHub/BluetoothHub/LegoNXT.framework/L
egoNXT (2 slices)
Undefined symbols for architecture x86_64:
  "_OBJC_CLASS_$_NXT", referenced from:
      objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Original comment by fxs...@gmail.com on 20 Jun 2014 at 5:30