1: Locale: project –>project–>info–>locailzation
2: Manually add Project Dependencies
Build settings–>search path–>library Search Paths plus lib dependent
Srcroot and Project_dir are all values of the previous level of the project configuration directory
OK: Both the simulator and the phone can: " (S RC ROOT )/Bl ueM obIPR oJ eCT /T hIR d PaR T y/BaId uM a pI OS S D k v Span style= "Display:inline-block; width:0px; Height:2.346em; " > 2.6.0L Ib/Rel ease (effective_platform_name)/"
Not recommended, troublesome.
$ (Project_dir)/bluemobiproject/thirdparty/baidumap_iossdk_v2.7.0_lib/release-iphoneos
3: View all configured resource files: project name->targets->build phases->copy Bundle resourse
4: Set some old libraries without arc
Just find Compile Sources in the build phases in targets and add the -FNO-OBJC-ARC flag to the class that involves non-arc
5:enable zomble Objects; Detecting Zombie Objects
6: Set minimum version for development: Tagest-general-deployment Info Select iphone version to be less than or equal to the phone
7: Set certificate information:project/targets-> Build settings-> Code signin->provisioning profile set Debug and Relase Xx_enterpris E_dev
There is also the Code Signing identity to the corresponding settings
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
Xcode various project Settings