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

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -