What is Mach-O type should I use it in my iOS Objective-C project? -


what mach-o type in build setting in xcode? , should set on?

it has these options "executable" "dynamic library" "bundle" "static library" "relocatable object file"

i had error "apple mach-o linker error group" since changed executable static library error went off, wanna know ok changed it? , options mean won't face error in future.

enter image description here

for more detail building mach-o files , xcode build setting reference


Comments

Popular posts from this blog

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -