Displaying 2 results from an estimated 2 matches for "uikit".
2016 Sep 26
4
objc object file generated for gnustep runtime for ELF target is too big
Dear community,
I'm using gnustep runtime -fobjc-runtime=gnustep with gnustep-libobjc2 (https://github.com/gnustep/libobjc2) and
Cocotron/Chameleon.
For following source file
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>
int main(void)
{
NSString *str = [NSString stringWithCString:"TEST"];
NSLog(@"test object %@", str);
return 0;
}
Compilation in xcode's clang
xcrun -sdk iphoneos clang -arch armv7s -mios-...
2012 Nov 21
1
[LLVMdev] Undefined symbols for architecture i386: "EH_frame0",
linking this IR file: http://pastebin.com/HnUsSshB
with triple i386-apple-ios to an .o file
and linking it using:
ld -arch i386 -ObjC "EmptyProject17.o" -lSystem -lobjc -framework
CoreGraphics -framework Foundation -framework UIKit -dynamic -o
"i386-EmptyProject17" -objc_abi_version 2 -no_implicit_dylibs -lcrt1.o
-syslibroot
"/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator6.0.sdk"
-force_load
"/Applications/Xcode.app/Contents/Developer...