Guest User

Untitled

a guest
May 20th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. eswenson's iPhone:~/src/HelloSdk mobile$ gcc -I /var/include -o HelloSdk HelloSdk.m -lobjc -framework CoreFoundation -framework Foundation -framework UIKit -framework CoreGraphics -L"/var/lib" -F"System/Library/Frameworks" -F"System/Library/PrivateFrameworks" -bind_at_load
  2. HelloSdk.m: In function '-[MyView drawRect:]':
  3. HelloSdk.m:12: error: 'UIColor' undeclared (first use in this function)
  4. HelloSdk.m:12: error: (Each undeclared identifier is reported only once
  5. HelloSdk.m:12: error: for each function it appears in.)
  6. HelloSdk.m:14: error: 'UIFont' undeclared (first use in this function)
  7. HelloSdk.m:15: error: 'UILineBreakModeMiddleTruncation' undeclared (first use in this function)
  8. HelloSdk.m:16: error: 'UITextAlignmentCenter' undeclared (first use in this function)
  9. HelloSdk.m:16: warning: no '-drawInRect:withFont:lineBreakMode:alignment:' method found
  10. HelloSdk.m:16: warning: (Messages without a matching method signature
  11. HelloSdk.m:16: warning: will be assumed to return 'id' and accept
  12. HelloSdk.m:16: warning: '...' as arguments.)
  13. HelloSdk.m: In function '-[HelloSDK2AppDelegate applicationDidFinishLaunching:]':
  14. HelloSdk.m:34: error: 'UIScreen' undeclared (first use in this function)
  15. eswenson's iPhone:~/src/HelloSdk mobile$
Add Comment
Please, Sign In to add comment