hello i keep getting this error on 1 custom frameworks i just added i tried adding "-ObjC -all_load" in other linking flags (main project)
also when i enable the search paths directory on the target info i get one error that says this
Argument list too long: recursive header expansion failed at /Applications/eclipse/plugins/com.google.appengine.eclipse.sdkbundle.1.3.4_1.3.4.v201005212032/appengine-java-sdk-1.3.4/docs/testing/javadoc/com/google/appengine/api/images/dev.
or when i disable it i get 22 errors like these
"_OBJC_METACLASS_$_NSObject", referenced from:
_OBJC_METACLASS_$_PaperTouchAPIDemoDelegate in PaperTouchAPIDemoDelegate.o
_OBJC_METACLASS_$_PaperTouchAPIDemoDelegate in PaperTouchAPIDemoDelegate.o
_OBJC_METACLASS_$_PaperTouchAPIDemoViewController in PaperTouchAPIDemoViewController.o
"__objc_empty_vtable", referenced from:
_OBJC_METACLASS_$_PaperTouchAPIDemoDelegate in PaperTouchAPIDemoDelegate.o
_OBJC_CLASS_$_PaperTouchAPIDemoDelegate in PaperTouchAPIDemoDelegate.o
_OBJC_METACLASS_$_PaperTouchAPIDemoViewController in PaperTouchAPIDemoViewController.o
_OBJC_CLASS_$_PaperTouchAPIDemoViewController in PaperTouchAPIDemoViewController.o
"_UIDeviceOrientationDidChangeNotification", referenced from:
_UIDeviceOrientationDidChangeNotification$non_lazy_ptr in PaperTouchAPIDemoViewController.o
(maybe you meant: _UIDeviceOrientationDidChangeNotification$non_lazy_ptr)
Is there a new way of referencing new frameworks in ios4? i mean it use to work on the older xcode without iphone 4.0 now this is giving me head aches i hope someone can help me out thank you. i also used this example. http://wiki.remobjects.com/wiki/Linking_Custom_Static_Libraries_from_your_iPhone_Xcode_Projects