/
MRC Project to ARC
MRC Project to ARC
- Open project.pbxproj file in YourProjectName.xcodeproj with TextMate or other tool.
Replace -fobjc-arc flag
Find : (.*\.m.*PBXBuildFile.*)(setting.*"-fobjc-arc"; \};)(.*) Replace : $1UngacyHateMRC$3
Set -fno-objc-arc flag
Find : (.*\.m.*PBXBuildFile(.(?! UngacyHateMRC))*)(.\};) Replace : $1 settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; $3
Clear Special flag
Find : UngacyHateMRC Replace : //Empty String
, multiple selections available,
Related content
Using OCLint in Xcode
Using OCLint in Xcode
More like this
ios开发代码统计
ios开发代码统计
More like this
Importing CommonCrypto in a Swift framework
Importing CommonCrypto in a Swift framework
More like this
Diff .strings files in Git
Diff .strings files in Git
More like this
PCH was compiled with module cache
PCH was compiled with module cache
More like this
ERROR ITMS - 90167 No. app bundles found in the package
ERROR ITMS - 90167 No. app bundles found in the package
More like this