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

go - serving up pdfs using golang -

python - Best design pattern for collection of objects -

r - Using `bbmle:mle2` with vector parameters (already works using `optim`) -